Searched refs:REQUEST_NOT_SUPPORTED (Results 1 – 14 of 14) sorted by relevance
42 REQUEST_NOT_SUPPORTED, enumConstant158 case RILConstants.REQUEST_NOT_SUPPORTED: in fromRilErrno()159 return new CommandException(Error.REQUEST_NOT_SUPPORTED); in fromRilErrno()
20 import static com.android.internal.telephony.RILConstants.REQUEST_NOT_SUPPORTED;302 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in setPreferredDataModem()331 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in getPhoneCapability()
767 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in getIccSlotsStatus()776 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in setLogicalToPhysicalSlotMapping()994 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in supplySimDepersonalization()1110 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in enableModem()1143 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in setSystemSelectionChannels()1211 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in getModemStatus()2531 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in startNetworkScan()2568 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in startNetworkScan()2610 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in startNetworkScan()2632 CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED)); in startNetworkScan()[all …]
321 case RadioError.REQUEST_NOT_SUPPORTED: in rilErrorToScanError()353 case REQUEST_NOT_SUPPORTED: in commandExceptionErrorToScanError()
365 if (responseInfo.error == RadioError.REQUEST_NOT_SUPPORTED) { in getVoiceRegistrationStateResponse_1_5()446 if (responseInfo.error == RadioError.REQUEST_NOT_SUPPORTED) { in getDataRegistrationStateResponse_1_5()1451 if (responseInfo.error == RadioError.REQUEST_NOT_SUPPORTED in getRadioCapabilityResponse()1522 } else if (responseInfo.error == RadioError.REQUEST_NOT_SUPPORTED) { in setAllowedCarriersResponse()1675 case RadioError.REQUEST_NOT_SUPPORTED: in startKeepaliveResponse()2255 final boolean needFallback = responseInfo.error == RadioError.REQUEST_NOT_SUPPORTED in responseScanStatus()
2255 new CommandException(CommandException.Error.REQUEST_NOT_SUPPORTED)); in getOutgoingCallerIdDisplay()2277 new CommandException(CommandException.Error.REQUEST_NOT_SUPPORTED)); in setOutgoingCallerIdDisplay()2295 new CommandException(CommandException.Error.REQUEST_NOT_SUPPORTED)); in queryCLIP()
833 case REQUEST_NOT_SUPPORTED: in rilErrorToSmsManagerResult()
38 int REQUEST_NOT_SUPPORTED = 6; field
360 } else if (err == CommandException.Error.REQUEST_NOT_SUPPORTED) { in onSetComplete()
905 != CommandException.Error.REQUEST_NOT_SUPPORTED) { in onGetSlotStatusDone()
1360 } else if (err == CommandException.Error.REQUEST_NOT_SUPPORTED) { in onSetComplete()
230 new CommandException(CommandException.Error.REQUEST_NOT_SUPPORTED)); in getIccSlotsStatus()
1299 createFakeRadioResponseInfo(serial, RadioError.REQUEST_NOT_SUPPORTED, in verifyRILUnsupportedResponse()
1396 error = CommandException.Error.REQUEST_NOT_SUPPORTED; in getCommandException()