Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DDragScrollListenerTest.java157 final DragEvent testEvent = DragEvents.createTestDragEvent(actionId); in triggerDragEvent() local
159 return mListener.onDrag(mTestView, testEvent); in triggerDragEvent()
163 final DragEvent testEvent = DragEvents.createTestLocationEvent(x, y); in triggerDragLocationEvent() local
165 return mListener.onDrag(mTestView, testEvent); in triggerDragLocationEvent()
H A DItemDragListenerTest.java184 final DragEvent testEvent = DragEvents.createTestDragEvent(actionId); in triggerDragEvent() local
186 return mListener.onDrag(mTestView, testEvent); in triggerDragEvent()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarCabinManagerTest.java146 public void testEvent() throws Exception { in testEvent() method in CarCabinManagerTest
H A DCarHvacManagerTest.java186 public void testEvent() throws Exception { in testEvent() method in CarHvacManagerTest