Home
last modified time | relevance | path

Searched refs:mCellsArgumentCaptor (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DLockPatternViewTest.java92 private ArgumentCaptor<List<LockPatternView.Cell>> mCellsArgumentCaptor; field in LockPatternViewTest
186 verify(mPatternListener).onPatternDetected(mCellsArgumentCaptor.capture()); in moveAlongTwoDots_hitsTwo()
187 List<LockPatternView.Cell> patternCells = mCellsArgumentCaptor.getValue(); in moveAlongTwoDots_hitsTwo()
203 verify(mPatternListener).onPatternDetected(mCellsArgumentCaptor.capture()); in moveAlongTwoDotsDiagonally_hitsTwo()
204 List<LockPatternView.Cell> patternCells = mCellsArgumentCaptor.getValue(); in moveAlongTwoDotsDiagonally_hitsTwo()
223 verify(mPatternListener).onPatternDetected(mCellsArgumentCaptor.capture()); in moveAlongZPattern_hitsDots()
224 List<LockPatternView.Cell> patternCells = mCellsArgumentCaptor.getValue(); in moveAlongZPattern_hitsDots()