Searched refs:lockPattern (Results 1 – 3 of 3) sorted by relevance
23 val lockPatternView: LockPatternView = view.requireViewById(R.id.lockPattern) in <lambda>()
1949 String lockPattern = c.getString(1); in upgradeLockPatternLocation() local1950 if (!TextUtils.isEmpty(lockPattern)) { in upgradeLockPatternLocation()1955 LockPatternUtils.byteArrayToPattern(lockPattern.getBytes()); in upgradeLockPatternLocation()
744 findViewById<View>(R.id.lockPattern) != null