Searched refs:obtainRequest (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 512 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 …]
|
D | RadioConfig.java | 196 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/ |
D | AsyncLayoutInflater.java | 87 InflateRequest request = mInflateThread.obtainRequest(); in inflate() 206 public InflateRequest obtainRequest() { in obtainRequest() method in AsyncLayoutInflater.InflateThread
|