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

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

Completed in 8582 milliseconds