Searched refs:TOTAL_LENGTH (Results 1 – 1 of 1) sorted by relevance
39 private const val TOTAL_LENGTH = "timer_original_timet_" constant75 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()