Searched refs:HAL_SERVICE_VOICE (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | VoiceResponse.java | 19 import static android.telephony.TelephonyManager.HAL_SERVICE_VOICE; 52 RadioResponse.responseVoid(HAL_SERVICE_VOICE, mRil, responseInfo); in acceptCallResponse() 59 RadioResponse.responseVoid(HAL_SERVICE_VOICE, mRil, responseInfo); in cancelPendingUssdResponse() 66 RadioResponse.responseVoid(HAL_SERVICE_VOICE, mRil, responseInfo); in conferenceResponse() 73 RadioResponse.responseVoid(HAL_SERVICE_VOICE, mRil, responseInfo); in dialResponse() 80 RadioResponse.responseVoid(HAL_SERVICE_VOICE, mRil, responseInfo); in emergencyDialResponse() 87 RadioResponse.responseVoid(HAL_SERVICE_VOICE, mRil, responseInfo); in exitEmergencyCallbackModeResponse() 94 RadioResponse.responseVoid(HAL_SERVICE_VOICE, mRil, responseInfo); in explicitCallTransferResponse() 104 RILRequest rr = mRil.processResponse(HAL_SERVICE_VOICE, responseInfo); in getCallForwardStatusResponse() 134 HAL_SERVICE_VOICE, mRil, responseInfo, enable ? 1 : 0, serviceClass); in getCallWaitingResponse() [all …]
|
D | VoiceIndication.java | 19 import static android.telephony.TelephonyManager.HAL_SERVICE_VOICE; 68 mRil.processIndication(HAL_SERVICE_VOICE, indicationType); in callRing() 95 mRil.processIndication(HAL_SERVICE_VOICE, indicationType); in callStateChanged() 109 mRil.processIndication(HAL_SERVICE_VOICE, indicationType); in cdmaCallWaiting() 139 mRil.processIndication(HAL_SERVICE_VOICE, indicationType); in cdmaInfoRec() 238 mRil.processIndication(HAL_SERVICE_VOICE, indicationType); in cdmaOtaProvisionStatus() 257 mRil.processIndication(HAL_SERVICE_VOICE, indicationType); in currentEmergencyNumberList() 284 mRil.processIndication(HAL_SERVICE_VOICE, indicationType); in enterEmergencyCallbackMode() 299 mRil.processIndication(HAL_SERVICE_VOICE, indicationType); in exitEmergencyCallbackMode() 312 mRil.processIndication(HAL_SERVICE_VOICE, indicationType); in indicateRingbackTone() [all …]
|
D | MockModem.java | 25 import static android.telephony.TelephonyManager.HAL_SERVICE_VOICE; 114 } else if (mService == HAL_SERVICE_VOICE) { in onServiceConnected() 137 } else if (mService == HAL_SERVICE_VOICE) { in onServiceDisconnected() 178 case HAL_SERVICE_VOICE: in getServiceBinder() 281 } else if (service == HAL_SERVICE_VOICE) { in bindToMockModemService() 283 mVoiceServiceConnection = new MockModemConnection(HAL_SERVICE_VOICE); in bindToMockModemService() 357 } else if (service == HAL_SERVICE_VOICE) { in unbindMockModemService() 390 case HAL_SERVICE_VOICE: in getModuleName()
|
D | RIL.java | 26 import static android.telephony.TelephonyManager.HAL_SERVICE_VOICE; 290 Map.entry(PackageManager.FEATURE_TELEPHONY_CALLING, HAL_SERVICE_VOICE), 800 return (T) getRadioServiceProxy(HAL_SERVICE_VOICE); in getRadioServiceProxy() 920 case HAL_SERVICE_VOICE: in getRadioServiceProxy() 926 binder = mMockModem.getServiceBinder(HAL_SERVICE_VOICE); in getRadioServiceProxy() 1023 case HAL_SERVICE_VOICE: in getRadioServiceProxy() 1190 mServiceProxies.put(HAL_SERVICE_VOICE, new RadioVoiceProxy()); in RIL() 1276 case HAL_SERVICE_VOICE: in isRadioServiceSupported() 1387 service = HAL_SERVICE_VOICE; in canMakeRequest() 1652 radioServiceInvokeHelper(HAL_SERVICE_VOICE, rr, "getCurrentCalls", () -> { in getCurrentCalls() [all …]
|
D | CallTracker.java | 103 if (!mCi.getHalVersion(TelephonyManager.HAL_SERVICE_VOICE) in pollCallsAfterDelay()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 15912 public static final int HAL_SERVICE_VOICE = 6; field in TelephonyManager 15932 HAL_SERVICE_VOICE,
|
/frameworks/base/core/api/ |
D | test-current.txt | 3377 field public static final int HAL_SERVICE_VOICE = 6; // 0x6
|