Lines Matching refs:CommandException
148 import com.android.internal.telephony.CommandException;
582 } else if (ar.exception instanceof CommandException) { in handleMessage()
618 } else if (ar.exception instanceof CommandException) { in handleMessage()
678 } else if (ar.exception instanceof CommandException) { in handleMessage()
729 if (ar.exception instanceof CommandException) { in handleMessage()
730 CommandException.Error error = in handleMessage()
731 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
732 if (error == CommandException.Error.MISSING_RESOURCE) { in handleMessage()
734 } else if (error == CommandException.Error.NO_SUCH_ELEMENT) { in handleMessage()
778 } else if (ar.exception instanceof CommandException) { in handleMessage()
850 } else if (ar.exception instanceof CommandException) { in handleMessage()
890 } else if (ar.exception instanceof CommandException) { in handleMessage()
926 if (ar.exception instanceof CommandException) { in handleMessage()
927 CommandException.Error error = in handleMessage()
928 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
929 if (error == CommandException.Error.RADIO_NOT_AVAILABLE) { in handleMessage()
933 } else if (error == CommandException.Error.REQUEST_NOT_SUPPORTED) { in handleMessage()
971 if (ar.exception instanceof CommandException) { in handleMessage()
972 CommandException.Error error = in handleMessage()
973 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
974 if (error == CommandException.Error.RADIO_NOT_AVAILABLE) { in handleMessage()
976 } else if (error == CommandException.Error.REQUEST_NOT_SUPPORTED) { in handleMessage()
1009 } else if (ar.exception instanceof CommandException) { in handleMessage()
1123 if (ar.exception instanceof CommandException) { in handleMessage()
1124 CommandException.Error error = in handleMessage()
1125 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
1126 if (error == CommandException.Error.FDN_CHECK_FAILURE) { in handleMessage()
1129 } else if (error == CommandException.Error.REQUEST_NOT_SUPPORTED) { in handleMessage()
1166 if (ar.exception instanceof CommandException) { in handleMessage()
1167 CommandException.Error error = in handleMessage()
1168 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
1169 if (error == CommandException.Error.FDN_CHECK_FAILURE) { in handleMessage()
1172 } else if (error == CommandException.Error.REQUEST_NOT_SUPPORTED) { in handleMessage()
1216 if (ar.exception instanceof CommandException) { in handleMessage()
1217 CommandException.Error error = in handleMessage()
1218 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
1219 if (error == CommandException.Error.REQUEST_NOT_SUPPORTED) { in handleMessage()
1245 if (ar.exception instanceof CommandException) { in handleMessage()
1246 CommandException.Error error = in handleMessage()
1247 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
1248 if (error == CommandException.Error.REQUEST_NOT_SUPPORTED) { in handleMessage()
1278 if (ar.exception instanceof CommandException) { in handleMessage()
1279 CommandException.Error error = in handleMessage()
1280 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
1281 if (error == CommandException.Error.RADIO_NOT_AVAILABLE) { in handleMessage()
1283 } else if (error == CommandException.Error.GENERIC_FAILURE) { in handleMessage()
1369 } else if (ar.exception instanceof CommandException) { in handleMessage()
1406 if (ar.exception instanceof CommandException) { in handleMessage()
1408 CommandException.Error error = in handleMessage()
1409 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
1410 if (error == CommandException.Error.REQUEST_NOT_SUPPORTED) { in handleMessage()
1437 } else if (ar.exception instanceof CommandException) { in handleMessage()
1895 } else if (ar.exception instanceof CommandException) { in handleMessage()
1897 CommandException.Error error = in handleMessage()
1898 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
1900 if (error == CommandException.Error.RADIO_NOT_AVAILABLE) { in handleMessage()
1903 } else if (error == CommandException.Error.INVALID_ARGUMENTS) { in handleMessage()
1905 } else if (error == CommandException.Error.REQUEST_NOT_SUPPORTED) { in handleMessage()
1937 if (ar.exception instanceof CommandException) { in handleMessage()
1938 CommandException.Error error = in handleMessage()
1939 ((CommandException) (ar.exception)).getCommandError(); in handleMessage()
1940 if (error == CommandException.Error.SIM_ERR) { in handleMessage()
1942 } else if (error == CommandException.Error.INVALID_ARGUMENTS) { in handleMessage()
1944 } else if (error == CommandException.Error.REQUEST_NOT_SUPPORTED) { in handleMessage()
2084 if (ar.exception instanceof CommandException) { in handleNullReturnEvent()
2484 if (ar.exception instanceof CommandException && in run()
2485 ((CommandException)(ar.exception)).getCommandError() in run()
2486 == CommandException.Error.PASSWORD_INCORRECT) { in run()
2489 else if (ar.exception instanceof CommandException && in run()
2490 … ((CommandException) (ar.exception)).getCommandError() in run()
2491 == CommandException.Error.ABORTED) { in run()
7293 CommandException ex = (CommandException) result.exception; in invokeOemRilRequestRaw()
7299 returnValue = (CommandException.Error.GENERIC_FAILURE.ordinal()); in invokeOemRilRequestRaw()