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.java102 private void handleRequireStrongAuth(int strongAuthReason, int userId) { in handleRequireStrongAuth() argument
106 handleRequireStrongAuthOneUser(strongAuthReason, key); in handleRequireStrongAuth()
109 handleRequireStrongAuthOneUser(strongAuthReason, userId); in handleRequireStrongAuth()
113 private void handleRequireStrongAuthOneUser(int strongAuthReason, int userId) { in handleRequireStrongAuthOneUser() argument
115 int newValue = strongAuthReason == STRONG_AUTH_NOT_REQUIRED in handleRequireStrongAuthOneUser()
117 : (oldValue | strongAuthReason); in handleRequireStrongAuthOneUser()
149 private void notifyStrongAuthTrackers(int strongAuthReason, int userId) { in notifyStrongAuthTrackers() argument
152 mStrongAuthTrackers.get(i).onStrongAuthRequiredChanged(strongAuthReason, userId); in notifyStrongAuthTrackers()
176 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth() argument
178 mHandler.obtainMessage(MSG_REQUIRE_STRONG_AUTH, strongAuthReason, in requireStrongAuth()
DLockSettingsService.java1712 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth() argument
1714 mStrongAuth.requireStrongAuth(strongAuthReason, userId); in requireStrongAuth()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl44 void requireStrongAuth(int strongAuthReason, int userId); in requireStrongAuth() argument
DLockPatternUtils.java1302 public void requireStrongAuth(@StrongAuthTracker.StrongAuthFlags int strongAuthReason, in requireStrongAuth() argument
1305 getLockSettings().requireStrongAuth(strongAuthReason, userId); in requireStrongAuth()