Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java753 int newBatteryLevel = deviceProperties.getBatteryLevel(); in updateBatteryLevel() local
754 if (prevBatteryLevel == newBatteryLevel) { in updateBatteryLevel()
763 sendBatteryLevelChangedBroadcast(device, newBatteryLevel); in updateBatteryLevel()
764 Log.d(TAG, "Updated device " + device + " battery level to " + newBatteryLevel + "%"); in updateBatteryLevel()
790 int newBatteryLevel = deviceProperties.getBatteryLevel(); in resetBatteryLevel() local
791 if (prevBatteryLevel == newBatteryLevel) { in resetBatteryLevel()
795 sendBatteryLevelChangedBroadcast(device, newBatteryLevel); in resetBatteryLevel()
796 Log.d(TAG, "Updated device " + device + " battery level to " + newBatteryLevel + "%"); in resetBatteryLevel()