Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStorageTests.java290 assertFalse(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
293 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
296 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java366 if (mStorage.hasChildProfileLock(managedUserId)) { in tieManagedProfileLockIfNecessary()
1431 && mStorage.hasChildProfileLock(userId); in hasUnifiedChallenge()
1930 && mStorage.hasChildProfileLock(pi.id)) { in resetKeyStore()
DLockSettingsStorage.java300 public boolean hasChildProfileLock(int userId) { in hasChildProfileLock() method in LockSettingsStorage
/frameworks/base/services/
Dart-profile18791 PLcom/android/server/locksettings/LockSettingsStorage;->hasChildProfileLock(I)Z