Searched defs:LockPatternUtils (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java55 public class LockPatternUtils { class
59 private static final String TAG = "LockPatternUtils";
161 // The current user is set by KeyguardViewMediator and shared by all LockPatternUtils.
179 public LockPatternUtils(Context context) { method in class:LockPatternUtils
509 final byte[] hash = LockPatternUtils.patternToHash(pattern);

Completed in 283 milliseconds