Home
last modified time | relevance | path

Searched refs:OPERATION_NOT_ALLOWED (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIsimUiccRecordsTest.java164 CommandException.Error.OPERATION_NOT_ALLOWED)); in testGetPsiSmscValueException()
178 CommandException.Error.OPERATION_NOT_ALLOWED)); in testGetPsiSmscValueInvalidObject()
208 CommandException.Error.OPERATION_NOT_ALLOWED)); in testGetSmssTpmrValueException()
291 CommandException.Error.OPERATION_NOT_ALLOWED)); in testSetSmssTpmrValueException2()
304 CommandException.Error.OPERATION_NOT_ALLOWED); in testSetSmssTpmrValueException2()
333 CommandException.Error.OPERATION_NOT_ALLOWED)); in testGetSimServiceTableException()
DSIMRecordsTest.java228 CommandException.Error.OPERATION_NOT_ALLOWED)); in testGetForbiddenPlmnsException()
242 CommandException.Error.OPERATION_NOT_ALLOWED); in testGetForbiddenPlmnsException()
368 CommandException.Error.OPERATION_NOT_ALLOWED)); in testGetSmssTpmrValueException()
488 CommandException.Error.OPERATION_NOT_ALLOWED)); in testSetSmssTpmrValueException2()
501 CommandException.Error.OPERATION_NOT_ALLOWED); in testSetSmssTpmrValueException2()
513 CommandException.Error.OPERATION_NOT_ALLOWED)); in testSetSmssTpmrLargeValue()
658 CommandException.Error.OPERATION_NOT_ALLOWED)); in testGetPsiSmscException()
673 CommandException.Error.OPERATION_NOT_ALLOWED)); in testGetPsiSmscValueInvalidObject()
703 CommandException.Error.OPERATION_NOT_ALLOWED)); in testGetSimServiceTableException()
DIccFileHandlerTest.java277 CommandException.Error.OPERATION_NOT_ALLOWED)); in loadEFLinearFixedAll_ExceptionAtGetRecord()
290 assertSame(CommandException.Error.OPERATION_NOT_ALLOWED, in loadEFLinearFixedAll_ExceptionAtGetRecord()
311 CommandException.Error.OPERATION_NOT_ALLOWED)); in loadEFLinearFixedAll_ExceptionAtReadRecord()
327 assertSame(CommandException.Error.OPERATION_NOT_ALLOWED, in loadEFLinearFixedAll_ExceptionAtReadRecord()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandException.java91 OPERATION_NOT_ALLOWED, enumConstant
267 case RILConstants.OPERATION_NOT_ALLOWED: in fromRilErrno()
268 return new CommandException(Error.OPERATION_NOT_ALLOWED); in fromRilErrno()
DNetworkScanRequestTracker.java348 case RadioError.OPERATION_NOT_ALLOWED: in rilErrorToScanError()
380 case OPERATION_NOT_ALLOWED: in commandExceptionErrorToScanError()
DSMSDispatcher.java1258 case OPERATION_NOT_ALLOWED: in rilErrorToSmsManagerResult()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadHandlerTest.java118 CommandException.Error.OPERATION_NOT_ALLOWED)); in sendEnvelopeForException()
249 CommandException.Error.OPERATION_NOT_ALLOWED)); in smsCompleteForException()
260 CommandException.Error.OPERATION_NOT_ALLOWED)); in smsCompleteForException()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java100 int OPERATION_NOT_ALLOWED = 54; /* Not allowed the request now */ field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java1474 || err == CommandException.Error.OPERATION_NOT_ALLOWED) { in getErrorMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneMmiCode.java1385 || err.getCommandError() == CommandException.Error.OPERATION_NOT_ALLOWED) { in getMmiErrorMessage()