Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
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()
DRebootEscrowManagerTests.java324 assertFalse(mStorage.hasRebootEscrowServerBlob()); in prepareRebootEscrowServerBased_Success()
391 assertTrue(mStorage.hasRebootEscrowServerBlob()); in armServiceServerBased_Success()
529 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_ServerBased_Success()
566 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_ServerBasedRemoteException_Failure()
603 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_ServerBasedIoError_RetryFailure()
643 assertTrue(mStorage.hasRebootEscrowServerBlob()); in loadRebootEscrowDataIfAvailable_ServerBased_RetrySuccess()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java330 public boolean hasRebootEscrowServerBlob() { in hasRebootEscrowServerBlob() method in LockSettingsStorage