Searched refs:onPatternDetected (Results 1 – 4 of 4) sorted by relevance
151 verify(mPatternListener).onPatternDetected(any()); in up_completesPattern()186 verify(mPatternListener).onPatternDetected(mCellsArgumentCaptor.capture()); in moveAlongTwoDots_hitsTwo()203 verify(mPatternListener).onPatternDetected(mCellsArgumentCaptor.capture()); in moveAlongTwoDotsDiagonally_hitsTwo()223 verify(mPatternListener).onPatternDetected(mCellsArgumentCaptor.capture()); in moveAlongZPattern_hitsDots()
68 override fun onPatternDetected(pattern: List<LockPatternView.Cell>) {
105 public void onPatternDetected(final List<LockPatternView.Cell> pattern) { in onPatternDetected() method in KeyguardPatternViewController.UnlockPatternListener
301 void onPatternDetected(List<Cell> pattern); in onPatternDetected() method605 mOnPatternListener.onPatternDetected(mPattern); in notifyPatternDetected()