Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java512 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest() method in RIL
531 RILRequest rr = obtainRequest(RIL_REQUEST_GET_SIM_STATUS, result, in getIccCardStatus()
571 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PIN, result, in supplyIccPinForApp()
598 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PUK, result, in supplyIccPukForApp()
626 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PIN2, result, in supplyIccPin2ForApp()
653 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PUK2, result, in supplyIccPuk2ForApp()
681 RILRequest rr = obtainRequest(RIL_REQUEST_CHANGE_SIM_PIN, result, in changeIccPinForApp()
709 RILRequest rr = obtainRequest(RIL_REQUEST_CHANGE_SIM_PIN2, result, in changeIccPin2ForApp()
732 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_NETWORK_DEPERSONALIZATION, result, in supplyNetworkDepersonalization()
753 RILRequest rr = obtainRequest(RIL_REQUEST_GET_CURRENT_CALLS, result, in getCurrentCalls()
[all …]
DRadioConfig.java196 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest() method in RadioConfig
246 RILRequest rr = obtainRequest(RIL_REQUEST_GET_SLOT_STATUS, result, mDefaultWorkSource); in getSimSlotsStatus()
266 RILRequest rr = obtainRequest(RIL_REQUEST_SET_LOGICAL_TO_PHYSICAL_SLOT_MAPPING, result, in setSimSlotsMapping()
/frameworks/support/asynclayoutinflater/src/main/java/androidx/asynclayoutinflater/view/
DAsyncLayoutInflater.java87 InflateRequest request = mInflateThread.obtainRequest(); in inflate()
206 public InflateRequest obtainRequest() { in obtainRequest() method in AsyncLayoutInflater.InflateThread