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