Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java101 private boolean hasSyntheticPassword(int userId) throws RemoteException { in hasSyntheticPassword() method in SyntheticPasswordTests
119 assertTrue(hasSyntheticPassword(PRIMARY_USER_ID)); in testPasswordMigration()
291 assertTrue(hasSyntheticPassword(PRIMARY_USER_ID)); in testManagedProfileUnifiedChallengeMigration()
292 assertTrue(hasSyntheticPassword(MANAGED_PROFILE_USER_ID)); in testManagedProfileUnifiedChallengeMigration()
335 assertTrue(hasSyntheticPassword(PRIMARY_USER_ID)); in testManagedProfileSeparateChallengeMigration()
336 assertTrue(hasSyntheticPassword(MANAGED_PROFILE_USER_ID)); in testManagedProfileSeparateChallengeMigration()
432 assertTrue(hasSyntheticPassword(PRIMARY_USER_ID)); in testEscrowTokenActivatedImmediatelyIfNoUserPasswordNeedsMigration()
442 assertTrue(hasSyntheticPassword(PRIMARY_USER_ID)); in testEscrowTokenActivatedImmediatelyIfNoUserPasswordNoMigration()