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

1 23

  /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 67 private Instrumentation mInstrumentation;
90 mInstrumentation = getInstrumentation();
144 mInstrumentation.waitForIdleSync();
155 mInstrumentation.waitForIdleSync();
244 mInstrumentation.waitForIdleSync();
280 mInstrumentation.waitForIdleSync();
299 mInstrumentation.waitForIdleSync();
311 mInstrumentation.waitForIdleSync();
342 mInstrumentation.waitForIdleSync();
519 mInstrumentation.waitForIdleSync()
    [all...]
TimePickerTest.java 39 private Instrumentation mInstrumentation;
48 mInstrumentation = getInstrumentation();
49 mContext = mInstrumentation.getTargetContext();
GalleryTest.java 59 private Instrumentation mInstrumentation;
71 mInstrumentation = getInstrumentation();
72 mContext = mInstrumentation.getContext();
128 mInstrumentation.waitForIdleSync();
222 mInstrumentation.waitForIdleSync();
ViewAnimatorTest.java 42 private Instrumentation mInstrumentation;
54 mInstrumentation = getInstrumentation();
61 assertNotNull(mInstrumentation);
  /cts/tests/tests/view/src/android/view/cts/
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();
WindowTest.java 54 private Instrumentation mInstrumentation;
67 mInstrumentation = getInstrumentation();
68 mContext = mInstrumentation.getContext();
214 mInstrumentation.waitForIdleSync();
242 mInstrumentation.waitForIdleSync();
254 mInstrumentation.waitForIdleSync();
361 mInstrumentation.waitForIdleSync();
369 mInstrumentation.waitForIdleSync();
379 mInstrumentation.waitForIdleSync();
432 mInstrumentation.waitForIdleSync()
    [all...]
  /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 192 Instrumentation mInstrumentation;
    [all...]
LoadedApk.java 504 app = mActivityThread.mInstrumentation.newApplication(
508 if (!mActivityThread.mInstrumentation.onException(app, e)) {
713 final Instrumentation mInstrumentation;
770 if (mInstrumentation == null ||
771 !mInstrumentation.onException(mReceiver, e)) {
797 mInstrumentation = instrumentation;
    [all...]
Activity.java     [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
DigitsKeyListenerTest.java 40 private Instrumentation mInstrumentation;
52 mInstrumentation = getInstrumentation();
430 mInstrumentation.waitForIdleSync();
470 mInstrumentation.waitForIdleSync();
518 mInstrumentation.waitForIdleSync();
568 mInstrumentation.waitForIdleSync();
615 mInstrumentation.waitForIdleSync();
641 mInstrumentation.waitForIdleSync();
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 391 final HashMap<ComponentName, PackageParser.Instrumentation> mInstrumentation =
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 713 milliseconds

1 23