• Home
  • Raw
  • Download

Lines Matching refs:exception

468                     if (ar.exception == null && ar.result != null) {  in handleMessage()
474 } else if (ar.exception instanceof CommandException) { in handleMessage()
476 ar.exception); in handleMessage()
504 if (ar.exception == null && ar.result != null) { in handleMessage()
510 } else if (ar.exception instanceof CommandException) { in handleMessage()
512 ar.exception); in handleMessage()
540 if (ar.exception == null && ar.result != null) { in handleMessage()
564 if (ar.exception == null && ar.result != null) { in handleMessage()
570 } else if (ar.exception instanceof CommandException) { in handleMessage()
572 ar.exception); in handleMessage()
574 loge("sendEnvelopeWithStatus: exception:" + ar.exception); in handleMessage()
600 if (ar.exception == null && ar.result != null) { in handleMessage()
616 if (ar.exception != null) { in handleMessage()
617 loge("iccOpenLogicalChannel: Exception: " + ar.exception); in handleMessage()
621 if (ar.exception instanceof CommandException) { in handleMessage()
623 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
664 if (ar.exception == null && ar.result != null) { in handleMessage()
670 } else if (ar.exception instanceof CommandException) { in handleMessage()
672 ar.exception); in handleMessage()
721 if (ar.exception == null && ar.result != null) { in handleMessage()
727 } else if (ar.exception instanceof CommandException) { in handleMessage()
729 ar.exception); in handleMessage()
794 if (ar.exception == null && ar.result != null) { in handleMessage()
802 if (ar.exception != null) { in handleMessage()
803 loge("getCellNetworkScanResults: Exception: " + ar.exception); in handleMessage()
806 if (ar.exception instanceof CommandException) { in handleMessage()
808 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
834 if (ar.exception == null) { in handleMessage()
838 loge("setNetworkSelectionModeManual " + ar.exception); in handleMessage()
855 if (ar.exception == null && ar.result != null) { in handleMessage()
860 } else if (ar.exception instanceof CommandException) { in handleMessage()
862 ar.exception); in handleMessage()
885 if (ar.exception == null && ar.result != null) { in handleMessage()
889 if (ar.exception instanceof CommandException) { in handleMessage()
890 loge("setAllowedCarriers: CommandException: " + ar.exception); in handleMessage()
892 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
913 if (ar.exception == null && ar.result != null) { in handleMessage()
920 } else if (ar.exception instanceof CommandException) { in handleMessage()
922 ar.exception); in handleMessage()
933 if (ar.exception == null && ar.result != null) { in handleMessage()
984 request.result = (ar.exception == null); in handleMessage()
996 if (ar.exception != null) { in handleMessage()
1016 if (ar.exception != null) { in handleMessage()
1032 request.result = ar.exception == null; in handleMessage()
1044 request.result = ar.exception == null; in handleMessage()
1056 request.result = (ar.exception == null && ar.result != null) in handleMessage()
1072 if (ar.exception != null) { in handleMessage()
1073 Log.e(LOG_TAG, "Exception retrieving CellInfo=" + ar.exception); in handleMessage()
1075 new android.os.ParcelableException(ar.exception)); in handleMessage()
1096 if (ar.exception == null) { in handleMessage()
1127 request.result = (ar.exception == null); in handleMessage()
1135 + ar.exception); in handleMessage()
1149 if (ar.exception == null && ar.result != null) { in handleMessage()
1162 + ar.exception); in handleMessage()
1181 if (ar.exception == null) { in handleNullReturnEvent()
1185 if (ar.exception instanceof CommandException) { in handleNullReturnEvent()
1186 loge(command + ": CommandException: " + ar.exception); in handleNullReturnEvent()
1540 if (ar.exception != null) { in run()
1541 if (ar.exception instanceof CommandException && in run()
1542 ((CommandException)(ar.exception)).getCommandError() in run()
5108 if(result.exception == null) { in invokeOemRilRequestRaw()
5120 CommandException ex = (CommandException) result.exception; in invokeOemRilRequestRaw()