Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java98 private void handleRequireStrongAuth(int strongAuthReason, int userId) { in handleRequireStrongAuth()
109 private void handleRequireStrongAuthOneUser(int strongAuthReason, int userId) { in handleRequireStrongAuthOneUser()
145 private void notifyStrongAuthTrackers(int strongAuthReason, int userId) { in notifyStrongAuthTrackers()
175 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth()
DLockSettingsService.java1974 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl53 void requireStrongAuth(int strongAuthReason, int userId); in requireStrongAuth()
DLockPatternUtils.java1443 public void requireStrongAuth(@StrongAuthTracker.StrongAuthFlags int strongAuthReason, in requireStrongAuth()