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

1 23

  /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 69 private Instrumentation mInstrumentation;
86 mInstrumentation = getInstrumentation();
87 mContext = mInstrumentation.getContext();
233 mInstrumentation.waitForIdleSync();
261 mInstrumentation.waitForIdleSync();
273 mInstrumentation.waitForIdleSync();
380 mInstrumentation.waitForIdleSync();
388 mInstrumentation.waitForIdleSync();
398 mInstrumentation.waitForIdleSync();
451 mInstrumentation.waitForIdleSync()
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
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);
  /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 184 Instrumentation mInstrumentation;
    [all...]
LoadedApk.java 502 app = mActivityThread.mInstrumentation.newApplication(
506 if (!mActivityThread.mInstrumentation.onException(app, e)) {
709 final Instrumentation mInstrumentation;
766 if (mInstrumentation == null ||
767 !mInstrumentation.onException(mReceiver, e)) {
793 mInstrumentation = instrumentation;
    [all...]
Activity.java     [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
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();
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 403 final HashMap<ComponentName, PackageParser.Instrumentation> mInstrumentation =
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 270 milliseconds

1 23