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/locksettings/
DLockSettingsStrongAuth.java90 private void handleRequireStrongAuth(int strongAuthReason, int userId) { in handleRequireStrongAuth() argument
94 handleRequireStrongAuthOneUser(strongAuthReason, key); in handleRequireStrongAuth()
97 handleRequireStrongAuthOneUser(strongAuthReason, userId); in handleRequireStrongAuth()
101 private void handleRequireStrongAuthOneUser(int strongAuthReason, int userId) { in handleRequireStrongAuthOneUser() argument
103 int newValue = strongAuthReason == STRONG_AUTH_NOT_REQUIRED in handleRequireStrongAuthOneUser()
105 : (oldValue | strongAuthReason); in handleRequireStrongAuthOneUser()
137 private void notifyStrongAuthTrackers(int strongAuthReason, int userId) { in notifyStrongAuthTrackers() argument
144 strongAuthReason, userId); in notifyStrongAuthTrackers()
167 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth() argument
169 mHandler.obtainMessage(MSG_REQUIRE_STRONG_AUTH, strongAuthReason, in requireStrongAuth()
DLockSettingsService.java2108 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth() argument
2110 mStrongAuth.requireStrongAuth(strongAuthReason, userId); in requireStrongAuth()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl61 void requireStrongAuth(int strongAuthReason, int userId); in requireStrongAuth() argument
DLockPatternUtils.java1629 public void requireStrongAuth(@StrongAuthTracker.StrongAuthFlags int strongAuthReason, in requireStrongAuth() argument
1632 getLockSettings().requireStrongAuth(strongAuthReason, userId); in requireStrongAuth()