Lines Matching refs:exception
227 if (ar.exception == null && ar.result != null) {
287 if (ar.exception == null && ar.result != null) {
293 } else if (ar.exception instanceof CommandException) {
295 ar.exception);
297 loge("iccTransmitApduLogicalChannel: Unknown exception");
326 if (ar.exception == null && ar.result != null) {
332 } else if (ar.exception instanceof CommandException) {
334 ar.exception);
336 loge("iccTransmitApduBasicChannel: Unknown exception");
365 exception == null && ar.result != null) {
392 if (ar.exception == null && ar.result != null) {
398 } else if (ar.exception instanceof CommandException) {
400 ar.exception);
402 loge("sendEnvelopeWithStatus: exception:" + ar.exception);
428 if (ar.exception == null && ar.result != null) {
444 if (ar.exception != null) {
445 loge("iccOpenLogicalChannel: Exception: " + ar.exception);
449 if ((ar.exception != null) && (ar.exception instanceof CommandException)) {
450 if (ar.exception.getMessage().compareTo("MISSING_RESOURCE") == 0) {
452 } else if (ar.exception.getMessage().compareTo("NO_SUCH_ELEMENT") == 0) {
492 if (ar.exception == null && ar.result != null) {
498 } else if (ar.exception instanceof CommandException) {
500 ar.exception);
502 loge("nvReadItem: Unknown exception");
550 if (ar.exception == null && ar.result != null) {
556 } else if (ar.exception instanceof CommandException) {
558 ar.exception);
560 loge("getPreferredNetworkType: Unknown exception");
603 if (ar.exception == null) {
607 if (ar.exception instanceof CommandException) {
608 loge(command + ": CommandException: " + ar.exception);
610 loge(command + ": Unknown exception");
953 if (ar.exception != null) {
954 if (ar.exception instanceof CommandException &&
955 ((CommandException)(ar.exception)).getCommandError()
1280 } catch (Exception ex) {
1281 if (DBG_LOC) loge("checkIfCallerIsSelfOrForegoundUser: Exception ex=" + ex);
1873 } catch (Exception e) {
2015 if(result.exception == null) {
2027 CommandException ex = (CommandException) result.exception;
2032 Log.w(LOG_TAG, "sendOemRilRequestRaw: Runtime Exception");