Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DFalsingCollectorImplTest.java281 InOrder orderedCalls = inOrder(mFalsingDataProvider); in testPassThroughGesture() local
283 orderedCalls.verify(mFalsingDataProvider).onMotionEvent( in testPassThroughGesture()
285 orderedCalls.verify(mFalsingDataProvider).onMotionEvent(up); in testPassThroughGesture()