Searched refs:getBootCount (Results 1 – 5 of 5) sorted by relevance
118 int getBootCount(); in getBootCount() method228 public int getBootCount() { in getBootCount() method in RebootEscrowManagerTests.MockInjector229 return mInjected.getBootCount(); in getBootCount()470 when(mInjected.getBootCount()).thenReturn(0); in loadRebootEscrowDataIfAvailable_Success()492 when(mInjected.getBootCount()).thenReturn(1); in loadRebootEscrowDataIfAvailable_Success()514 when(mInjected.getBootCount()).thenReturn(0); in loadRebootEscrowDataIfAvailable_ServerBased_Success()532 when(mInjected.getBootCount()).thenReturn(1); in loadRebootEscrowDataIfAvailable_ServerBased_Success()551 when(mInjected.getBootCount()).thenReturn(0); in loadRebootEscrowDataIfAvailable_ServerBasedRemoteException_Failure()569 when(mInjected.getBootCount()).thenReturn(1); in loadRebootEscrowDataIfAvailable_ServerBasedRemoteException_Failure()588 when(mInjected.getBootCount()).thenReturn(0); in loadRebootEscrowDataIfAvailable_ServerBasedIoError_RetryFailure()[all …]
163 if (lastBootCount == -1 || lastBootCount != getBootCount()) { in loadSystemUpdateInfoLocked()193 outBundle.putInt(KEY_BOOT_COUNT, getBootCount()); in saveSystemUpdateInfoLocked()252 private int getBootCount() { in getBootCount() method in SystemUpdateManagerService
301 public int getBootCount() { in getBootCount() method in RebootEscrowManager.Injector530 int bootCountDelta = mInjector.getBootCount() - previousBootCount; in onEscrowRestoreComplete()728 mStorage.setInt(REBOOT_ESCROW_ARMED_KEY, mInjector.getBootCount(), USER_SYSTEM); in armRebootEscrowIfNeeded()
182 mBootCount = getBootCount(); in PinStorage()896 private int getBootCount() { in getBootCount() method in PinStorage
3194 HSPLcom/android/server/SystemUpdateManagerService;->getBootCount()I+]Landroid/content/Context;Landr…23716 HSPLcom/android/server/locksettings/RebootEscrowManager$Injector;->getBootCount()I