Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java253 mBluetoothInCallService.listCurrentCalls(); in testListCurrentCallsOneCall()
275 mBluetoothInCallService.listCurrentCalls(); in testListCurrentCallsSilentRinging()
385 mBluetoothInCallService.listCurrentCalls(); in testListCurrentCallsCdmaHold()
431 mBluetoothInCallService.listCurrentCalls(); in testListCurrentCallsCdmaConference()
458 mBluetoothInCallService.listCurrentCalls(); in testWaitingCallClccResponse()
478 mBluetoothInCallService.listCurrentCalls(); in testNewCallClccResponse()
499 mBluetoothInCallService.listCurrentCalls(); in testRingingCallClccResponse()
522 mBluetoothInCallService.listCurrentCalls(); in testCallClccCache()
538 mBluetoothInCallService.listCurrentCalls(); in testCallClccCache()
561 mBluetoothInCallService.listCurrentCalls(); in testAlertingCallClccResponse()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java318 public boolean listCurrentCalls() { in listCurrentCalls() method in HeadsetSystemInterface
324 return bluetoothInCallService.listCurrentCalls(); in listCurrentCalls()
DHeadsetStateMachine.java1781 if (!mSystemInterface.listCurrentCalls()) { in processAtClcc()
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java422 public boolean listCurrentCalls() { in listCurrentCalls() method in BluetoothInCallService