Searched refs:getBootCount (Results 1 – 4 of 4) sorted by relevance
82 protected long getBootCount() { in getBootCount() method in CalendarConfidenceChecker108 .putLong(LAST_CHECK_BOOT_COUNT_PREF_KEY, getBootCount()) in updateLastCheckTime()127 final long nowBootCount = getBootCount(); in checkLastCheckTime()172 .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()
46 protected long getBootCount() { in getBootCount() method in CalendarConfidenceCheckerTest.CalendarConfidenceCheckerTestable
219 protected int getBootCount() { in getBootCount() method in TransientRowHelperTests.RebootSimulatingTransientRowHelper