Home
last modified time | relevance | path

Searched defs:timeRemaining (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageFeatureProvider.java94 String getEnhancedEstimateDebugString(String timeRemaining); in getEnhancedEstimateDebugString()
101 String getOldEstimateDebugString(String timeRemaining); in getOldEstimateDebugString()
DPowerUsageFeatureProviderImpl.java109 public String getEnhancedEstimateDebugString(String timeRemaining) { in getEnhancedEstimateDebugString()
119 public String getOldEstimateDebugString(String timeRemaining) { in getOldEstimateDebugString()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DPowerUsageFeatureProvider.java93 String getEnhancedEstimateDebugString(String timeRemaining); in getEnhancedEstimateDebugString()
100 String getOldEstimateDebugString(String timeRemaining); in getOldEstimateDebugString()
DPowerUsageFeatureProviderImpl.java108 public String getEnhancedEstimateDebugString(String timeRemaining) { in getEnhancedEstimateDebugString()
118 public String getOldEstimateDebugString(String timeRemaining) { in getOldEstimateDebugString()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt185 val timeRemaining = TimerStringFormatter.formatTimeRemaining(context, in build() constant
DTimerNotificationBuilder.java185 final String timeRemaining = TimerStringFormatter.formatTimeRemaining(context, in build() local