Home
last modified time | relevance | path

Searched refs:ImsException (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
DImsConfig.java550 public int getProvisionedValue(int item) throws ImsException { in getProvisionedValue()
561 public int getConfigInt(int item) throws ImsException { in getConfigInt()
566 throw new ImsException("getInt()", e, in getConfigInt()
577 public String getProvisionedStringValue(int item) throws ImsException { in getProvisionedStringValue()
589 public String getConfigString(int item) throws ImsException { in getConfigString()
594 throw new ImsException("getConfigString()", e, in getConfigString()
605 public int setProvisionedValue(int item, int value) throws ImsException { in setProvisionedValue()
612 public int setProvisionedStringValue(int item, String value) throws ImsException { in setProvisionedStringValue()
625 public int setConfig(int item, int value) throws ImsException { in setConfig()
634 throw new ImsException("setConfig()", e, in setConfig()
[all …]
DImsException.java26 public class ImsException extends Exception { class
33 public ImsException() { in ImsException() method in ImsException
36 public ImsException(String message, int code) { in ImsException() method in ImsException
41 public ImsException(String message, Throwable cause, int code) { in ImsException() method in ImsException
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java189 } catch (ImsException e) {
198 void connectionReady(ImsManager manager) throws ImsException; in connectionReady()
239 } catch (ImsException e) {
325 private void getImsService() throws ImsException { in getImsService()
339 private void notifyReady() throws ImsException { in notifyReady()
347 catch (ImsException e) { in notifyReady()
500 } catch (ImsException ie) { in setEnhanced4gLteModeSetting()
778 } catch (ImsException e) { in setVtSetting()
906 } catch (ImsException e) { in setWfcNonPersistent()
1081 } catch (ImsException e) { in setWfcModeInternal()
[all …]
DImsEcbm.java57 public void setEcbmStateListener(ImsEcbmStateListener ecbmListener) throws ImsException { in setEcbmStateListener()
61 throw new ImsException("setEcbmStateListener()", e, in setEcbmStateListener()
66 public void exitEmergencyCallbackMode() throws ImsException { in exitEmergencyCallbackMode()
70 throw new ImsException("exitEmergencyCallbackMode()", e, in exitEmergencyCallbackMode()
DImsMultiEndpoint.java73 throws ImsException { in setExternalCallStateListener()
79 throw new ImsException("setExternalCallStateListener could not be set.", e, in setExternalCallStateListener()
DImsUt.java611 AsyncResult.forMessage(result, null, new ImsException(errorString, error.mCode)); in sendFailureReport()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java31 import com.android.ims.ImsException;
152 } catch (ImsException e) {
192 } catch (ImsException e) {
205 public void connectionReady(ImsManager manager) throws ImsException { in ImsSmsDispatcher()
224 private void setListeners() throws ImsException { in setListeners()
243 } catch (ImsException e) { in getFormat()
313 } catch (ImsException e) { in sendSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneMmiCode.java45 import com.android.ims.ImsException;
871 } catch (ImsException e) { in processCode()
878 } catch (ImsException e) { in processCode()
885 } catch (ImsException e) { in processCode()
897 } catch (ImsException e) { in processCode()
904 } catch (ImsException e) { in processCode()
916 } catch (ImsException e) { in processCode()
923 } catch (ImsException e) { in processCode()
935 } catch (ImsException e) { in processCode()
942 } catch (ImsException e) { in processCode()
[all …]
DImsPhoneCallTracker.java75 import com.android.ims.ImsException;
213 } catch (ImsException e) { in onIncomingCall()
705 public void connectionReady(ImsManager manager) throws ImsException { in ImsPhoneCallTracker()
761 private void startListeningForCalls() throws ImsException { in startListeningForCalls()
808 } catch (ImsException e) { in stopListeningForCalls()
981 } catch (ImsException e) { in dial()
1018 } catch (ImsException e) { in shouldNumberBePlacedOnIms()
1212 } catch (ImsException e) { in dialInternal()
1256 } catch (ImsException e) { in acceptCall()
1275 } catch (ImsException e) { in acceptCall()
[all …]
DImsPhone.java77 import com.android.ims.ImsException;
863 } catch (ImsException e) { in getOutgoingCallerIdDisplay()
879 } catch (ImsException e) { in setOutgoingCallerIdDisplay()
896 } catch (ImsException e) { in getCallForwardingOption()
940 } catch (ImsException e) { in setCallForwardingOption()
957 } catch (ImsException e) { in getCallWaiting()
975 } catch (ImsException e) { in setCallWaiting()
1021 } catch (ImsException e) { in getCallBarring()
1055 } catch (ImsException e) { in setCallBarring()
1135 if (e instanceof ImsException) { in getCommandException()
[all …]
DImsPhoneCall.java30 import com.android.ims.ImsException;
254 } catch (ImsException e) { in setMute()
DImsPhoneConnection.java42 import com.android.ims.ImsException;
359 } catch (ImsException e) { in deflect()
759 } catch (ImsException e) { in onDisconnectConferenceParticipant()
961 } catch (ImsException e) { in updateMediaCapabilities()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java64 import com.android.ims.ImsException;
507 } catch (ImsException ie) { in testEmergencyDialSuppressClir()
619 public void testDialImsServiceUnavailable() throws ImsException { in testDialImsServiceUnavailable()
620 doThrow(new ImsException("Test Exception", ImsReasonInfo.CODE_LOCAL_IMS_SERVICE_DOWN)).when( in testDialImsServiceUnavailable()
646 public void testTTYImsServiceUnavailable() throws ImsException { in testTTYImsServiceUnavailable()
647 doThrow(new ImsException("Test Exception", ImsReasonInfo.CODE_LOCAL_IMS_SERVICE_DOWN)).when( in testTTYImsServiceUnavailable()
/frameworks/opt/net/ims/
DREADME.txt70 ImsException
/frameworks/base/config/
Dpreloaded-classes3906 com.android.ims.ImsException
Dboot-image-profile.txt37820 HSPLcom/android/ims/ImsException;-><init>(Ljava/lang/String;I)V
37821 HSPLcom/android/ims/ImsException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;I)V
59651 Lcom/android/ims/ImsException;