HomeSort by relevance Sort by last modified time
    Searched refs:mInstrumentation (Results 26 - 50 of 70) sorted by null

12 3

  /cts/tests/tests/app/src/android/app/cts/
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);
232 mInstrumentation.getTargetContext().startService(mIntent);
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);
AlertDialog_BuilderTest.java 53 private Instrumentation mInstrumentation;
111 mInstrumentation = getInstrumentation();
146 mInstrumentation.waitForIdleSync();
158 mInstrumentation.waitForIdleSync();
171 mInstrumentation.waitForIdleSync();
187 mInstrumentation.waitForIdleSync();
202 mInstrumentation.waitForIdleSync();
217 mInstrumentation.waitForIdleSync();
232 mInstrumentation.waitForIdleSync();
247 mInstrumentation.waitForIdleSync()
    [all...]
ProgressDialogTest.java 49 private Instrumentation mInstrumentation;
61 mInstrumentation = getInstrumentation();
130 mInstrumentation.waitForIdleSync();
144 mInstrumentation.waitForIdleSync();
165 mInstrumentation.waitForIdleSync();
179 mInstrumentation.waitForIdleSync();
  /cts/tests/tests/tv/src/android/media/tv/cts/
BundledTvInputServiceTest.java 47 private Instrumentation mInstrumentation;
100 mInstrumentation = getInstrumentation();
127 mInstrumentation.waitForIdleSync();
143 mInstrumentation.waitForIdleSync();
172 mInstrumentation.waitForIdleSync();
TvInputServiceTest.java 54 private Instrumentation mInstrumentation;
115 mInstrumentation = getInstrumentation();
153 mInstrumentation.waitForIdleSync();
159 mInstrumentation.waitForIdleSync();
171 mInstrumentation.waitForIdleSync();
183 mInstrumentation.waitForIdleSync();
195 mInstrumentation.waitForIdleSync();
207 mInstrumentation.waitForIdleSync();
TvViewTest.java 54 private Instrumentation mInstrumentation;
145 mInstrumentation = getInstrumentation();
176 mInstrumentation.waitForIdleSync();
203 mInstrumentation.waitForIdleSync();
326 mInstrumentation.sendKeySync(keyEvent);
327 mInstrumentation.waitForIdleSync();
364 mInstrumentation.waitForIdleSync();
379 mInstrumentation.waitForIdleSync();
  /cts/tests/tests/widget/src/android/widget/cts/
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...]
ToastTest.java 42 private Instrumentation mInstrumentation;
55 mInstrumentation = getInstrumentation();
122 mInstrumentation.waitForIdleSync();
139 mInstrumentation.waitForIdleSync();
172 mInstrumentation.waitForIdleSync();
191 mInstrumentation.waitForIdleSync();
204 mInstrumentation.waitForIdleSync();
218 mInstrumentation.waitForIdleSync();
242 mInstrumentation.waitForIdleSync();
264 mInstrumentation.waitForIdleSync()
    [all...]
ExpandableListTester.java 38 Instrumentation mInstrumentation;
49 mInstrumentation = mActivityInstrumentation.getInstrumentation();
56 mInstrumentation.waitForIdleSync();
79 mInstrumentation.waitForIdleSync();
97 mInstrumentation.waitForIdleSync();
109 mInstrumentation.waitForIdleSync();
124 mInstrumentation.waitForIdleSync();
DialerFilterTest.java 44 private Instrumentation mInstrumentation;
62 mInstrumentation = getInstrumentation();
92 mInstrumentation.waitForIdleSync();
96 mInstrumentation.sendStringSync("123");
106 mInstrumentation.waitForIdleSync();
113 mInstrumentation.sendStringSync("234");
116 mInstrumentation.sendStringSync("adg");
127 mInstrumentation.waitForIdleSync();
132 mInstrumentation.sendStringSync("234");
135 mInstrumentation.sendStringSync("adg")
    [all...]
FrameLayoutTest.java 55 private Instrumentation mInstrumentation;
67 mInstrumentation = getInstrumentation();
70 assertNotNull(mInstrumentation);
96 mInstrumentation.waitForIdleSync();
124 mInstrumentation.waitForIdleSync();
144 mInstrumentation.waitForIdleSync();
153 mInstrumentation.waitForIdleSync();
177 mInstrumentation.waitForIdleSync();
192 mInstrumentation.waitForIdleSync();
VideoViewTest.java 63 private Instrumentation mInstrumentation;
160 mInstrumentation = getInstrumentation();
173 mInstrumentation.waitForIdleSync();
237 mInstrumentation.waitForIdleSync();
263 mInstrumentation.waitForIdleSync();
CheckedTextViewTest.java 44 private Instrumentation mInstrumentation;
54 mInstrumentation = getInstrumentation();
96 mInstrumentation.waitForIdleSync();
116 mInstrumentation.waitForIdleSync();
164 mInstrumentation.waitForIdleSync();
176 mInstrumentation.waitForIdleSync();
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 37 private Instrumentation mInstrumentation;
46 mInstrumentation = getInstrumentation();
67 mInstrumentation.waitForIdleSync();
  /packages/apps/Dialer/tests/src/com/android/dialer/util/
FakeAsyncTaskExecutor.java 60 private final Instrumentation mInstrumentation;
65 mInstrumentation = instrumentation;
197 mInstrumentation.waitForIdle(this);
201 mInstrumentation.waitForIdle(new AsyncTaskHasFinishedRunnable());
  /cts/tests/tests/text/src/android/text/method/cts/
TextKeyListenerTest.java 91 mInstrumentation.waitForIdleSync();
192 mInstrumentation.waitForIdleSync();
223 mInstrumentation.waitForIdleSync();
229 mInstrumentation.sendKeySync(event);
230 mInstrumentation.waitForIdleSync();
MultiTapKeyListenerTest.java 58 mInstrumentation.waitForIdleSync();
178 mInstrumentation.waitForIdleSync();
192 mInstrumentation.waitForIdleSync();
208 mInstrumentation.waitForIdleSync();
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 48 private Instrumentation mInstrumentation;
57 mInstrumentation = getInstrumentation();
237 mInstrumentation.sendStringSync("q");
238 mInstrumentation.waitForIdleSync();
252 InputMethodManager imManager = (InputMethodManager) mInstrumentation.getTargetContext()
InputMethodManagerTest.java 45 private Instrumentation mInstrumentation;
51 mInstrumentation = getInstrumentation();
87 Context context = mInstrumentation.getTargetContext();
  /frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java 45 private Instrumentation mInstrumentation;
186 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext();
189 setInstrumentationIfInstrumentationTestCase(testCase, mInstrumentation);
221 mInstrumentation = instrumentation;
  /cts/tests/tests/media/src/android/media/cts/
RingtoneManagerTest.java 41 private Instrumentation mInstrumentation;
56 mInstrumentation = getInstrumentation();
57 mContext = mInstrumentation.getContext();
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 36 private Instrumentation mInstrumentation;
46 mInstrumentation = getInstrumentation();
47 mContext = mInstrumentation.getContext();
WindowTest.java 70 private Instrumentation mInstrumentation;
88 mInstrumentation = getInstrumentation();
89 mContext = mInstrumentation.getContext();
236 mInstrumentation.waitForIdleSync();
264 mInstrumentation.waitForIdleSync();
276 mInstrumentation.waitForIdleSync();
385 mInstrumentation.waitForIdleSync();
393 mInstrumentation.waitForIdleSync();
403 mInstrumentation.waitForIdleSync();
456 mInstrumentation.waitForIdleSync()
    [all...]
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
IntegrationTestUtils.java 49 private final Instrumentation mInstrumentation;
54 mInstrumentation = instrumentation;
95 mInstrumentation.waitForIdle(future);

Completed in 446 milliseconds

12 3