Loading telephony/java/android/telephony/ims/ProvisioningManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -1828,6 +1828,8 @@ public class ProvisioningManager { return getITelephony().isRcsVolteSingleRegistrationCapable(mSubId); } catch (RemoteException | IllegalStateException e) { throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); } catch (ServiceSpecificException e) { throw new ImsException(e.getMessage(), e.errorCode); } } Loading Loading
telephony/java/android/telephony/ims/ProvisioningManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -1828,6 +1828,8 @@ public class ProvisioningManager { return getITelephony().isRcsVolteSingleRegistrationCapable(mSubId); } catch (RemoteException | IllegalStateException e) { throw new ImsException(e.getMessage(), ImsException.CODE_ERROR_SERVICE_UNAVAILABLE); } catch (ServiceSpecificException e) { throw new ImsException(e.getMessage(), e.errorCode); } } Loading