Lines Matching refs:exception
282 if (ar.exception == null && ar.result != null) {
351 if (ar.exception == null && ar.result != null) {
357 } else if (ar.exception instanceof CommandException) {
359 ar.exception);
361 loge("iccTransmitApduLogicalChannel: Unknown exception");
391 if (ar.exception == null && ar.result != null) {
397 } else if (ar.exception instanceof CommandException) {
399 ar.exception);
401 loge("iccTransmitApduBasicChannel: Unknown exception");
431 if (ar.exception == null && ar.result != null) {
459 if (ar.exception == null && ar.result != null) {
465 } else if (ar.exception instanceof CommandException) {
467 ar.exception);
469 loge("sendEnvelopeWithStatus: exception:" + ar.exception);
497 if (ar.exception == null && ar.result != null) {
513 if (ar.exception != null) {
514 loge("iccOpenLogicalChannel: Exception: " + ar.exception);
518 if (ar.exception instanceof CommandException) {
520 ((CommandException) (ar.exception)).getCommandError();
564 if (ar.exception == null && ar.result != null) {
570 } else if (ar.exception instanceof CommandException) {
572 ar.exception);
574 loge("nvReadItem: Unknown exception");
622 if (ar.exception == null && ar.result != null) {
628 } else if (ar.exception instanceof CommandException) {
630 ar.exception);
632 loge("getPreferredNetworkType: Unknown exception");
699 if (ar.exception == null && ar.result != null) {
707 if (ar.exception != null) {
708 loge("getCellNetworkScanResults: Exception: " + ar.exception);
711 if (ar.exception instanceof CommandException) {
713 ((CommandException) (ar.exception)).getCommandError();
751 if (ar.exception == null && ar.result != null) {
756 } else if (ar.exception instanceof CommandException) {
758 ar.exception);
760 loge("queryModemActivityInfo: Unknown exception");
783 if (ar.exception == null && ar.result != null) {
788 } else if (ar.exception instanceof CommandException) {
790 ar.exception);
792 loge("setAllowedCarriers: Unknown exception");
813 if (ar.exception == null && ar.result != null) {
818 } else if (ar.exception instanceof CommandException) {
820 ar.exception);
822 loge("getAllowedCarriers: Unknown exception");
843 if (ar.exception == null) {
847 if (ar.exception instanceof CommandException) {
848 loge(command + ": CommandException: " + ar.exception);
850 loge(command + ": Unknown exception");
1245 if (ar.exception != null) {
1246 if (ar.exception instanceof CommandException &&
1247 ((CommandException)(ar.exception)).getCommandError()
1688 } catch (Exception ex) {
1689 if (DBG_LOC) loge("checkIfCallerIsSelfOrForegoundUser: Exception ex=" + ex);
2496 } catch (Exception e) {
2806 if(result.exception == null) {
2818 CommandException ex = (CommandException) result.exception;
2823 Log.w(LOG_TAG, "sendOemRilRequestRaw: Runtime Exception");
2836 Log.w(LOG_TAG, "setRadioCapability: Runtime Exception");
2989 // Throw exception with message including both READ_PHONE_STATE and READ_SMS
3203 } catch (Exception e) {
3204 Log.e(LOG_TAG, "Not getting aid. Exception ex=" + e);
3225 } catch (Exception e) {
3226 Log.e(LOG_TAG, "Not getting ESN. Exception ex=" + e);
3247 } catch (Exception e) {
3310 } catch (Exception e) {
3311 Log.e(LOG_TAG, "carrierAction: SetMeteredApnsEnabled fails. Exception ex=" + e);
3331 } catch (Exception e) {
3332 Log.e(LOG_TAG, "carrierAction: SetRadioEnabled fails. Exception ex=" + e);