Home
last modified time | relevance | path

Searched refs:obtainRequest (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java682 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest() method in RIL
688 private RILRequest obtainRequest(int request, Message result, WorkSource workSource, in obtainRequest() method in RIL
708 RILRequest rr = obtainRequest(RIL_REQUEST_GET_SIM_STATUS, result, in getIccCardStatus()
748 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PIN, result, in supplyIccPinForApp()
775 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PUK, result, in supplyIccPukForApp()
805 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PIN2, result, in supplyIccPin2ForApp()
832 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PUK2, result, in supplyIccPuk2ForApp()
860 RILRequest rr = obtainRequest(RIL_REQUEST_CHANGE_SIM_PIN, result, in changeIccPinForApp()
888 RILRequest rr = obtainRequest(RIL_REQUEST_CHANGE_SIM_PIN2, result, in changeIccPin2ForApp()
911 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_NETWORK_DEPERSONALIZATION, result, in supplyNetworkDepersonalization()
[all …]
DRadioConfig.java291 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest() method in RadioConfig
366 RILRequest rr = obtainRequest(RIL_REQUEST_GET_SLOT_STATUS, result, mDefaultWorkSource); in getSimSlotsStatus()
393 RILRequest rr = obtainRequest(RIL_REQUEST_SET_PREFERRED_DATA_MODEM, in setPreferredDataModem()
422 RILRequest rr = obtainRequest(RIL_REQUEST_GET_PHONE_CAPABILITY, result, mDefaultWorkSource); in getPhoneCapability()
454 RILRequest rr = obtainRequest(RIL_REQUEST_SET_LOGICAL_TO_PHYSICAL_SLOT_MAPPING, result, in setSimSlotsMapping()
508 RILRequest rr = obtainRequest(RIL_REQUEST_SWITCH_DUAL_SIM_CONFIG, in setModemsConfig()
555 RILRequest rr = obtainRequest(RIL_REQUEST_GET_HAL_DEVICE_CAPABILITIES, in getHalDeviceCapabilities()