Searched refs:REMAINING_TIME (Results 1 – 2 of 2) sorted by relevance
48 private const val REMAINING_TIME = "timer_time_left_" constant78 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()
69 private static final long REMAINING_TIME = 2; field in BatteryInfoTest114 doReturn(REMAINING_TIME).when(mBatteryUsageStats).getChargeTimeRemainingMs(); in testGetBatteryInfo_doNotShowChargingMethod_hasRemainingTime()