Searched refs:getBootCount (Results 1 – 1 of 1) sorted by relevance
59 if (checkedBootCount >= getBootCount()) { in getSystemUpdateCheckerIntent()83 prefs.edit().putInt(PREF_SYSTEM_CHECKED_BOOT_COUNT, getBootCount()).apply(); in onSystemUpdateCheckerComplete()86 private int getBootCount() { in getBootCount() method in SystemUpdateChecker