Searched refs:obtainRequest (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 641 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest() method in RIL 660 RILRequest rr = obtainRequest(RIL_REQUEST_GET_SIM_STATUS, result, in getIccCardStatus() 700 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PIN, result, in supplyIccPinForApp() 727 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PUK, result, in supplyIccPukForApp() 755 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PIN2, result, in supplyIccPin2ForApp() 782 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PUK2, result, in supplyIccPuk2ForApp() 810 RILRequest rr = obtainRequest(RIL_REQUEST_CHANGE_SIM_PIN, result, in changeIccPinForApp() 838 RILRequest rr = obtainRequest(RIL_REQUEST_CHANGE_SIM_PIN2, result, in changeIccPin2ForApp() 861 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_NETWORK_DEPERSONALIZATION, result, in supplyNetworkDepersonalization() 882 RILRequest rr = obtainRequest(RIL_REQUEST_GET_CURRENT_CALLS, result, in getCurrentCalls() [all …]
|
D | RadioConfig.java | 231 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest() method in RadioConfig 281 RILRequest rr = obtainRequest(RIL_REQUEST_GET_SLOT_STATUS, result, mDefaultWorkSource); in getSimSlotsStatus() 308 RILRequest rr = obtainRequest(RIL_REQUEST_SET_PREFERRED_DATA_MODEM, in setPreferredDataModem() 337 RILRequest rr = obtainRequest(RIL_REQUEST_GET_PHONE_CAPABILITY, result, mDefaultWorkSource); in getPhoneCapability() 369 RILRequest rr = obtainRequest(RIL_REQUEST_SET_LOGICAL_TO_PHYSICAL_SLOT_MAPPING, result, in setSimSlotsMapping() 421 RILRequest rr = obtainRequest(RIL_REQUEST_SWITCH_DUAL_SIM_CONFIG, in setModemsConfig()
|