Home
last modified time | relevance | path

Searched refs:HF_INDICATOR_BATTERY_LEVEL_STATUS (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java67 public static final int HF_INDICATOR_BATTERY_LEVEL_STATUS = 2; field in HeadsetHalConstants
DHeadsetStateMachine.java2654 case HeadsetHalConstants.HF_INDICATOR_BATTERY_LEVEL_STATUS: in processAtBind()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DRemoteDevicesTest.java403 mDevice1, HeadsetHalConstants.HF_INDICATOR_BATTERY_LEVEL_STATUS, batteryLevel); in testHfIndicatorParser_testCorrectValue()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java1436 if (indicatorId == HeadsetHalConstants.HF_INDICATOR_BATTERY_LEVEL_STATUS) { in onHfIndicatorValueChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java1383 HeadsetHalConstants.HF_INDICATOR_BATTERY_LEVEL_STATUS, in testAtBindEventWithBatteryLevelEventWhenConnecting()