Searched refs:getUserUnlockToken (Results 1 – 2 of 2) sorted by relevance
106 final byte[] primaryStorageKey = mStorageManager.getUserUnlockToken(PRIMARY_USER_ID); in testPasswordMigration()120 mStorageManager.getUserUnlockToken(PRIMARY_USER_ID)); in testPasswordMigration()260 final byte[] primaryStorageKey = mStorageManager.getUserUnlockToken(PRIMARY_USER_ID); in testManagedProfileUnifiedChallengeMigration()261 … final byte[] profileStorageKey = mStorageManager.getUserUnlockToken(MANAGED_PROFILE_USER_ID); in testManagedProfileUnifiedChallengeMigration()279 mStorageManager.getUserUnlockToken(PRIMARY_USER_ID)); in testManagedProfileUnifiedChallengeMigration()281 mStorageManager.getUserUnlockToken(MANAGED_PROFILE_USER_ID)); in testManagedProfileUnifiedChallengeMigration()296 final byte[] primaryStorageKey = mStorageManager.getUserUnlockToken(PRIMARY_USER_ID); in testManagedProfileSeparateChallengeMigration()297 … final byte[] profileStorageKey = mStorageManager.getUserUnlockToken(MANAGED_PROFILE_USER_ID); in testManagedProfileSeparateChallengeMigration()321 mStorageManager.getUserUnlockToken(PRIMARY_USER_ID)); in testManagedProfileSeparateChallengeMigration()323 mStorageManager.getUserUnlockToken(MANAGED_PROFILE_USER_ID)); in testManagedProfileSeparateChallengeMigration()[all …]
55 public byte[] getUserUnlockToken(int userId) { in getUserUnlockToken() method in FakeStorageManager