Searched refs:newBatteryLevel (Results 1 – 1 of 1) sorted by relevance
753 int newBatteryLevel = deviceProperties.getBatteryLevel(); in updateBatteryLevel() local754 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() local791 if (prevBatteryLevel == newBatteryLevel) { in resetBatteryLevel()795 sendBatteryLevelChangedBroadcast(device, newBatteryLevel); in resetBatteryLevel()796 Log.d(TAG, "Updated device " + device + " battery level to " + newBatteryLevel + "%"); in resetBatteryLevel()