Searched refs:hasChildProfileLock (Results 1 – 4 of 4) sorted by relevance
265 assertFalse(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()268 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()271 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
297 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()
338 public boolean hasChildProfileLock(int userId) { in hasChildProfileLock() method in LockSettingsStorage
8348 HSPLcom/android/server/locksettings/LockSettingsStorage;->hasChildProfileLock(I)Z