Home
last modified time | relevance | path

Searched refs:getCurrentCalls (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_hidl_hal_test.cpp114 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 DGsmCdmaCallTrackerTest.java394 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 DSimulatedCommands.java551 public void getCurrentCalls (Message result) { in getCurrentCalls() method in SimulatedCommands
552 SimulatedCommandsVerifier.getInstance().getCurrentCalls(result); in getCurrentCalls()
H A DSimulatedCommandsVerifier.java684 public void getCurrentCalls(Message result) { in getCurrentCalls() method in SimulatedCommandsVerifier
H A DRILTest.java460 mRILUnderTest.getCurrentCalls(obtainMessage()); in testGetCurrentCalls()
461 verify(mRadioProxy).getCurrentCalls(mSerialNumberCaptor.capture()); in testGetCurrentCalls()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java466 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 DHeadsetClientStateMachine.java1949 public List<BluetoothHeadsetClientCall> getCurrentCalls() { in getCurrentCalls() method in HeadsetClientStateMachine
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothHeadsetClient.aidl52 …List<BluetoothHeadsetClientCall> getCurrentCalls(in BluetoothDevice device, in AttributionSource a… in getCurrentCalls() method
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_voice.cpp23 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 DCallTracker.java87 mCi.getCurrentCalls(mLastRelevantPoll); in pollCallsWhenSafe()
H A DCommandsInterface.java877 void getCurrentCalls (Message result); in getCurrentCalls() method
H A DGsmCdmaCallTracker.java784 mCi.getCurrentCalls(mLastRelevantPoll); in operationComplete()
H A DRIL.java1041 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 DA2dpSinkStreamHandler.java377 headsetClientService.getCurrentCalls(targetDevice); in inCallFromStreamingDevice()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java795 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 DHfpClientDeviceBlock.java78 List<BluetoothHeadsetClientCall> calls = mHeadsetProfile.getCurrentCalls(mDevice); in HfpClientDeviceBlock()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java104 public void getCurrentCalls(Message result) { in getCurrentCalls() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java103 public void getCurrentCalls(Message result) { in getCurrentCalls() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp150 Return<void> Radio::getCurrentCalls(int32_t /* serial */) { in getCurrentCalls() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h66 Return<void> getCurrentCalls(int32_t serial) override;
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken222 public void getCurrentCalls(Message result) {
H A DGSMPhoneTest.java.broken1513 // ensure getCurrentCalls() gets processed...
1551 // ensure getCurrentCalls() gets processed...
1590 // ensure getCurrentCalls() gets processed...
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal148 oneway getCurrentCalls(int32_t serial);
190 * active anymore in next getCurrentCalls() query.
202 * active anymore in next getCurrentCalls query.
H A DIRadioIndication.hal33 * Callee must invoke IRadio.getCurrentCalls()
/aosp12/hardware/ril/libril/
H A Dril_service.cpp144 Return<void> getCurrentCalls(int32_t serial);
877 Return<void> RadioImpl::getCurrentCalls(int32_t serial) { in getCurrentCalls() function in RadioImpl

12