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.java265 assertFalse(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
268 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
271 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java297 if (mStorage.hasChildProfileLock(managedUserId)) { in tieManagedProfileLockIfNecessary()
801 if (userInfo.isManagedProfile() && mStorage.hasChildProfileLock(userInfo.id)) { in migrateOldData()
1255 && mStorage.hasChildProfileLock(userInfo.id) in tiedManagedProfileReadyToUnlock()
1706 && mStorage.hasChildProfileLock(pi.id)) { in resetKeyStore()
DLockSettingsStorage.java338 public boolean hasChildProfileLock(int userId) { in hasChildProfileLock() method in LockSettingsStorage
/frameworks/base/services/
Dart-profile8348 HSPLcom/android/server/locksettings/LockSettingsStorage;->hasChildProfileLock(I)Z