Home
last modified time | relevance | path

Searched refs:hasRebootEscrowServerBlob (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowProviderServerBasedImplTests.java97 assertTrue(mStorage.hasRebootEscrowServerBlob()); in getAndClearRebootEscrowKey_loopback_success()
103 assertFalse(mStorage.hasRebootEscrowServerBlob()); in getAndClearRebootEscrowKey_loopback_success()
121 assertTrue(mStorage.hasRebootEscrowServerBlob()); in getAndClearRebootEscrowKey_WrongDecryptionMethod_failure()
127 assertFalse(mStorage.hasRebootEscrowServerBlob()); in getAndClearRebootEscrowKey_WrongDecryptionMethod_failure()
137 assertTrue(mStorage.hasRebootEscrowServerBlob()); in getAndClearRebootEscrowKey_ServiceConnectionException_failure()
143 assertFalse(mStorage.hasRebootEscrowServerBlob()); in getAndClearRebootEscrowKey_ServiceConnectionException_failure()
H A DRebootEscrowManagerTests.java376 assertFalse(mStorage.hasRebootEscrowServerBlob()); in prepareRebootEscrowServerBased_Success()
443 assertTrue(mStorage.hasRebootEscrowServerBlob()); in armServiceServerBased_Success()
580 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_ServerBased_Success()
624 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_ServerBasedRemoteException_Failure()
669 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_ServerBasedIoError_RetryFailure()
715 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_ServerBased_RetrySuccess()
764 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_serverBasedWaitForInternet_success()
817 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_serverBasedWaitForInternetRemoteException_Failure()
872 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_waitForInternet_networkUnavailable()
919 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_waitForInternet_networkLost()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java272 public boolean hasRebootEscrowServerBlob() { in hasRebootEscrowServerBlob() method in LockSettingsStorage