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