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/
DLockSettingsStorageTests.java255 assertFalse(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
258 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
261 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java243 if (mStorage.hasChildProfileLock(managedUserId)) { in tieManagedProfileLockIfNecessary()
659 if (userInfo.isManagedProfile() && mStorage.hasChildProfileLock(userInfo.id)) { in migrateOldData()
964 && mStorage.hasChildProfileLock(pi.id) in unlockUser()
1346 && mStorage.hasChildProfileLock(pi.id)) { in resetKeyStore()
DLockSettingsStorage.java281 public boolean hasChildProfileLock(int userId) { in hasChildProfileLock() method in LockSettingsStorage