Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientServiceTest.java117 mService.getStateMachineMap().put(device, mStateMachine); in testSendBIEVtoStateMachineWhenBatteryChanged()
137 mService.getStateMachineMap().put(device, mStateMachine); in testUpdateBatteryLevel()
152 mService.getStateMachineMap().put(device, mStateMachine); in testSetCallAudioPolicy()
166 mService.getStateMachineMap().put(device, mStateMachine); in testDumpDoesNotCrash()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java985 protected Map<BluetoothDevice, HeadsetClientStateMachine> getStateMachineMap() { in getStateMachineMap() method in HeadsetClientService