Searched refs:previousBootCount (Results 1 – 1 of 1) sorted by relevance
723 int previousBootCount = mStorage.getInt(REBOOT_ESCROW_ARMED_KEY, -1, USER_SYSTEM); in onEscrowRestoreComplete() local725 int bootCountDelta = mInjector.getBootCount() - previousBootCount; in onEscrowRestoreComplete()726 if (success || (previousBootCount != -1 && bootCountDelta <= BOOT_COUNT_TOLERANCE)) { in onEscrowRestoreComplete()