Searched refs:hasChildProfileLock (Results 1 – 3 of 3) sorted by relevance
264 assertFalse(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()267 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()270 assertTrue(mStorage.hasChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
286 if (mStorage.hasChildProfileLock(managedUserId)) { in tieManagedProfileLockIfNecessary()782 if (userInfo.isManagedProfile() && mStorage.hasChildProfileLock(userInfo.id)) { in migrateOldData()1203 && mStorage.hasChildProfileLock(userInfo.id) in tiedManagedProfileReadyToUnlock()1571 && mStorage.hasChildProfileLock(pi.id)) { in resetKeyStore()
336 public boolean hasChildProfileLock(int userId) { in hasChildProfileLock() method in LockSettingsStorage