Home | History | Annotate | Download | only in keyguard

Lines Matching refs:health

446                 final int health = intent.getIntExtra(EXTRA_HEALTH, BATTERY_HEALTH_UNKNOWN);
448 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health));
584 public final int health;
585 public BatteryStatus(int status, int level, int plugged, int health) {
589 this.health = health;