Home
last modified time | relevance | path

Searched refs:REBOOT_ESCROW_ARMED_KEY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DRebootEscrowManagerTests.java361 mStorage.getString(RebootEscrowManager.REBOOT_ESCROW_ARMED_KEY, null, USER_SYSTEM)); in armService_Success()
364 mStorage.getString(RebootEscrowManager.REBOOT_ESCROW_ARMED_KEY, null, USER_SYSTEM)); in armService_Success()
406 mStorage.getString(RebootEscrowManager.REBOOT_ESCROW_ARMED_KEY, null, USER_SYSTEM)); in armService_HalFailure_NonFatal()
430 mStorage.getString(RebootEscrowManager.REBOOT_ESCROW_ARMED_KEY, null, USER_SYSTEM)); in armService_MultipleUsers_Success()
433 mStorage.getString(RebootEscrowManager.REBOOT_ESCROW_ARMED_KEY, null, USER_SYSTEM)); in armService_MultipleUsers_Success()
746 mStorage.removeKey(RebootEscrowManager.REBOOT_ESCROW_ARMED_KEY, USER_SYSTEM); in loadRebootEscrowDataIfAvailable_OTAFromBeforeArmedStatus_SuccessMetrics()
813 mStorage.getString(RebootEscrowManager.REBOOT_ESCROW_ARMED_KEY, null, USER_SYSTEM)); in armServiceProviderMismatch_Failure()
818 mStorage.getString(RebootEscrowManager.REBOOT_ESCROW_ARMED_KEY, null, USER_SYSTEM)); in armServiceProviderMismatch_Failure()
/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowManager.java84 public static final String REBOOT_ESCROW_ARMED_KEY = "reboot_escrow_armed_count"; field in RebootEscrowManager
464 mStorage.removeKey(REBOOT_ESCROW_ARMED_KEY, USER_SYSTEM); in clearMetricsStorage()
528 int previousBootCount = mStorage.getInt(REBOOT_ESCROW_ARMED_KEY, -1, USER_SYSTEM); in onEscrowRestoreComplete()
728 mStorage.setInt(REBOOT_ESCROW_ARMED_KEY, mInjector.getBootCount(), USER_SYSTEM); in armRebootEscrowIfNeeded()