Searched refs:PREF_KEY_FIRST_BOOT_TIME (Results 1 – 1 of 1) sorted by relevance
119 private val PREF_KEY_FIRST_BOOT_TIME = "first_boot_time" in getCheckFrequencyMs() constant496 var time = sharedPreferences.getLong(PREF_KEY_FIRST_BOOT_TIME, -1L)502 sharedPreferences.edit().putLong(PREF_KEY_FIRST_BOOT_TIME, time).apply()