Searched refs:getUserUnlockToken (Results 1 – 2 of 2) sorted by relevance
112 final byte[] primaryStorageKey = mStorageManager.getUserUnlockToken(PRIMARY_USER_ID); in testPasswordMigration()126 mStorageManager.getUserUnlockToken(PRIMARY_USER_ID)); in testPasswordMigration()269 final byte[] primaryStorageKey = mStorageManager.getUserUnlockToken(PRIMARY_USER_ID); in testManagedProfileUnifiedChallengeMigration()270 … final byte[] profileStorageKey = mStorageManager.getUserUnlockToken(MANAGED_PROFILE_USER_ID); in testManagedProfileUnifiedChallengeMigration()288 mStorageManager.getUserUnlockToken(PRIMARY_USER_ID)); in testManagedProfileUnifiedChallengeMigration()290 mStorageManager.getUserUnlockToken(MANAGED_PROFILE_USER_ID)); in testManagedProfileUnifiedChallengeMigration()307 final byte[] primaryStorageKey = mStorageManager.getUserUnlockToken(PRIMARY_USER_ID); in testManagedProfileSeparateChallengeMigration()308 … final byte[] profileStorageKey = mStorageManager.getUserUnlockToken(MANAGED_PROFILE_USER_ID); in testManagedProfileSeparateChallengeMigration()332 mStorageManager.getUserUnlockToken(PRIMARY_USER_ID)); in testManagedProfileSeparateChallengeMigration()334 mStorageManager.getUserUnlockToken(MANAGED_PROFILE_USER_ID)); in testManagedProfileSeparateChallengeMigration()[all …]
55 public byte[] getUserUnlockToken(int userId) { in getUserUnlockToken() method in FakeStorageManager