Home | History | Annotate | Download | only in os

Lines Matching refs:health

6993     public void setBatteryState(int status, int health, int plugType, int level,
7034 mHistoryCur.batteryHealth = (byte)health;
7049 if (mHistoryCur.batteryHealth != health) {
7050 mHistoryCur.batteryHealth = (byte)health;