Searched refs:getBootCount (Results 1 – 4 of 4) sorted by relevance
87 protected long getBootCount() { in getBootCount() method in CalendarSanityChecker120 .putLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, getBootCount()) in updateLastCheckTime()139 final long nowBootCount = getBootCount(); in checkLastCheckTime()184 .putLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, getBootCount()) in checkLastCheckTime()
79 if (getLastDeletionBootCount() >= getBootCount()) { in ensureOldTransientRowsDeleted()95 protected int getBootCount() { in getBootCount() method in TransientRowHelper110 editor.putInt(PREF_KEY_LAST_DELETION_BOOT_COUNT, getBootCount()); in setLastDeletionBootCount()
34 protected long getBootCount() { in getBootCount() method in CalendarSanityCheckerTest.CalendarSanityCheckerTestable
219 protected int getBootCount() { in getBootCount() method in TransientRowHelperTests.RebootSimulatingTransientRowHelper