Home
last modified time | relevance | path

Searched refs:HAL_SERVICE_SIM (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimResponse.java19 import static android.telephony.TelephonyManager.HAL_SERVICE_SIM;
46 RILRequest rr = mRil.processResponse(HAL_SERVICE_SIM, responseInfo); in responseIccIo()
73 RILRequest rr = mRil.processResponse(HAL_SERVICE_SIM, responseInfo); in areUiccApplicationsEnabledResponse()
88 RadioResponse.responseInts(HAL_SERVICE_SIM, mRil, responseInfo, remainingAttempts); in changeIccPin2ForAppResponse()
96 RadioResponse.responseInts(HAL_SERVICE_SIM, mRil, responseInfo, remainingAttempts); in changeIccPinForAppResponse()
103 RadioResponse.responseVoid(HAL_SERVICE_SIM, mRil, responseInfo); in enableUiccApplicationsResponse()
114 RILRequest rr = mRil.processResponse(HAL_SERVICE_SIM, responseInfo); in getAllowedCarriersResponse()
115 boolean carrierLockInfoSupported = mRil.getHalVersion(HAL_SERVICE_SIM).greater( in getAllowedCarriersResponse()
158 HAL_SERVICE_SIM, mRil, responseInfo, mdn, hSid, hNid, min, prl); in getCdmaSubscriptionResponse()
166 RadioResponse.responseInts(HAL_SERVICE_SIM, mRil, responseInfo, source); in getCdmaSubscriptionSourceResponse()
[all …]
DSimIndication.java19 import static android.telephony.TelephonyManager.HAL_SERVICE_SIM;
58 mRil.processIndication(HAL_SERVICE_SIM, indicationType); in carrierInfoForImsiEncryption()
74 mRil.processIndication(HAL_SERVICE_SIM, indicationType); in cdmaSubscriptionSourceChanged()
90 mRil.processIndication(HAL_SERVICE_SIM, indicationType); in simPhonebookChanged()
107 mRil.processIndication(HAL_SERVICE_SIM, indicationType); in simPhonebookRecordsReceived()
132 mRil.processIndication(HAL_SERVICE_SIM, indicationType); in simRefresh()
149 mRil.processIndication(HAL_SERVICE_SIM, indicationType); in simStatusChanged()
164 mRil.processIndication(HAL_SERVICE_SIM, indicationType); in stkEventNotify()
180 mRil.processIndication(HAL_SERVICE_SIM, indicationType); in stkProactiveCommand()
194 mRil.processIndication(HAL_SERVICE_SIM, indicationType); in stkSessionEnd()
[all …]
DMockModem.java24 import static android.telephony.TelephonyManager.HAL_SERVICE_SIM;
106 } else if (mService == HAL_SERVICE_SIM) { in onServiceConnected()
129 } else if (mService == HAL_SERVICE_SIM) { in onServiceDisconnected()
170 case HAL_SERVICE_SIM: in getServiceBinder()
225 } else if (service == HAL_SERVICE_SIM) { in bindToMockModemService()
227 mSimServiceConnection = new MockModemConnection(HAL_SERVICE_SIM); in bindToMockModemService()
329 } else if (service == HAL_SERVICE_SIM) { in unbindMockModemService()
382 case HAL_SERVICE_SIM: in getModuleName()
DRIL.java25 import static android.telephony.TelephonyManager.HAL_SERVICE_SIM;
797 return (T) getRadioServiceProxy(HAL_SERVICE_SIM); in getRadioServiceProxy()
905 case HAL_SERVICE_SIM: in getRadioServiceProxy()
911 binder = mMockModem.getServiceBinder(HAL_SERVICE_SIM); in getRadioServiceProxy()
1017 case HAL_SERVICE_SIM: in getRadioServiceProxy()
1189 mServiceProxies.put(HAL_SERVICE_SIM, new RadioSimProxy()); in RIL()
1273 case HAL_SERVICE_SIM: in isRadioServiceSupported()
1385 service = HAL_SERVICE_SIM; in canMakeRequest()
1427 radioServiceInvokeHelper(HAL_SERVICE_SIM, rr, "getIccCardStatus", () -> { in getIccCardStatus()
1451 radioServiceInvokeHelper(HAL_SERVICE_SIM, rr, "supplyIccPinForApp", () -> { in supplyIccPinForApp()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java23 import static android.telephony.TelephonyManager.HAL_SERVICE_SIM;
329 proxies.put(HAL_SERVICE_SIM, mSimProxy); in setUp()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java15904 public static final int HAL_SERVICE_SIM = 5; field in TelephonyManager
15931 HAL_SERVICE_SIM,
/frameworks/base/core/api/
Dtest-current.txt3376 field public static final int HAL_SERVICE_SIM = 5; // 0x5