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.java90 private void handleRequireStrongAuth(int strongAuthReason, int userId) { in handleRequireStrongAuth()
101 private void handleRequireStrongAuthOneUser(int strongAuthReason, int userId) { in handleRequireStrongAuthOneUser()
137 private void notifyStrongAuthTrackers(int strongAuthReason, int userId) { in notifyStrongAuthTrackers()
167 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth()
DLockSettingsService.java2176 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl61 void requireStrongAuth(int strongAuthReason, int userId); in requireStrongAuth()
DLockPatternUtils.java1629 public void requireStrongAuth(@StrongAuthTracker.StrongAuthFlags int strongAuthReason, in requireStrongAuth()