Home
last modified time | relevance | path

Searched refs:getOldEstimateDebugString (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DPowerUsageFeatureProvider.java100 String getOldEstimateDebugString(String timeRemaining); in getOldEstimateDebugString() method
DPowerUsageFeatureProviderImpl.java118 public String getOldEstimateDebugString(String timeRemaining) { in getOldEstimateDebugString() method in PowerUsageFeatureProviderImpl
DPowerUsageSummary.java158 summary1.setText(mPowerFeatureProvider.getOldEstimateDebugString( in updateViews()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageFeatureProvider.java101 String getOldEstimateDebugString(String timeRemaining); in getOldEstimateDebugString() method
DPowerUsageFeatureProviderImpl.java119 public String getOldEstimateDebugString(String timeRemaining) { in getOldEstimateDebugString() method in PowerUsageFeatureProviderImpl
DPowerUsageSummary.java162 final String OldEstimateString = mPowerFeatureProvider.getOldEstimateDebugString( in updateViews()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DPowerUsageSummaryTest.java259 }).when(mFeatureFactory.powerUsageFeatureProvider).getOldEstimateDebugString(any()); in showBothEstimates_summariesAreBothModified()