Home
last modified time | relevance | path

Searched refs:CODE_ERROR_UNSUPPORTED_OPERATION (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DImsRcsController.java284 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in requestCapabilities()
305 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in requestAvailability()
324 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in getUcePublishState()
553 if (e.errorCode == ImsException.CODE_ERROR_UNSUPPORTED_OPERATION) { in isSipDelegateSupported()
568 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in createSipDelegate()
573 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in createSipDelegate()
589 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in createSipDelegate()
749 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in getRcsFeatureController()
753 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in getRcsFeatureController()
767 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in getRcsFeatureController()
[all …]
H A DPhoneInterfaceManager.java3949 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in registerImsRegistrationCallback()
3997 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in getImsMmTelRegistrationState()
4030 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in getImsMmTelRegistrationTransportType()
4070 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in registerMmTelCapabilityCallback()
4160 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in isMmTelCapabilitySupported()
4989 ImsException.CODE_ERROR_UNSUPPORTED_OPERATION); in verifyImsMmTelConfiguredOrThrow()
5947 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in getImsMmTelFeatureState()
9743 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in notifyRcsAutoConfigurationReceived()
10310 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in registerRcsProvisioningCallback()
10341 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in unregisterRcsProvisioningCallback()
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsException.java56 public static final int CODE_ERROR_UNSUPPORTED_OPERATION = 2; field in ImsException
72 CODE_ERROR_UNSUPPORTED_OPERATION,
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DRcsFeatureManager.java525 case ImsException.CODE_ERROR_UNSUPPORTED_OPERATION: in registerFeatureCallback()
H A DImsManager.java2783 case android.telephony.ims.ImsException.CODE_ERROR_UNSUPPORTED_OPERATION: in registerFeatureCallback()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/
H A DSipTransportController.java441 ImsException.CODE_ERROR_UNSUPPORTED_OPERATION)); in createSipDelegateInternal()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DSipTransportControllerTest.java280 assertEquals(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, e.getCode()); in createImsServiceDoesntSupportTransport()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt43463 field public static final int CODE_ERROR_UNSUPPORTED_OPERATION = 2; // 0x2