Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerDAO.kt39 private const val TOTAL_LENGTH = "timer_original_timet_" constant
75 val totalLength: Long = prefs.getLong(TOTAL_LENGTH + id, Long.MIN_VALUE) in getTimers()
108 editor.putLong(TOTAL_LENGTH + id, timer.totalLength) in addTimer()
134 editor.putLong(TOTAL_LENGTH + id, timer.totalLength) in updateTimer()
165 editor.remove(TOTAL_LENGTH + id) in removeTimer()