Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DPowerUsageFeatureProvider.java93 String getEnhancedEstimateDebugString(String timeRemaining); in getEnhancedEstimateDebugString() method
DPowerUsageFeatureProviderImpl.java108 public String getEnhancedEstimateDebugString(String timeRemaining) { in getEnhancedEstimateDebugString() method in PowerUsageFeatureProviderImpl
DPowerUsageSummary.java163 summary2.setText(mPowerFeatureProvider.getEnhancedEstimateDebugString( in updateViews()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageFeatureProvider.java94 String getEnhancedEstimateDebugString(String timeRemaining); in getEnhancedEstimateDebugString() method
DPowerUsageFeatureProviderImpl.java109 public String getEnhancedEstimateDebugString(String timeRemaining) { in getEnhancedEstimateDebugString() method in PowerUsageFeatureProviderImpl
DPowerUsageSummary.java165 final String NewEstimateString = mPowerFeatureProvider.getEnhancedEstimateDebugString( in updateViews()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DPowerUsageSummaryTest.java266 }).when(mFeatureFactory.powerUsageFeatureProvider).getEnhancedEstimateDebugString(any()); in showBothEstimates_summariesAreBothModified()