Home
last modified time | relevance | path

Searched refs:AVERAGE_TIME_TO_DISCHARGE_UNKNOWN (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryInfo.java49 public long averageTimeToDischarge = EstimateKt.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN;
208 EstimateKt.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN); in getBatteryInfo()
220 EstimateKt.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN); in getBatteryInfoOld()
DDebugEstimatesLoader.java65 estimate = new Estimate(0, false, EstimateKt.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN); in loadInBackground()
DPowerUsageSummary.java342 != EstimateKt.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN) { in updateLastFullChargePreference()
DBatteryUtils.java485 EstimateKt.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN); in getBatteryInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DBatteryInfo.java47 public long averageTimeToDischarge = Estimate.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN;
205 Estimate.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN); in getBatteryInfo()
217 Estimate.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN); in getBatteryInfoOld()
DEstimate.java6 public static final int AVERAGE_TIME_TO_DISCHARGE_UNKNOWN = -1; field in Estimate
DDebugEstimatesLoader.java63 estimate = new Estimate(0, false, Estimate.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN); in loadInBackground()
DPowerUsageSummary.java316 != Estimate.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN) { in updateLastFullChargePreference()
DBatteryUtils.java463 Estimate.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN); in getBatteryInfo()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DBatteryTipLoader.java90 EstimateKt.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN)); in getFakeData()
DBatteryTipPreferenceController.java96 EstimateKt.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN); in displayPreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/batterytip/
DBatteryTipLoader.java90 Estimate.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN)); in getFakeData()
DBatteryTipPreferenceController.java96 Estimate.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN); in displayPreference()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/
DBatteryTipDialogFragmentTest.java99 EstimateKt.AVERAGE_TIME_TO_DISCHARGE_UNKNOWN)); in setUp()