Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java116 notifyStrongAuthTrackers(newValue, userId); in handleRequireStrongAuthOneUser()
124 notifyStrongAuthTrackers(mDefaultStrongAuthFlags, userId); in handleRemoveUser()
145 private void notifyStrongAuthTrackers(int strongAuthReason, int userId) { in notifyStrongAuthTrackers() method in LockSettingsStrongAuth