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>) { in onPatternDetected() method in com.android.systemui.biometrics.ui.binder.OnPatternDetectedListener
107 public void onPatternDetected(final List<LockPatternView.Cell> pattern) { in onPatternDetected() method in KeyguardPatternViewController.UnlockPatternListener
315 void onPatternDetected(List<Cell> pattern); in onPatternDetected() method628 mOnPatternListener.onPatternDetected(mPattern); in notifyPatternDetected()