Searched refs:IccException (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccException.java22 public class IccException extends Exception { class in inherits:Exception
23 public IccException() { method in class:IccException
27 public IccException(String s) { method in class:IccException
H A DIccFileTypeMismatch.java23 public class IccFileTypeMismatch extends IccException {
H A DIccVmFixedException.java23 public final class IccVmFixedException extends IccException {
H A DIccVmNotSupportedException.java23 public final class IccVmNotSupportedException extends IccException {
H A DIccFileNotFound.java23 public class IccFileNotFound extends IccException {
H A DIccIoResult.java58 public IccException getException() {
69 return new IccException("sw1:" + sw1 + " sw2:" + sw2);
H A DIccFileHandler.java404 IccException iccException;
H A DRuimRecords.java182 new IccException("setVoiceMailNumber not implemented");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java72 import com.android.internal.telephony.uicc.IccException;
1321 if (IccException.class.isInstance(ar.exception)) {

Completed in 242 milliseconds