Ejemplo n.º 1
0
 @Override
 protected TServiceClient getClient() throws TException {
   long cacheTime = RPCHelper.CACHE_TIME_LONG;
   if (mForseRefresh) cacheTime = RPCHelper.CACHE_TIME_REFRESH;
   return RPCHelper.getCachedProfileService(mContext, cacheTime);
 }
Ejemplo n.º 2
0
 @Override
 protected TServiceClient getClient() throws TException {
   return RPCHelper.getProfileService(context);
 }