Searched defs:onStrongAuthRequiredChanged (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java1152 public void onStrongAuthRequiredChanged(int userId) { method in class:TrustManagerService.StrongAuthTracker
1156 Log.i(TAG, "onStrongAuthRequiredChanged(" + userId + ") ->"
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java919 public void onStrongAuthRequiredChanged(int userId) { method in class:KeyguardUpdateMonitor.StrongAuthTracker
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1582 * @param looper the looper on whose thread calls to {@link #onStrongAuthRequiredChanged}
1627 public void onStrongAuthRequiredChanged(int userId) { method in class:LockPatternUtils.StrongAuthTracker
1639 onStrongAuthRequiredChanged(userId);
1646 public void onStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,

Completed in 112 milliseconds