Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DRemoteDevicesTest.java402 mRemoteDevices.onHfIndicatorValueChanged( in testHfIndicatorParser_testCorrectValue()
419 mRemoteDevices.onHfIndicatorValueChanged(mDevice1, batteryLevel, 3); in testHfIndicatorParser_testWrongIndicatorId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java1427 mMainHandler.post(() -> onHfIndicatorValueChanged(device, indicatorId, indicatorValue)); in handleHfIndicatorValueChanged()
1431 void onHfIndicatorValueChanged(BluetoothDevice device, int indicatorId, int indicatorValue) { in onHfIndicatorValueChanged() method in RemoteDevices