Searched refs:BATTERY_SCALE (Results 1 – 1 of 1) sorted by relevance
123 private static final int BATTERY_SCALE = 100; // battery capacity is a percentage field in BatteryService702 intent.putExtra(BatteryManager.EXTRA_SCALE, BATTERY_SCALE); in sendBatteryChangedIntentLocked()713 Slog.d(TAG, "Sending ACTION_BATTERY_CHANGED. scale:" + BATTERY_SCALE in sendBatteryChangedIntentLocked()729 event.putInt(BatteryManager.EXTRA_SCALE, BATTERY_SCALE); in sendBatteryLevelChangedIntentLocked()1028 pw.println(" scale: " + BATTERY_SCALE); in dumpInternal()1060 proto.write(BatteryServiceDumpProto.SCALE, BATTERY_SCALE); in dumpProto()