Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLockSettingsStrongAuth.java84 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()
DLockSettingsService.java1518 public void requireStrongAuth(int strongAuthReason, int userId) {
1520 mStrongAuth.requireStrongAuth(strongAuthReason, userId);
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl45 void requireStrongAuth(int strongAuthReason, int userId); in requireStrongAuth() argument
DLockPatternUtils.java1391 public void requireStrongAuth(@StrongAuthTracker.StrongAuthFlags int strongAuthReason, in requireStrongAuth() argument
1394 getLockSettings().requireStrongAuth(strongAuthReason, userId); in requireStrongAuth()