Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStorageTests.java296 assertFalse(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
299 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
302 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java244 public boolean hasChildProfileLock(int userId) { in hasChildProfileLock() method in LockSettingsStorage
H A DLockSettingsService.java393 if (mStorage.hasChildProfileLock(profileUserId)) { in tieProfileLockIfNecessary()
1464 && mStorage.hasChildProfileLock(userId); in hasUnifiedChallenge()
2060 && mStorage.hasChildProfileLock(pi.id)) { in resetKeyStore()