HomeSort by relevance Sort by last modified time
    Searched defs:mInstrumentation (Results 1 - 25 of 62) 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/testing/androidtestlib/tests/src/com/android/test/
InstrumentationJUnit4Fixture.java 29 public Instrumentation mInstrumentation;
InstrumentationJUnit4Test.java 31 public Instrumentation mInstrumentation;
39 Assert.assertNotNull(mInstrumentation);
  /cts/tests/tests/text/src/android/text/method/cts/
KeyListenerTestCase.java 51 protected Instrumentation mInstrumentation;
63 mInstrumentation = getInstrumentation();
78 mInstrumentation.waitForIdleSync();
BaseKeyListenerTest.java 112 mInstrumentation.sendKeySync(event);
113 mInstrumentation.waitForIdleSync();
133 mInstrumentation.waitForIdleSync();
141 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ALT_LEFT));
142 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_DOWN,
144 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_UP,
146 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_ALT_LEFT));
  /cts/libs/wrappedgtest/src/
WrappedGTestActivity.java 25 private WrappedGTestInstrumentation mInstrumentation;
28 mInstrumentation = instrumentation;
38 mInstrumentation.sendStatus(1, outputBundle);
  /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/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);
  /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);
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
IntegrationTestUtils.java 49 private final Instrumentation mInstrumentation;
54 mInstrumentation = instrumentation;
95 mInstrumentation.waitForIdle(future);
  /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...]
AlertDialogTest.java 41 private Instrumentation mInstrumentation;
54 mInstrumentation = getInstrumentation();
147 mInstrumentation.waitForIdleSync();
165 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_0);
167 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_0);
180 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_BACK);
181 mInstrumentation.waitForIdleSync();
189 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_BACK);
LauncherActivityTest.java 30 private Instrumentation mInstrumentation;
36 mInstrumentation = getInstrumentation();
56 mActivity = (LauncherActivityStub) mInstrumentation.startActivitySync(intent);
ActivityManagerTest.java 47 private Instrumentation mInstrumentation;
52 mInstrumentation = getInstrumentation();
53 mContext = mInstrumentation.getContext();
63 mInstrumentation.getContext().stopService(mIntent);
125 mInstrumentation.addMonitor(monitor);
184 intent.setClass(mInstrumentation.getTargetContext(), MockService.class);
185 mInstrumentation.getTargetContext().startService(intent);
231 mInstrumentation.getTargetContext().startService(mIntent);
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/graphics/src/android/opengl/cts/
EglConfigTest.java 37 private Instrumentation mInstrumentation;
46 mInstrumentation = getInstrumentation();
67 mInstrumentation.waitForIdleSync();
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
IsolatedServiceTest.java 31 private Instrumentation mInstrumentation;
43 mInstrumentation = getInstrumentation();
65 mInstrumentation.runOnMainSync(new Runnable() {
  /cts/tests/tests/view/src/android/view/cts/
TouchDelegateTest.java 38 private Instrumentation mInstrumentation;
55 mInstrumentation = getInstrumentation();
68 mInstrumentation.waitForIdleSync();
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java 38 Instrumentation mInstrumentation;
49 mInstrumentation = mActivityInstrumentation.getInstrumentation();
56 mInstrumentation.waitForIdleSync();
79 mInstrumentation.waitForIdleSync();
97 mInstrumentation.waitForIdleSync();
109 mInstrumentation.waitForIdleSync();
124 mInstrumentation.waitForIdleSync();
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();
DialerFilterTest.java 44 private Instrumentation mInstrumentation;
62 mInstrumentation = getInstrumentation();
84 mInstrumentation.runOnMainSync(new Runnable() {
90 mInstrumentation.waitForIdleSync();
94 mInstrumentation.sendStringSync("123");
98 mInstrumentation.runOnMainSync(new Runnable() {
104 mInstrumentation.waitForIdleSync();
111 mInstrumentation.sendStringSync("234");
114 mInstrumentation.sendStringSync("adg");
119 mInstrumentation.runOnMainSync(new Runnable()
    [all...]
CheckedTextViewTest.java 44 private Instrumentation mInstrumentation;
54 mInstrumentation = getInstrumentation();
96 mInstrumentation.waitForIdleSync();
116 mInstrumentation.waitForIdleSync();
164 mInstrumentation.waitForIdleSync();
176 mInstrumentation.waitForIdleSync();
GridViewTest.java 57 private Instrumentation mInstrumentation;
78 mInstrumentation = getInstrumentation();
152 mInstrumentation.waitForIdleSync();
156 mInstrumentation.sendKeySync(event);
160 mInstrumentation.sendKeySync(event);
164 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_RIGHT);
167 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_LEFT);
170 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN);
174 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
179 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_ENTER)
    [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);

Completed in 458 milliseconds

1 2 3