Home
last modified time | relevance | path

Searched defs:strongAuthReason (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStrongAuth.java190 private void handleRequireStrongAuth(int strongAuthReason, int userId) { in handleRequireStrongAuth()
201 private void handleRequireStrongAuthOneUser(int strongAuthReason, int userId) { in handleRequireStrongAuthOneUser()
212 private void handleNoLongerRequireStrongAuth(int strongAuthReason, int userId) { in handleNoLongerRequireStrongAuth()
223 private void handleNoLongerRequireStrongAuthOneUser(int strongAuthReason, int userId) { in handleNoLongerRequireStrongAuthOneUser()
405 private void notifyStrongAuthTrackers(int strongAuthReason, int userId) { in notifyStrongAuthTrackers()
458 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth()
468 void noLongerRequireStrongAuth(int strongAuthReason, int userId) { in noLongerRequireStrongAuth()
H A DLockSettingsShellCommand.java285 int strongAuthReason; in runRequireStrongAuth() local
H A DLockSettingsService.java2419 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl66 void requireStrongAuth(int strongAuthReason, int userId); in requireStrongAuth()
H A DLockPatternUtils.java1297 public void requireStrongAuth(@StrongAuthTracker.StrongAuthFlags int strongAuthReason, in requireStrongAuth()