Home
last modified time | relevance | path

Searched refs:getBootCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DRebootEscrowManagerTests.java118 int getBootCount(); in getBootCount() method
228 public int getBootCount() { in getBootCount() method in RebootEscrowManagerTests.MockInjector
229 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 …]
/frameworks/base/services/core/java/com/android/server/
DSystemUpdateManagerService.java163 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
/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowManager.java301 public int getBootCount() { in getBootCount() method in RebootEscrowManager.Injector
530 int bootCountDelta = mInjector.getBootCount() - previousBootCount; in onEscrowRestoreComplete()
728 mStorage.setInt(REBOOT_ESCROW_ARMED_KEY, mInjector.getBootCount(), USER_SYSTEM); in armRebootEscrowIfNeeded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPinStorage.java182 mBootCount = getBootCount(); in PinStorage()
896 private int getBootCount() { in getBootCount() method in PinStorage
/frameworks/base/services/
Dart-profile3194 HSPLcom/android/server/SystemUpdateManagerService;->getBootCount()I+]Landroid/content/Context;Landr…
23716 HSPLcom/android/server/locksettings/RebootEscrowManager$Injector;->getBootCount()I