HomeSort by relevance Sort by last modified time
    Searched refs:getInstrumentation (Results 1 - 25 of 268) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/base/core/tests/coretests/src/android/view/
RunQueueTest.java 35 getInstrumentation().waitForIdleSync();
42 getInstrumentation().waitForIdleSync();
49 getInstrumentation().waitForIdleSync();
56 getInstrumentation().waitForIdleSync();
DisabledLongpressTest.java 76 getInstrumentation().waitForIdleSync();
79 getInstrumentation().waitForIdleSync();
86 getInstrumentation().waitForIdleSync();
LongpressTest.java 72 getInstrumentation().waitForIdleSync();
75 getInstrumentation().waitForIdleSync();
82 getInstrumentation().waitForIdleSync();
  /cts/tests/appsecurity-tests/test-apps/InstrumentationAppDiffCert/src/com/android/cts/instrumentationdiffcertapp/
InstrumentationFailToRunTest.java 31 Context myContext = getInstrumentation().getContext();
37 getInstrumentation().getContext().startInstrumentation(appDiffCertInstrumentation,
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
ForwardingTest.java 107 getInstrumentation().callActivityOnStart(activity);
108 getInstrumentation().callActivityOnResume(activity);
114 getInstrumentation().callActivityOnPause(activity);
119 getInstrumentation().callActivityOnStop(activity);
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewBasicTest.java 54 mListUtil = new ListUtil(mListView, getInstrumentation());
69 getInstrumentation().waitForIdleSync();
71 getInstrumentation().waitForIdleSync();
99 getInstrumentation().waitForIdleSync();
122 getInstrumentation().waitForIdleSync();
128 getInstrumentation().waitForIdleSync();
148 getInstrumentation().waitForIdleSync();
ExpandableListViewWithHeadersTest.java 45 mListUtil = new ListUtil(mExpandableListView, getInstrumentation());
64 getInstrumentation().waitForIdleSync();
78 getInstrumentation().waitForIdleSync();
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
ExpandableListBasicTest.java 48 mListUtil = new ListUtil(mExpandableListView, getInstrumentation());
63 getInstrumentation().waitForIdleSync();
65 getInstrumentation().waitForIdleSync();
81 getInstrumentation().waitForIdleSync();
90 getInstrumentation().waitForIdleSync();
96 getInstrumentation().waitForIdleSync();
116 getInstrumentation().waitForIdleSync();
ExpandableListWithHeadersTest.java 40 mListUtil = new ListUtil(mExpandableListView, getInstrumentation());
53 getInstrumentation().waitForIdleSync();
61 getInstrumentation().waitForIdleSync();
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase.java 76 getInstrumentation().setInTouchMode(mInitialTouchMode);
77 final String targetPackageName = getInstrumentation().getTargetContext().getPackageName();
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ConversationListTests.java 41 mContext = getInstrumentation().getTargetContext();
54 getInstrumentation().invokeMenuActionSync(a, a.MENU_COMPOSE_NEW, 0);
55 getInstrumentation().invokeMenuActionSync(a, a.MENU_SEARCH, 0);
56 getInstrumentation().invokeMenuActionSync(a, a.MENU_PREFERENCES, 0);
57 getInstrumentation().invokeMenuActionSync(a, a.MENU_DELETE_ALL, 0);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListRetainsFocusAcrossLayoutsTest.java 54 getInstrumentation().waitForIdleSync();
68 getInstrumentation().waitForIdleSync();
83 getInstrumentation().waitForIdleSync();
  /frameworks/base/core/tests/coretests/src/android/util/
KeyUtils.java 46 final Instrumentation inst = test.getInstrumentation();
59 final Instrumentation inst = test.getInstrumentation();
78 final Instrumentation inst = test.getInstrumentation();
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewCallbacks.java 39 final Instrumentation instrumentation = getInstrumentation();
64 final Instrumentation instrumentation = getInstrumentation();
113 final Instrumentation instrumentation = getInstrumentation();
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridSetSelectionBaseTest.java 64 getInstrumentation().waitForIdleSync();
80 getInstrumentation().waitForIdleSync();
95 getInstrumentation().waitForIdleSync();
  /packages/apps/Camera/tests/src/com/android/camera/functional/
CameraTest.java 31 getInstrumentation().startActivitySync(intent).finish();
52 Activity activity = getInstrumentation().startActivitySync(intent);
55 getInstrumentation().waitForIdleSync();
  /cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java 71 getInstrumentation().waitForIdleSync();
80 getInstrumentation().waitForIdleSync();
90 getInstrumentation().waitForIdleSync();
100 getInstrumentation().waitForIdleSync();
109 getInstrumentation().waitForIdleSync();
159 getInstrumentation().waitForIdleSync();
177 getInstrumentation().waitForIdleSync();
191 getInstrumentation().waitForIdleSync();
205 getInstrumentation().waitForIdleSync();
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
ExternalSharedPermsFLTest.java 33 LocationManager locationManager = (LocationManager)getInstrumentation().getContext(
  /cts/tests/tests/media/src/android/media/cts/
FaceDetectorTest.java 41 intent.setClass(getInstrumentation().getTargetContext(), FaceDetectorStub.class);
44 mActivity = (FaceDetectorStub) getInstrumentation().startActivitySync(intent);
  /cts/tests/tests/performance/src/android/performance/cts/
MultiAppStartupTest.java 42 Context ctx = getInstrumentation().getContext();
51 Activity a = getInstrumentation().startActivitySync(i);
  /cts/tests/tests/performance2/src/android/performance2/cts/
AppStartup.java 45 Activity a = getInstrumentation().startActivitySync(i);
52 Activity a = getInstrumentation().startActivitySync(i);
  /cts/tests/tests/performance3/src/android/performance3/cts/
AppStartup.java 46 Activity a = getInstrumentation().startActivitySync(i);
53 Activity a = getInstrumentation().startActivitySync(i);
  /cts/tests/tests/performance4/src/android/performance4/cts/
AppStartup.java 45 Activity a = getInstrumentation().startActivitySync(i);
52 Activity a = getInstrumentation().startActivitySync(i);
  /cts/tests/tests/performance5/src/android/performance5/cts/
AppStartup.java 45 Activity a = getInstrumentation().startActivitySync(i);
52 Activity a = getInstrumentation().startActivitySync(i);
  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 68 public Instrumentation getInstrumentation() {
119 T activity = (T) getInstrumentation().startActivitySync(intent);
120 getInstrumentation().waitForIdleSync();
135 getInstrumentation().runOnMainSync(new Runnable() {
181 getInstrumentation().runOnMainSync(new Runnable() {
235 final Instrumentation instrumentation = getInstrumentation();
285 final Instrumentation instrumentation = getInstrumentation();
314 final Instrumentation instrumentation = getInstrumentation();

Completed in 244 milliseconds

1 2 3 4 5 6 7 8 91011