HomeSort by relevance Sort by last modified time
    Searched refs:TestEvent (Results 1 - 10 of 10) sorted by null

  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
UserInputHandler_TouchTest.java 31 import com.android.documentsui.testing.TestEvent;
32 import com.android.documentsui.testing.TestEvent.Builder;
48 private UserInputHandler<TestEvent> mInputHandler;
86 mEvent = TestEvent.builder();
103 TestEvent event = mEvent.at(7).build();
112 TestEvent event1 = mEvent.at(7).build();
113 TestEvent event2 = mEvent.at(99).build();
114 TestEvent event3 = mEvent.at(13).build();
UserInputHandler_RangeTest.java 28 import com.android.documentsui.testing.TestEvent;
29 import com.android.documentsui.testing.TestEvent.Builder;
49 private UserInputHandler<TestEvent> mInputHandler;
85 mEvent = TestEvent.builder().mouse();
151 TestEvent fistClick = mEvent.at(7).secondary().build();
162 TestEvent secondClick = mEvent.at(11).primary().shift().build();
UserInputHandler_KeyboardTest.java 29 import com.android.documentsui.testing.TestEvent;
30 import com.android.documentsui.testing.TestEvent.Builder;
46 private UserInputHandler<TestEvent> mInputHandler;
84 mEvent = TestEvent.builder().mouse();
DragStartListenerTest.java 31 import com.android.documentsui.testing.TestEvent;
41 private TestEvent.Builder mEvent;
89 mEvent = TestEvent.builder()
109 TestEvent e = TestEvent.builder()
UserInputHandler_MouseTest.java 32 import com.android.documentsui.testing.TestEvent;
33 import com.android.documentsui.testing.TestEvent.Builder;
49 private UserInputHandler<TestEvent> mInputHandler;
88 mEvent = TestEvent.builder().mouse();
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
GestureSelectorTest.java 24 import com.android.documentsui.testing.TestEvent;
29 TestEvent.Builder e;
39 e = TestEvent.builder()
BandControllerTest.java 30 import com.android.documentsui.testing.TestEvent.Builder;
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestEvent.java 38 public class TestEvent implements InputEvent {
83 private TestEvent() {
94 private TestEvent(TestEvent source) {
249 if (!(o instanceof TestEvent)) {
253 TestEvent other = (TestEvent) o;
341 private TestEvent mState = new TestEvent();
346 public Builder(TestEvent state)
    [all...]
  /art/runtime/
instrumentation_test.cc 173 void TestEvent(uint32_t instrumentation_event) {
419 TestEvent(instrumentation::Instrumentation::kMethodEntered);
423 TestEvent(instrumentation::Instrumentation::kMethodExited);
427 TestEvent(instrumentation::Instrumentation::kMethodUnwind);
431 TestEvent(instrumentation::Instrumentation::kDexPcMoved);
435 TestEvent(instrumentation::Instrumentation::kFieldRead);
439 TestEvent(instrumentation::Instrumentation::kFieldWritten);
443 TestEvent(instrumentation::Instrumentation::kExceptionCaught);
447 TestEvent(instrumentation::Instrumentation::kBranch);
451 TestEvent(instrumentation::Instrumentation::kInvokeVirtualOrInterface)
    [all...]
  /system/update_engine/
omaha_request_action_unittest.cc 370 void TestEvent(OmahaRequestParams params,
    [all...]

Completed in 546 milliseconds