Searched refs:OPERATION_NOT_ALLOWED (Results 1 – 5 of 5) sorted by relevance
90 OPERATION_NOT_ALLOWED, enumConstant250 case RILConstants.OPERATION_NOT_ALLOWED: in fromRilErrno()251 return new CommandException(Error.OPERATION_NOT_ALLOWED); in fromRilErrno()
333 case RadioError.OPERATION_NOT_ALLOWED: in rilErrorToScanError()365 case OPERATION_NOT_ALLOWED: in commandExceptionErrorToScanError()
839 case OPERATION_NOT_ALLOWED: in rilErrorToSmsManagerResult()
211 CommandException.Error.OPERATION_NOT_ALLOWED)); in testGetForbiddenPlmnsException()225 CommandException.Error.OPERATION_NOT_ALLOWED); in testGetForbiddenPlmnsException()
90 int OPERATION_NOT_ALLOWED = 54; /* Not allowed the request now */ field