OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
213
return ResultCode.
ERROR_SERVICE_NOT_AVAILABLE
;
233
return ResultCode.
ERROR_SERVICE_NOT_AVAILABLE
;
255
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
560
return ResultCode.
ERROR_SERVICE_NOT_AVAILABLE
;
572
return ResultCode.
ERROR_SERVICE_NOT_AVAILABLE
;
579
return ResultCode.
ERROR_SERVICE_NOT_AVAILABLE
;
686
return ResultCode.
ERROR_SERVICE_NOT_AVAILABLE
;
693
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 911 milliseconds