Home
last modified time | relevance | path

Searched refs:currentCalls (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java528 List<BluetoothHeadsetClientCall> currentCalls = new ArrayList<>(); in getCurrentCalls() local
530 return currentCalls; in getCurrentCalls()
536 currentCalls.add(toLegacyCall(call)); in getCurrentCalls()
539 return currentCalls; in getCurrentCalls()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java1280 List<HfpClientCall> currentCalls = mHeadsetClientStateMachine.getCurrentCalls();
1282 Assert.assertEquals(currentCalls.get(0), call);