Searched refs:onAgBatteryLevelChanged (Results 1 – 2 of 2) sorted by relevance
1625 mMainHandler.post(() -> onAgBatteryLevelChanged(device, batteryLevel)); in handleAgBatteryLevelChanged()1629 void onAgBatteryLevelChanged(BluetoothDevice device, int batteryLevel) { in onAgBatteryLevelChanged() method in RemoteDevices
752 mRemoteDevices.onAgBatteryLevelChanged(mDevice1, batteryLevel); in testAgBatteryLevelIndicator_testCorrectValue()