Searched refs:CODE_ERROR_SERVICE_UNAVAILABLE (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/ |
D | RcsUceAdapter.java | 267 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in requestCapabilities() 298 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in requestCapabilities() 319 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in getUcePublishState() 327 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in getUcePublishState() 350 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in isUceSettingEnabled() 359 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in isUceSettingEnabled() 390 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in setUceSettingEnabled() 398 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in setUceSettingEnabled()
|
D | ImsRcsManager.java | 194 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerImsRegistrationCallback() 201 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerImsRegistrationCallback() 329 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerRcsAvailabilityCallback() 338 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerRcsAvailabilityCallback() 365 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in unregisterRcsAvailabilityCallback() 373 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in unregisterRcsAvailabilityCallback() 403 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in isCapable() 411 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in isCapable() 437 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in isAvailable() 445 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in isAvailable()
|
D | ImsException.java | 47 public static final int CODE_ERROR_SERVICE_UNAVAILABLE = 1; field in ImsException 72 CODE_ERROR_SERVICE_UNAVAILABLE,
|
D | ImsMmTelManager.java | 297 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerImsRegistrationCallback() 310 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerImsRegistrationCallback() 341 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerImsRegistrationCallback() 349 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerImsRegistrationCallback() 543 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerMmTelCapabilityCallback() 553 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerMmTelCapabilityCallback() 808 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in isSupported() 1354 ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in getFeatureState()
|
D | ProvisioningManager.java | 971 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerProvisioningChangedCallback()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | RcsPresenceExchangeImplBase.java | 182 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in onNetworkResponse() 201 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in onCapabilityRequestResponse() 225 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in onNotifyUpdateCapabilites() 242 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in onUnpublish()
|
D | RcsCapabilityExchange.java | 93 + "onFeatureReady().", ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in getListener() 119 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in onCommandUpdate()
|
D | RcsSipOptionsImplBase.java | 111 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in onCapabilityRequestResponse() 137 throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in onRemoteCapabilityRequest()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | RcsFeatureManager.java | 189 android.telephony.ims.ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in openConnection() 258 android.telephony.ims.ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerImsRegistrationCallback() 273 android.telephony.ims.ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerImsRegistrationCallback() 318 android.telephony.ims.ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in registerRcsAvailabilityCallback() 370 android.telephony.ims.ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in isCapable() 394 android.telephony.ims.ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in isAvailable() 407 android.telephony.ims.ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in addNotifyStatusChangedCallbackIfAvailable() 454 android.telephony.ims.ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in sendCapabilityChangeRequest()
|
D | ImsManager.java | 1574 android.telephony.ims.ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); in addNotifyStatusChangedCallbackIfAvailable()
|
/frameworks/base/api/ |
D | current.txt | 48727 field public static final int CODE_ERROR_SERVICE_UNAVAILABLE = 1; // 0x1
|