Searched defs:strongAuthReason (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsStrongAuth.java | 187 private void handleRequireStrongAuth(int strongAuthReason, int userId) { in handleRequireStrongAuth() 198 private void handleRequireStrongAuthOneUser(int strongAuthReason, int userId) { in handleRequireStrongAuthOneUser() 209 private void handleNoLongerRequireStrongAuth(int strongAuthReason, int userId) { in handleNoLongerRequireStrongAuth() 220 private void handleNoLongerRequireStrongAuthOneUser(int strongAuthReason, int userId) { in handleNoLongerRequireStrongAuthOneUser() 401 private void notifyStrongAuthTrackers(int strongAuthReason, int userId) { in notifyStrongAuthTrackers() 454 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth() 464 void noLongerRequireStrongAuth(int strongAuthReason, int userId) { in noLongerRequireStrongAuth()
|
D | LockSettingsService.java | 2326 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ILockSettings.aidl | 59 void requireStrongAuth(int strongAuthReason, int userId); in requireStrongAuth()
|
D | LockPatternUtils.java | 1325 public void requireStrongAuth(@StrongAuthTracker.StrongAuthFlags int strongAuthReason, in requireStrongAuth()
|