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

  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsException.java 36 public class RcsException extends Exception {
43 public RcsException() {
46 public RcsException(String message, int code) {
51 public RcsException(String message, Throwable cause, int code) {
57 * Gets the detailed exception code when RcsException is throwed
RcsPresence.java 198 IRcsPresenceListener listener) throws RcsException {
205 throw new RcsException("requestCapability", e,
244 throws RcsException {
251 throw new RcsException("requestAvailability", e,
272 throws RcsException {
279 throw new RcsException("requestAvailabilityNoThrottle", e,
292 public int getPublishState() throws RcsException {
297 throw new RcsException("getPublishState", e,
RcsManager.java 288 }catch (RcsException e){
290 Rlog.e(TAG, "isRcsServiceAvailable RcsException", e);
303 public RcsPresence getRcsPresenceInterface() throws RcsException {
311 throw new RcsException("getRcsPresenceInterface()",
316 throw new RcsException("getRcsPresenceInterface()", e,
328 throws RcsException {
333 throw new RcsException("Service is unavailable",
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PollingAction.java 38 import com.android.ims.RcsException;
155 } catch (RcsException ex) {
156 logger.print("RcsException", ex);
CapabilityPolling.java 57 import com.android.ims.RcsException;
269 } catch (RcsException ex) {
    [all...]
EABService.java 62 import com.android.ims.RcsException;
240 }catch (RcsException e){
    [all...]

Completed in 340 milliseconds