Home
last modified time | relevance | path

Searched refs:hasRebootEscrow (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DRebootEscrowManagerTests.java206 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in armService_Success()
207 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in armService_Success()
241 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in armService_MultipleUsers_Success()
242 assertTrue(mStorage.hasRebootEscrow(SECURE_SECONDARY_USER_ID)); in armService_MultipleUsers_Success()
243 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in armService_MultipleUsers_Success()
252 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in armService_MultipleUsers_Success()
253 assertTrue(mStorage.hasRebootEscrow(SECURE_SECONDARY_USER_ID)); in armService_MultipleUsers_Success()
254 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in armService_MultipleUsers_Success()
293 assertTrue(mStorage.hasRebootEscrow(PRIMARY_USER_ID)); in loadRebootEscrowDataIfAvailable_Success()
294 assertFalse(mStorage.hasRebootEscrow(NONSECURE_SECONDARY_USER_ID)); in loadRebootEscrowDataIfAvailable_Success()
[all …]
/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowManager.java174 if (mCallbacks.isUserSecure(user.id) && mStorage.hasRebootEscrow(user.id)) { in loadRebootEscrowDataIfAvailable()
255 if (!mStorage.hasRebootEscrow(userId)) { in restoreRebootEscrowForUser()
DLockSettingsStorage.java312 public boolean hasRebootEscrow(int userId) { in hasRebootEscrow() method in LockSettingsStorage
/frameworks/base/services/
Dart-profile18793 HSPLcom/android/server/locksettings/LockSettingsStorage;->hasRebootEscrow(I)Z