HomeSort by relevance Sort by last modified time
    Searched refs:percentOfMax (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 761 final int percentOfMax = (int) mBatteryUtils.calculateBatteryPercent(
764 mBatteryPercent = Utils.formatPercentage(percentOfMax);
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 598 final double percentOfMax = (sipper.totalPowerMah * 100)
    [all...]

Completed in 819 milliseconds