/aosp12/hardware/interfaces/radio/1.4/vts/functional/ |
H A D | radio_hidl_hal_test.cpp | 114 radio_v1_4->getCurrentCalls(serial); in clearPotentialEstablishedCalls() 129 radio_v1_4->getCurrentCalls(serial); in clearPotentialEstablishedCalls()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | GsmCdmaCallTrackerTest.java | 394 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneType() 401 verify(mSimulatedCommandsVerifier, times(2)).getCurrentCalls(any(Message.class)); in testUpdatePhoneType() 426 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneTypeWithActiveCall()
|
H A D | SimulatedCommands.java | 551 public void getCurrentCalls (Message result) { in getCurrentCalls() method in SimulatedCommands 552 SimulatedCommandsVerifier.getInstance().getCurrentCalls(result); in getCurrentCalls()
|
H A D | SimulatedCommandsVerifier.java | 684 public void getCurrentCalls(Message result) { in getCurrentCalls() method in SimulatedCommandsVerifier
|
H A D | RILTest.java | 460 mRILUnderTest.getCurrentCalls(obtainMessage()); in testGetCurrentCalls() 461 verify(mRadioProxy).getCurrentCalls(mSerialNumberCaptor.capture()); in testGetCurrentCalls()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
H A D | HeadsetClientService.java | 466 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device, in getCurrentCalls() method in HeadsetClientService.BluetoothHeadsetClientBinder 473 return service.getCurrentCalls(device); in getCurrentCalls() 915 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) { in getCurrentCalls() method in HeadsetClientService 926 return sm.getCurrentCalls(); in getCurrentCalls()
|
H A D | HeadsetClientStateMachine.java | 1949 public List<BluetoothHeadsetClientCall> getCurrentCalls() { in getCurrentCalls() method in HeadsetClientStateMachine
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothHeadsetClient.aidl | 52 …List<BluetoothHeadsetClientCall> getCurrentCalls(in BluetoothDevice device, in AttributionSource a… in getCurrentCalls() method
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_voice.cpp | 23 TEST_P(RadioHidlTest, getCurrentCalls) { in TEST_P() argument 27 radio->getCurrentCalls(serial); in TEST_P()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CallTracker.java | 87 mCi.getCurrentCalls(mLastRelevantPoll); in pollCallsWhenSafe()
|
H A D | CommandsInterface.java | 877 void getCurrentCalls (Message result); in getCurrentCalls() method
|
H A D | GsmCdmaCallTracker.java | 784 mCi.getCurrentCalls(mLastRelevantPoll); in operationComplete()
|
H A D | RIL.java | 1041 public void getCurrentCalls(Message result) { in getCurrentCalls() method in RIL 1058 radioProxy.getCurrentCalls(rr.mSerial); in getCurrentCalls()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
H A D | A2dpSinkStreamHandler.java | 377 headsetClientService.getCurrentCalls(targetDevice); in inCallFromStreamingDevice()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothHeadsetClient.java | 795 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) { in getCurrentCalls() method in BluetoothHeadsetClient 802 service.getCurrentCalls(device, mAttributionSource), mAttributionSource); in getCurrentCalls()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
H A D | HfpClientDeviceBlock.java | 78 List<BluetoothHeadsetClientCall> calls = mHeadsetProfile.getCurrentCalls(mDevice); in HfpClientDeviceBlock()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCommandInterface.java | 104 public void getCurrentCalls(Message result) { in getCurrentCalls() method in ImsPhoneCommandInterface
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
H A D | SipCommandInterface.java | 103 public void getCurrentCalls(Message result) { in getCurrentCalls() method in SipCommandInterface
|
/aosp12/hardware/interfaces/radio/1.2/default/ |
H A D | Radio.cpp | 150 Return<void> Radio::getCurrentCalls(int32_t /* serial */) { in getCurrentCalls() function in android::hardware::radio::V1_2::implementation::Radio
|
H A D | Radio.h | 66 Return<void> getCurrentCalls(int32_t serial) override;
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
H A D | UsimDataDownloadCommands.java.broken | 222 public void getCurrentCalls(Message result) {
|
H A D | GSMPhoneTest.java.broken | 1513 // ensure getCurrentCalls() gets processed... 1551 // ensure getCurrentCalls() gets processed... 1590 // ensure getCurrentCalls() gets processed...
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | IRadio.hal | 148 oneway getCurrentCalls(int32_t serial); 190 * active anymore in next getCurrentCalls() query. 202 * active anymore in next getCurrentCalls query.
|
H A D | IRadioIndication.hal | 33 * Callee must invoke IRadio.getCurrentCalls()
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 144 Return<void> getCurrentCalls(int32_t serial); 877 Return<void> RadioImpl::getCurrentCalls(int32_t serial) { in getCurrentCalls() function in RadioImpl
|