Searched defs:checkPattern (Results 1 – 2 of 2) sorted by relevance
86 public final void checkPattern(int userId, List<LockPatternView.Cell> pattern) { in checkPattern() method in CheckLockWorker
159 Pattern checkPattern = Pattern.compile(CHECK_CONSTRAINT_REGEX); in getTableInfo() local