Searched refs:mCellsArgumentCaptor (Results 1 – 1 of 1) sorted by relevance
92 private ArgumentCaptor<List<LockPatternView.Cell>> mCellsArgumentCaptor; field in LockPatternViewTest186 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()