HomeSort by relevance Sort by last modified time
    Searched refs:IccException (Results 1 - 9 of 9) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccException.java 22 public class IccException extends Exception {
23 public IccException() {
27 public IccException(String s) {
IccFileTypeMismatch.java 23 public class IccFileTypeMismatch extends IccException {
IccVmFixedException.java 23 public final class IccVmFixedException extends IccException {
IccVmNotSupportedException.java 23 public final class IccVmNotSupportedException extends IccException {
IccFileNotFound.java 23 public class IccFileNotFound extends IccException {
IccIoResult.java 58 public IccException getException() {
69 return new IccException("sw1:" + sw1 + " sw2:" + sw2);
IccFileHandler.java 321 IccException iccException;
328 iccException = result.getException();
329 if (iccException != null) {
330 sendResult(response, null, iccException);
RuimRecords.java 176 new IccException("setVoiceMailNumber not implemented");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 67 import com.android.internal.telephony.uicc.IccException;
    [all...]

Completed in 358 milliseconds