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.java289 assertFalse(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
292 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
295 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java320 if (mStorage.hasChildProfileLock(managedUserId)) { in tieManagedProfileLockIfNecessary()
825 if (userInfo.isManagedProfile() && mStorage.hasChildProfileLock(userInfo.id)) { in migrateOldData()
1306 && mStorage.hasChildProfileLock(userInfo.id) in tiedManagedProfileReadyToUnlock()
1766 && mStorage.hasChildProfileLock(pi.id)) { in resetKeyStore()
DLockSettingsStorage.java340 public boolean hasChildProfileLock(int userId) { in hasChildProfileLock() method in LockSettingsStorage
/frameworks/base/services/
Dart-profile8348 HSPLcom/android/server/locksettings/LockSettingsStorage;->hasChildProfileLock(I)Z