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.java268 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testListCurrentCallsOneCall()
288 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testListCurrentCallsSilentRinging()
380 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testListCurrentCallsCdmaHold()
422 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testListCurrentCallsCdmaConference()
446 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testWaitingCallClccResponse()
464 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testNewCallClccResponse()
483 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testRingingCallClccResponse()
504 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testCallClccCache()
518 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testCallClccCache()
539 mBluetoothPhoneService.mBinder.listCurrentCalls(); in testAlertingCallClccResponse()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java331 public boolean listCurrentCalls() { in listCurrentCalls() method in HeadsetSystemInterface
338 return mPhoneProxy.listCurrentCalls(); in listCurrentCalls()
DHeadsetStateMachine.java1736 if (!mSystemInterface.listCurrentCalls()) { in processAtClcc()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java219 public boolean listCurrentCalls() throws RemoteException {