Searched refs:strongAuthReason (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/ |
D | LockSettingsStrongAuth.java | 84 private void handleRequireStrongAuth(int strongAuthReason, int userId) { in handleRequireStrongAuth() argument 88 handleRequireStrongAuthOneUser(strongAuthReason, key); in handleRequireStrongAuth() 91 handleRequireStrongAuthOneUser(strongAuthReason, userId); in handleRequireStrongAuth() 95 private void handleRequireStrongAuthOneUser(int strongAuthReason, int userId) { in handleRequireStrongAuthOneUser() argument 97 int newValue = strongAuthReason == STRONG_AUTH_NOT_REQUIRED in handleRequireStrongAuthOneUser() 99 : (oldValue | strongAuthReason); in handleRequireStrongAuthOneUser() 114 private void notifyStrongAuthTrackers(int strongAuthReason, int userId) { in notifyStrongAuthTrackers() argument 117 mStrongAuthTrackers.get(i).onStrongAuthRequiredChanged(strongAuthReason, userId); in notifyStrongAuthTrackers() 140 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth() argument 142 mHandler.obtainMessage(MSG_REQUIRE_STRONG_AUTH, strongAuthReason, in requireStrongAuth()
|
D | LockSettingsService.java | 1518 public void requireStrongAuth(int strongAuthReason, int userId) { 1520 mStrongAuth.requireStrongAuth(strongAuthReason, userId);
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ILockSettings.aidl | 45 void requireStrongAuth(int strongAuthReason, int userId); in requireStrongAuth() argument
|
D | LockPatternUtils.java | 1391 public void requireStrongAuth(@StrongAuthTracker.StrongAuthFlags int strongAuthReason, in requireStrongAuth() argument 1394 getLockSettings().requireStrongAuth(strongAuthReason, userId); in requireStrongAuth()
|