Home
last modified time | relevance | path

Searched refs:listCurrentCalls (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java267 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testListCurrentCallsOneCall()
287 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testListCurrentCallsSilentRinging()
379 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testListCurrentCallsCdmaHold()
421 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testListCurrentCallsCdmaConference()
445 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testWaitingCallClccResponse()
463 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testNewCallClccResponse()
482 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testRingingCallClccResponse()
503 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testCallClccCache()
517 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testCallClccCache()
538 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testAlertingCallClccResponse()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java291 public boolean listCurrentCalls() { in listCurrentCalls() method in HeadsetSystemInterface
298 return mPhoneProxy.listCurrentCalls(); in listCurrentCalls()
DHeadsetStateMachine.java1699 if (!mSystemInterface.listCurrentCalls()) { in processAtClcc()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java215 public boolean listCurrentCalls() throws RemoteException {