コード例 #1
0
ファイル: LoginDialog.java プロジェクト: niczy/hyo
 @Override
 protected TServiceClient getClient() throws TException {
   long cacheTime = RPCHelper.CACHE_TIME_LONG;
   if (mForseRefresh) cacheTime = RPCHelper.CACHE_TIME_REFRESH;
   return RPCHelper.getCachedProfileService(mContext, cacheTime);
 }
コード例 #2
0
ファイル: LogoutTask.java プロジェクト: niczy/hyo
 @Override
 protected TServiceClient getClient() throws TException {
   return RPCHelper.getProfileService(context);
 }