Searched refs:startBootCount (Results 1 – 1 of 1) sorted by relevance
136 long startBootCount = prefs.getLong(GarageModeChecker.PREFS_START_BOOT_COUNT, 0); in verifyStatus() local193 && (currentBootCount - startBootCount > 0)) { in verifyStatus()