Searched refs:CODE_ERROR_UNSUPPORTED_OPERATION (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | ImsRcsController.java | 284 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 D | PhoneInterfaceManager.java | 3949 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 D | ImsException.java | 56 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 D | RcsFeatureManager.java | 525 case ImsException.CODE_ERROR_UNSUPPORTED_OPERATION: in registerFeatureCallback()
|
H A D | ImsManager.java | 2783 case android.telephony.ims.ImsException.CODE_ERROR_UNSUPPORTED_OPERATION: in registerFeatureCallback()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
H A D | SipTransportController.java | 441 ImsException.CODE_ERROR_UNSUPPORTED_OPERATION)); in createSipDelegateInternal()
|
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
H A D | SipTransportControllerTest.java | 280 assertEquals(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, e.getCode()); in createImsServiceDoesntSupportTransport()
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 43463 field public static final int CODE_ERROR_UNSUPPORTED_OPERATION = 2; // 0x2
|