Home
last modified time | relevance | path

Searched refs:REMAINING_TIME (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerDAO.kt48 private const val REMAINING_TIME = "timer_time_left_" constant
78 val remainingTime: Long = prefs.getLong(REMAINING_TIME + id, totalLength) in getTimers()
111 editor.putLong(REMAINING_TIME + id, timer.remainingTime) in addTimer()
137 editor.putLong(REMAINING_TIME + id, timer.remainingTime) in updateTimer()
168 editor.remove(REMAINING_TIME + id) in removeTimer()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryInfoTest.java69 private static final long REMAINING_TIME = 2; field in BatteryInfoTest
114 doReturn(REMAINING_TIME).when(mBatteryUsageStats).getChargeTimeRemainingMs(); in testGetBatteryInfo_doNotShowChargingMethod_hasRemainingTime()