Searched refs:lockPattern (Results 1 – 8 of 8) sorted by relevance
100 LockPatternView lockPatternView = mActivity.findViewById(R.id.lockPattern); in optionsButton_whenPatternSelected_shouldBeVisible()201 LockPatternView lockPatternView = mActivity.findViewById(R.id.lockPattern); in enterPattern()
106 mLockPatternView = findViewById(R.id.lockPattern); in onAttachedToWindow()
85 mLockPatternView = (LockPatternView) view.findViewById(R.id.lockPattern); in onViewCreated()
198 mLockPatternView = view.findViewById(R.id.lockPattern); in onViewCreated()
206 hide(R.id.lockPattern); in onPostExecute()754 mLockPatternView = (LockPatternView) findViewById(R.id.lockPattern); in passwordEntryInit()
502 layout.findViewById(R.id.lockPattern).setOnTouchListener((v, event) -> { in onCreateView()548 mLockPatternView = (LockPatternView) view.findViewById(R.id.lockPattern); in onViewCreated()
125 mLockPatternView = (LockPatternView) view.findViewById(R.id.lockPattern); in onCreateView()
1963 String lockPattern = c.getString(1); in upgradeLockPatternLocation() local1964 if (!TextUtils.isEmpty(lockPattern)) { in upgradeLockPatternLocation()1969 LockPatternUtils.byteArrayToPattern(lockPattern.getBytes()); in upgradeLockPatternLocation()