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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java64 public class LockPatternUtils { class
66 private static final String TAG = "LockPatternUtils";
239 public LockPatternUtils(Context context) { method in class:LockPatternUtils
650 && LockPatternUtils.isDeviceEncryptionEnabled()) {
791 && LockPatternUtils.isDeviceEncryptionEnabled()) {
1395 throw new IllegalStateException("Must construct LockPatternUtils on a looper thread"

Completed in 555 milliseconds