Searched refs:IccVmNotSupportedException (Results 1 - 3 of 3) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java78 import com.android.internal.telephony.uicc.IccVmNotSupportedException;
1551 if (IccVmNotSupportedException.class.isInstance(ar.exception)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccVmNotSupportedException.java23 public final class IccVmNotSupportedException extends IccException { class in inherits:IccException
24 IccVmNotSupportedException() method in class:IccVmNotSupportedException
29 public IccVmNotSupportedException(String s) method in class:IccVmNotSupportedException
H A DSIMRecords.java382 new IccVmNotSupportedException("Update SIM voice mailbox error");
1105 // when IccVmNotSupportedException occurred
1107 = new IccVmNotSupportedException(

Completed in 86 milliseconds