Searched refs:obtainRequest (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 724 private RILRequest obtainRequest(int request, Message result, WorkSource workSource) { in obtainRequest() method in RIL 730 private RILRequest obtainRequest(int request, Message result, WorkSource workSource, in obtainRequest() method in RIL 750 RILRequest rr = obtainRequest(RIL_REQUEST_GET_SIM_STATUS, result, in getIccCardStatus() 790 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PIN, result, in supplyIccPinForApp() 817 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PUK, result, in supplyIccPukForApp() 845 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PIN2, result, in supplyIccPin2ForApp() 872 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PUK2, result, in supplyIccPuk2ForApp() 900 RILRequest rr = obtainRequest(RIL_REQUEST_CHANGE_SIM_PIN, result, in changeIccPinForApp() 928 RILRequest rr = obtainRequest(RIL_REQUEST_CHANGE_SIM_PIN2, result, in changeIccPin2ForApp() 951 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_NETWORK_DEPERSONALIZATION, result, in supplyNetworkDepersonalization() [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()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 22659 HSPLcom/android/internal/telephony/RadioConfig;->obtainRequest(ILandroid/os/Message;Landroid/os/Wor… 43089 HSPLcom/android/internal/telephony/RIL;->obtainRequest(ILandroid/os/Message;Landroid/os/WorkSource;…
|