Home | History | Annotate | Download | only in phone

Lines Matching refs:CommandException

54 import com.android.internal.telephony.CommandException;
62 import com.android.internal.telephony.CommandException;
293 } else if (ar.exception instanceof CommandException) {
294 loge("iccTransmitApduLogicalChannel: CommandException: " +
332 } else if (ar.exception instanceof CommandException) {
333 loge("iccTransmitApduBasicChannel: CommandException: " +
398 } else if (ar.exception instanceof CommandException) {
399 loge("sendEnvelopeWithStatus: CommandException: " +
449 if ((ar.exception != null) && (ar.exception instanceof CommandException)) {
498 } else if (ar.exception instanceof CommandException) {
499 loge("nvReadItem: CommandException: " +
556 } else if (ar.exception instanceof CommandException) {
557 loge("getPreferredNetworkType: CommandException: " +
607 if (ar.exception instanceof CommandException) {
608 loge(command + ": CommandException: " + ar.exception);
954 if (ar.exception instanceof CommandException &&
955 ((CommandException)(ar.exception)).getCommandError()
956 == CommandException.Error.PASSWORD_INCORRECT) {
2027 CommandException ex = (CommandException) result.exception;
2033 returnValue = (CommandException.Error.GENERIC_FAILURE.ordinal());