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.java59 private static final String REMAINING_TIME = "timer_time_left_"; field in TimerDAO
91 final long remainingTime = prefs.getLong(REMAINING_TIME + id, totalLength); in getTimers()
123 editor.putLong(REMAINING_TIME + id, timer.getRemainingTime()); in addTimer()
148 editor.putLong(REMAINING_TIME + id, timer.getRemainingTime()); in updateTimer()
179 editor.remove(REMAINING_TIME + id); in removeTimer()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryInfoTest.java68 private static final long REMAINING_TIME = 2; field in BatteryInfoTest
113 doReturn(REMAINING_TIME).when(mBatteryStats).computeChargeTimeRemaining(anyLong()); in testGetBatteryInfo_doNotShowChargingMethod_hasRemainingTime()