Searched refs:hasRebootEscrowServerBlob (Results 1 – 3 of 3) sorted by relevance
97 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()
376 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 …]
272 public boolean hasRebootEscrowServerBlob() { in hasRebootEscrowServerBlob() method in LockSettingsStorage