HomeSort by relevance Sort by last modified time
    Searched refs:mInstrumentation (Results 51 - 68 of 68) sorted by null

1 23

  /cts/tests/tests/text/src/android/text/method/cts/
MultiTapKeyListenerTest.java 58 mInstrumentation.waitForIdleSync();
178 mInstrumentation.waitForIdleSync();
192 mInstrumentation.waitForIdleSync();
208 mInstrumentation.waitForIdleSync();
NumberKeyListenerTest.java 138 mInstrumentation.waitForIdleSync();
158 mInstrumentation.waitForIdleSync();
QwertyKeyListenerTest.java 143 mInstrumentation.waitForIdleSync();
154 mInstrumentation.waitForIdleSync();
MetaKeyKeyListenerTest.java 38 final View view = new ImageView(mInstrumentation.getTargetContext());
63 final View view = new ImageView(mInstrumentation.getTargetContext());
DigitsKeyListenerTest.java 580 mInstrumentation.waitForIdleSync();
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 70 private Instrumentation mInstrumentation;
88 mInstrumentation = getInstrumentation();
89 mContext = mInstrumentation.getContext();
236 mInstrumentation.waitForIdleSync();
264 mInstrumentation.waitForIdleSync();
276 mInstrumentation.waitForIdleSync();
383 mInstrumentation.waitForIdleSync();
391 mInstrumentation.waitForIdleSync();
401 mInstrumentation.waitForIdleSync();
454 mInstrumentation.waitForIdleSync()
    [all...]
View_UsingViewsTest.java 72 private Instrumentation mInstrumentation;
89 mInstrumentation = getInstrumentation();
359 mInstrumentation.waitForIdleSync();
375 mInstrumentation.waitForIdleSync();
386 mInstrumentation.waitForIdleSync();
396 mInstrumentation.waitForIdleSync();
406 mInstrumentation.waitForIdleSync();
416 mInstrumentation.waitForIdleSync();
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 105 private Instrumentation mInstrumentation;
128 mInstrumentation = getInstrumentation();
166 mInstrumentation.waitForIdleSync();
177 mInstrumentation.waitForIdleSync();
188 mInstrumentation.waitForIdleSync();
199 mInstrumentation.waitForIdleSync();
209 mInstrumentation.waitForIdleSync();
231 mInstrumentation.waitForIdleSync();
250 mInstrumentation.waitForIdleSync();
330 mInstrumentation.waitForIdleSync()
    [all...]
AbsListViewTest.java 68 private Instrumentation mInstrumentation;
91 mInstrumentation = getInstrumentation();
145 mInstrumentation.waitForIdleSync();
156 mInstrumentation.waitForIdleSync();
245 mInstrumentation.waitForIdleSync();
281 mInstrumentation.waitForIdleSync();
300 mInstrumentation.waitForIdleSync();
312 mInstrumentation.waitForIdleSync();
343 mInstrumentation.waitForIdleSync();
520 mInstrumentation.waitForIdleSync()
    [all...]
TimePickerTest.java 39 private Instrumentation mInstrumentation;
48 mInstrumentation = getInstrumentation();
49 mContext = mInstrumentation.getTargetContext();
GalleryTest.java 60 private Instrumentation mInstrumentation;
72 mInstrumentation = getInstrumentation();
73 mContext = mInstrumentation.getContext();
130 mInstrumentation.waitForIdleSync();
226 mInstrumentation.waitForIdleSync();
ViewAnimatorTest.java 42 private Instrumentation mInstrumentation;
54 mInstrumentation = getInstrumentation();
61 assertNotNull(mInstrumentation);
  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 38 private Instrumentation mInstrumentation;
47 mInstrumentation = instrumentation;
69 return mInstrumentation;
  /frameworks/base/core/java/android/app/
ActivityThread.java 193 Instrumentation mInstrumentation;
    [all...]
Activity.java     [all...]
LoadedApk.java 558 app = mActivityThread.mInstrumentation.newApplication(
562 if (!mActivityThread.mInstrumentation.onException(app, e)) {
811 final Instrumentation mInstrumentation;
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 429 final HashMap<ComponentName, PackageParser.Instrumentation> mInstrumentation =
    [all...]

Completed in 1431 milliseconds

1 23