Searched refs:hasChildProfileLock (Results 1 – 3 of 3) sorted by relevance
255 assertFalse(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()258 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()261 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
243 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()
281 public boolean hasChildProfileLock(int userId) { in hasChildProfileLock() method in LockSettingsStorage