HomeSort by relevance Sort by last modified time
    Searched refs:mInstrumentation (Results 1 - 25 of 64) sorted by null

1 2 3

  /frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
InstrumentationAutomationSupport.java 30 private Instrumentation mInstrumentation;
33 mInstrumentation = instrumentation;
38 mInstrumentation.sendStatus(resultCode, status);
  /frameworks/base/core/java/android/test/
InstrumentationTestSuite.java 31 private final Instrumentation mInstrumentation;
38 mInstrumentation = instr;
44 mInstrumentation = instr;
54 mInstrumentation = instr;
60 addTest(new InstrumentationTestSuite(testClass, mInstrumentation));
68 ((InstrumentationTestCase) test).injectInstrumentation(mInstrumentation);
  /cts/libs/wrappedgtest/src/
WrappedGTestActivity.java 25 private WrappedGTestInstrumentation mInstrumentation;
28 mInstrumentation = instrumentation;
38 mInstrumentation.sendStatus(1, outputBundle);
  /frameworks/testing/androidtestlib/tests/src/com/android/test/
InstrumentationJUnit4Test.java 31 public Instrumentation mInstrumentation;
39 Assert.assertNotNull(mInstrumentation);
InstrumentationJUnit4Fixture.java 29 public Instrumentation mInstrumentation;
InstrumentationJUnit4FixtureTest.java 38 Assert.assertNotNull(mInstrumentation);
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 56 private Instrumentation mInstrumentation;
65 mInstrumentation = getInstrumentation();
66 mContext = mInstrumentation.getTargetContext();
69 mActivity = (InstrumentationTestActivity) mInstrumentation.startActivitySync(mIntent);
73 mInstrumentation = null;
92 mInstrumentation.addMonitor(monitor);
96 Activity activity = mInstrumentation.waitForMonitorWithTimeout(monitor, WAIT_TIME);
98 assertTrue(mInstrumentation.checkMonitorHit(monitor, 1));
101 mInstrumentation.addMonitor(monitor);
102 mInstrumentation.removeMonitor(monitor)
    [all...]
TabActivityTest.java 31 private Instrumentation mInstrumentation;
38 mInstrumentation = super.getInstrumentation();
63 mActivity = (MockTabActivity) mInstrumentation.startActivitySync(intent);
81 final Context context = mInstrumentation.getTargetContext();
88 mChildActivity = mInstrumentation.newActivity(MockTabActivity.class, mInstrumentation
LocalActivityManagerTest.java 27 private Instrumentation mInstrumentation;
37 mInstrumentation = getInstrumentation();
42 final Intent intent = new Intent(mInstrumentation.getTargetContext(),
46 mInstrumentation.getTargetContext().startActivity(intent);
LauncherActivityTest.java 30 private Instrumentation mInstrumentation;
36 mInstrumentation = getInstrumentation();
56 mActivity = (LauncherActivityStub) mInstrumentation.startActivitySync(intent);
ProgressDialogTest.java 49 private Instrumentation mInstrumentation;
62 mInstrumentation = getInstrumentation();
127 mInstrumentation.waitForIdleSync();
141 mInstrumentation.waitForIdleSync();
161 mInstrumentation.waitForIdleSync();
174 mInstrumentation.waitForIdleSync();
253 mInstrumentation.waitForIdleSync();
271 mInstrumentation.waitForIdleSync();
291 mInstrumentation.waitForIdleSync();
312 mInstrumentation.waitForIdleSync()
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 62 private Instrumentation mInstrumentation;
76 mInstrumentation = getInstrumentation();
128 mInstrumentation.runOnMainSync(new Runnable() {
133 mInstrumentation.waitForIdleSync();
137 mInstrumentation.runOnMainSync(new Runnable() {
142 mInstrumentation.waitForIdleSync();
153 mInstrumentation.runOnMainSync(new Runnable() {
158 mInstrumentation.waitForIdleSync();
162 mInstrumentation.runOnMainSync(new Runnable() {
167 mInstrumentation.waitForIdleSync()
    [all...]
SeekBarTest.java 38 private Instrumentation mInstrumentation;
47 mInstrumentation = getInstrumentation();
71 mInstrumentation.sendPointerSync(event);
72 mInstrumentation.waitForIdleSync();
82 mInstrumentation.sendPointerSync(event);
83 mInstrumentation.waitForIdleSync();
91 mInstrumentation.sendPointerSync(event);
92 mInstrumentation.waitForIdleSync();
AutoCompleteTextViewTest.java 61 private Instrumentation mInstrumentation;
96 mInstrumentation = getInstrumentation();
149 mInstrumentation.waitForIdleSync();
158 mInstrumentation.waitForIdleSync();
380 mInstrumentation.sendStringSync(testString);
396 mInstrumentation.sendStringSync(testString);
414 mInstrumentation.sendStringSync("83377778");
416 mInstrumentation.sendStringSync("test");
440 mInstrumentation.waitForIdleSync();
443 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_BACK)
    [all...]
  /development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
AuthenticatorActivityTest.java 35 private Instrumentation mInstrumentation;
52 mInstrumentation = this.getInstrumentation();
53 mContext = mInstrumentation.getTargetContext();
69 mInstrumentation.addMonitor(AuthenticatorActivity.class.getName(), null, false);
72 mInstrumentation.startActivitySync(intent);
73 Activity activity = mInstrumentation.waitForMonitorWithTimeout(monitor, ACTIVITY_WAIT);
  /cts/tests/src/android/widget/cts/util/
ListUtil.java 29 private final Instrumentation mInstrumentation;
37 mInstrumentation = instrumentation;
50 mInstrumentation.waitForIdleSync();
83 mInstrumentation.sendCharacterSync(KeyEvent.KEYCODE_DPAD_DOWN);
94 mInstrumentation.sendCharacterSync(KeyEvent.KEYCODE_DPAD_UP);
  /frameworks/base/core/tests/coretests/src/android/util/
ListUtil.java 31 private final Instrumentation mInstrumentation;
39 mInstrumentation = instrumentation;
52 mInstrumentation.waitForIdleSync();
85 mInstrumentation.sendCharacterSync(KeyEvent.KEYCODE_DPAD_DOWN);
96 mInstrumentation.sendCharacterSync(KeyEvent.KEYCODE_DPAD_UP);
  /cts/tests/tests/text/src/android/text/method/cts/
DateTimeKeyListenerTest.java 38 private Instrumentation mInstrumentation;
56 mInstrumentation = getInstrumentation();
108 mInstrumentation.waitForIdleSync();
112 mInstrumentation.sendStringSync("1");
117 mInstrumentation.sendStringSync("2");
125 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_A);
132 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_P);
139 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_M);
157 mInstrumentation.waitForIdleSync();
160 mInstrumentation.sendStringSync("1")
    [all...]
TimeKeyListenerTest.java 35 private Instrumentation mInstrumentation;
47 mInstrumentation = getInstrumentation();
103 mInstrumentation.waitForIdleSync();
107 mInstrumentation.sendStringSync("1");
112 mInstrumentation.sendStringSync("2");
120 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_A);
127 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_P);
134 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_M);
151 mInstrumentation.waitForIdleSync();
154 mInstrumentation.sendStringSync("1")
    [all...]
BaseKeyListenerTest.java 44 private Instrumentation mInstrumentation;
56 mInstrumentation = getInstrumentation();
98 mInstrumentation.waitForIdleSync();
142 mInstrumentation.waitForIdleSync();
146 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ALT_LEFT));
148 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_ALT_LEFT));
169 mInstrumentation.waitForIdleSync();
180 mInstrumentation.waitForIdleSync();
190 mInstrumentation.waitForIdleSync();
194 mInstrumentation.sendKeySync(event)
    [all...]
DateKeyListenerTest.java 37 private Instrumentation mInstrumentation;
49 mInstrumentation = getInstrumentation();
105 mInstrumentation.waitForIdleSync();
138 mInstrumentation.waitForIdleSync();
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
IsolatedServiceTest.java 31 private Instrumentation mInstrumentation;
43 mInstrumentation = getInstrumentation();
65 mInstrumentation.runOnMainSync(new Runnable() {
  /frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
AndroidJUnit4Builder.java 35 private final Instrumentation mInstrumentation;
40 mInstrumentation = instr;
51 return new AndroidJUnit4ClassRunner(testClass, mInstrumentation, mBundle);
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 44 private Instrumentation mInstrumentation;
57 mInstrumentation = getInstrumentation();
66 mInstrumentation.runOnMainSync(new Runnable() {
72 mInstrumentation.waitForIdleSync();
80 mInstrumentation.runOnMainSync(new Runnable() {
92 mInstrumentation.runOnMainSync(new Runnable() {
98 mInstrumentation.waitForIdleSync();
143 mInstrumentation.runOnMainSync(new Runnable() {
149 mInstrumentation.waitForIdleSync();
226 mInstrumentation.runOnMainSync(new Runnable()
    [all...]
TouchDelegateTest.java 38 private Instrumentation mInstrumentation;
55 mInstrumentation = getInstrumentation();
68 mInstrumentation.waitForIdleSync();

Completed in 421 milliseconds

1 2 3