Searched refs:hasRebootEscrow (Results 1 – 4 of 4) sorted by relevance
206 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 …]
174 if (mCallbacks.isUserSecure(user.id) && mStorage.hasRebootEscrow(user.id)) { in loadRebootEscrowDataIfAvailable()255 if (!mStorage.hasRebootEscrow(userId)) { in restoreRebootEscrowForUser()
312 public boolean hasRebootEscrow(int userId) { in hasRebootEscrow() method in LockSettingsStorage
18793 HSPLcom/android/server/locksettings/LockSettingsStorage;->hasRebootEscrow(I)Z