Home
last modified time | relevance | path

Searched refs:notifyStrongAuthTrackers (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStrongAuth.java208 notifyStrongAuthTrackers(newValue, userId); in handleRequireStrongAuthOneUser()
228 notifyStrongAuthTrackers(newValue, userId); in handleNoLongerRequireStrongAuthOneUser()
236 notifyStrongAuthTrackers(mDefaultStrongAuthFlags, userId); in handleRemoveUser()
405 private void notifyStrongAuthTrackers(int strongAuthReason, int userId) { in notifyStrongAuthTrackers() method in LockSettingsStrongAuth