Home
last modified time | relevance | path

Searched refs:ERROR_SERVICE_NOT_AVAILABLE (Results 1 – 7 of 7) sorted by relevance

/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsPresence.java200 int ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in requestCapability()
206 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in requestCapability()
246 int ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in requestAvailability()
252 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in requestAvailability()
274 int ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in requestAvailabilityNoThrottle()
280 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in requestAvailabilityNoThrottle()
298 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in getPublishState()
DRcsManager.java117 public static final int ERROR_SERVICE_NOT_AVAILABLE = -3; field in RcsManager.ResultCode
122 public static final int SUBSCRIBER_ERROR_CODE_START = ERROR_SERVICE_NOT_AVAILABLE;
312 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in getRcsPresenceInterface()
317 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in getRcsPresenceInterface()
334 ResultCode.ERROR_SERVICE_NOT_AVAILABLE); in checkAndThrowExceptionIfServiceUnavailable()
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsStackAdaptor.java274 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in checkStackStatus()
279 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in checkStackStatus()
284 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in checkStackStatus()
289 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in checkStackStatus()
319 ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in requestCapability()
340 ret = ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in requestAvailability()
445 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in requestPublication()
DRcsService.java213 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
233 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
255 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE;
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresencePublication.java560 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in invokePublish()
572 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in invokePublish()
579 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in invokePublish()
686 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in invokePublish()
693 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in invokePublish()
932 if(ret == ResultCode.ERROR_SERVICE_NOT_AVAILABLE){ in doPublish()
DPresenceSubscriber.java224 return ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in requestAvailability()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPollingAction.java133 mResult = ResultCode.ERROR_SERVICE_NOT_AVAILABLE; in doInBackground()