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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java139 protected final static String LOCKOUT_PERMANENT_KEY = "lockscreen.lockedoutpermanently"; field in class:LockPatternUtils
998 return getBoolean(LOCKOUT_PERMANENT_KEY, false);
1010 setBoolean(LOCKOUT_PERMANENT_KEY, locked);

Completed in 2295 milliseconds