Searched refs:REMAINING_TIME (Results 1 – 2 of 2) sorted by relevance
59 private static final String REMAINING_TIME = "timer_time_left_"; field in TimerDAO91 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()
68 private static final long REMAINING_TIME = 2; field in BatteryInfoTest113 doReturn(REMAINING_TIME).when(mBatteryStats).computeChargeTimeRemaining(anyLong()); in testGetBatteryInfo_doNotShowChargingMethod_hasRemainingTime()