Lines Matching refs:ImsException
29 import android.telephony.ims.ImsException;
110 } catch (ImsException e) { in registerImsRegistrationCallback()
196 } catch (ImsException e) { in registerRcsAvailabilityCallback()
239 } catch (ImsException e) { in isCapable()
265 } catch (ImsException e) { in isAvailable()
284 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in requestCapabilities()
288 } catch (ImsException e) { in requestCapabilities()
305 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in requestAvailability()
309 } catch (ImsException e) { in requestAvailability()
324 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in getUcePublishState()
328 } catch (ImsException e) { in getUcePublishState()
340 Set<String> featureTags) throws ImsException { in addUceRegistrationOverrideShell()
350 throw new ImsException(e.getMessage(), e.errorCode); in addUceRegistrationOverrideShell()
359 Set<String> featureTags) throws ImsException { in removeUceRegistrationOverrideShell()
369 throw new ImsException(e.getMessage(), e.errorCode); in removeUceRegistrationOverrideShell()
378 throws ImsException { in clearUceRegistrationOverrideShell()
388 throw new ImsException(e.getMessage(), e.errorCode); in clearUceRegistrationOverrideShell()
397 throws ImsException { in getLatestRcsContactUceCapabilityShell()
407 throw new ImsException(e.getMessage(), e.errorCode); in getLatestRcsContactUceCapabilityShell()
416 public String getLastUcePidfXmlShell(int subId) throws ImsException { in getLastUcePidfXmlShell()
427 throw new ImsException(e.getMessage(), e.errorCode); in getLastUcePidfXmlShell()
436 public boolean removeUceRequestDisallowedStatus(int subId) throws ImsException { in removeUceRequestDisallowedStatus()
445 throw new ImsException(e.getMessage(), e.errorCode); in removeUceRequestDisallowedStatus()
453 public boolean setCapabilitiesRequestTimeout(int subId, long timeoutAfter) throws ImsException { in setCapabilitiesRequestTimeout()
462 throw new ImsException(e.getMessage(), e.errorCode); in setCapabilitiesRequestTimeout()
474 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in registerUcePublishStateCallback()
478 } catch (ImsException e) { in registerUcePublishStateCallback()
493 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in unregisterUcePublishStateCallback()
550 } catch (ImsException e) { in isSipDelegateSupported()
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()
595 } catch (ImsException e) { in createSipDelegate()
655 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in registerRcsFeatureCallback()
749 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in getRcsFeatureController()
753 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in getRcsFeatureController()
758 throw new ServiceSpecificException(ImsException.CODE_ERROR_INVALID_SUBSCRIPTION, in getRcsFeatureController()
767 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in getRcsFeatureController()
782 throw new ServiceSpecificException(ImsException.CODE_ERROR_UNSUPPORTED_OPERATION, in verifyImsRcsConfiguredOrThrow()