Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStorageTests.java264 assertFalse(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
267 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
270 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java286 if (mStorage.hasChildProfileLock(managedUserId)) { in tieManagedProfileLockIfNecessary()
782 if (userInfo.isManagedProfile() && mStorage.hasChildProfileLock(userInfo.id)) { in migrateOldData()
1203 && mStorage.hasChildProfileLock(userInfo.id) in tiedManagedProfileReadyToUnlock()
1571 && mStorage.hasChildProfileLock(pi.id)) { in resetKeyStore()
DLockSettingsStorage.java336 public boolean hasChildProfileLock(int userId) { in hasChildProfileLock() method in LockSettingsStorage