HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_SERVICE_NOT_AVAILABLE (Results 1 - 7 of 7) sorted by null

  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresence.java 200 int ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
206 ResultCode.ERROR_SERVICE_NOT_AVAILABLE);
246 int ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
252 ResultCode.ERROR_SERVICE_NOT_AVAILABLE);
274 int ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
280 ResultCode.ERROR_SERVICE_NOT_AVAILABLE);
298 ResultCode.ERROR_SERVICE_NOT_AVAILABLE);
RcsManager.java 117 public static final int ERROR_SERVICE_NOT_AVAILABLE = -3;
122 public static final int SUBSCRIBER_ERROR_CODE_START = ERROR_SERVICE_NOT_AVAILABLE;
312 ResultCode.ERROR_SERVICE_NOT_AVAILABLE);
317 ResultCode.ERROR_SERVICE_NOT_AVAILABLE);
334 ResultCode.ERROR_SERVICE_NOT_AVAILABLE);
  /external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsStackAdaptor.java 274 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
279 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
284 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
289 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
319 ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
340 ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
445 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
RcsService.java 222 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
242 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
264 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PollingAction.java 133 mResult = ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresencePublication.java 563 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
575 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
582 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
689 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
696 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
    [all...]
PresenceSubscriber.java 222 logger.error("requestAvailability return ERROR_SERVICE_NOT_AVAILABLE" +
224 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;

Completed in 109 milliseconds