Searched refs:percentOfTotal (Results 1 – 4 of 4) sorted by relevance
201 final double percentOfTotal = mBatteryUtils.calculateBatteryPercent( in refreshAppListGroup() local204 if (((int) (percentOfTotal + .5)) < 1) { in refreshAppListGroup()226 sipper.percent = percentOfTotal; in refreshAppListGroup()229 pref.setPercent(percentOfTotal); in refreshAppListGroup()
74 public void setPercent(double percentOfTotal) { in setPercent() argument75 mProgress = Utils.formatPercentage(percentOfTotal, true); in setPercent()
200 final double percentOfTotal = mBatteryUtils.calculateBatteryPercent( in refreshAppListGroup() local203 if (((int) (percentOfTotal + .5)) < 1) { in refreshAppListGroup()225 sipper.percent = percentOfTotal; in refreshAppListGroup()228 pref.setPercent(percentOfTotal); in refreshAppListGroup()