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()
324 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()
330 public boolean hasRebootEscrowServerBlob() { in hasRebootEscrowServerBlob() method in LockSettingsStorage