Searched refs:hasRebootEscrow (Results 1 – 3 of 3) sorted by relevance
420 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in armService_Success()441 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in armServiceServerBased_Success()476 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in armService_MultipleUsers_Success()487 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in armService_MultipleUsers_Success()538 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in loadRebootEscrowDataIfAvailable_Success()1201 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in loadRebootEscrowDataIfAvailable_TooManyBootsInBetween_NoMetrics()1229 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in loadRebootEscrowDataIfAvailable_ManualReboot_Failure_NoMetrics()1261 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in loadRebootEscrowDataIfAvailable_OTAFromBeforeArmedStatus_SuccessMetrics()1298 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in loadRebootEscrowDataIfAvailable_RestoreUnsuccessful_Failure()1328 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in armServiceProviderMismatch_Failure()[all …]
458 if (mCallbacks.isUserSecure(user.id) && mStorage.hasRebootEscrow(user.id)) { in loadRebootEscrowDataIfAvailable()773 if (!mStorage.hasRebootEscrow(userId)) { in restoreRebootEscrowForUser()
256 public boolean hasRebootEscrow(int userId) { in hasRebootEscrow() method in LockSettingsStorage