OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getinstrumentation
(Results
1 - 25
of
268
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/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/view/
RunQueueTest.java
35
getInstrumentation
().waitForIdleSync();
42
getInstrumentation
().waitForIdleSync();
49
getInstrumentation
().waitForIdleSync();
56
getInstrumentation
().waitForIdleSync();
LongpressTest.java
72
getInstrumentation
().waitForIdleSync();
75
getInstrumentation
().waitForIdleSync();
82
getInstrumentation
().waitForIdleSync();
DisabledLongpressTest.java
76
getInstrumentation
().waitForIdleSync();
79
getInstrumentation
().waitForIdleSync();
86
getInstrumentation
().waitForIdleSync();
/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();
RelativeLayoutTest.java
124
getInstrumentation
().waitForIdleSync();
134
getInstrumentation
().waitForIdleSync();
163
getInstrumentation
().waitForIdleSync();
175
getInstrumentation
().waitForIdleSync();
187
getInstrumentation
().waitForIdleSync();
199
getInstrumentation
().waitForIdleSync();
234
getInstrumentation
().waitForIdleSync();
246
getInstrumentation
().waitForIdleSync();
279
getInstrumentation
().waitForIdleSync();
291
getInstrumentation
().waitForIdleSync()
[
all
...]
TableLayoutTest.java
59
mContext =
getInstrumentation
().getContext();
312
getInstrumentation
().runOnMainSync(new Runnable() {
317
getInstrumentation
().waitForIdleSync();
322
getInstrumentation
().runOnMainSync(new Runnable() {
327
getInstrumentation
().waitForIdleSync();
348
getInstrumentation
().runOnMainSync(new Runnable() {
353
getInstrumentation
().waitForIdleSync();
366
getInstrumentation
().runOnMainSync(new Runnable() {
371
getInstrumentation
().waitForIdleSync();
384
getInstrumentation
().runOnMainSync(new Runnable()
[
all
...]
/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();
/cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java
69
getInstrumentation
().waitForIdleSync();
78
getInstrumentation
().waitForIdleSync();
88
getInstrumentation
().waitForIdleSync();
98
getInstrumentation
().waitForIdleSync();
107
getInstrumentation
().waitForIdleSync();
157
getInstrumentation
().waitForIdleSync();
175
getInstrumentation
().waitForIdleSync();
189
getInstrumentation
().waitForIdleSync();
203
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,
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListFocusableTest.java
194
getInstrumentation
().waitForIdleSync();
203
getInstrumentation
().waitForIdleSync();
212
getInstrumentation
().waitForIdleSync();
221
getInstrumentation
().waitForIdleSync();
230
getInstrumentation
().waitForIdleSync();
ListRetainsFocusAcrossLayoutsTest.java
54
getInstrumentation
().waitForIdleSync();
68
getInstrumentation
().waitForIdleSync();
83
getInstrumentation
().waitForIdleSync();
/frameworks/base/test-runner/tests/src/android/test/
TestBrowserActivityTest.java
108
Instrumentation.ActivityMonitor activityMonitor =
getInstrumentation
().addMonitor(
126
getInstrumentation
().removeMonitor(activityMonitor);
150
getInstrumentation
().runOnMainSync(new Runnable() {
232
String packageName =
getInstrumentation
().getTargetContext().getPackageName();
238
getInstrumentation
().setInTouchMode(false);
241
(TestBrowserActivity)
getInstrumentation
().startActivitySync(
243
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/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/media/src/android/media/cts/
FaceDetectorTest.java
41
intent.setClass(
getInstrumentation
().getTargetContext(), FaceDetectorStub.class);
44
mActivity = (FaceDetectorStub)
getInstrumentation
().startActivitySync(intent);
/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/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/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java
48
final Instrumentation instrumentation =
getInstrumentation
();
80
final Instrumentation instrumentation =
getInstrumentation
();
107
final Instrumentation instrumentation =
getInstrumentation
();
140
final Instrumentation instrumentation =
getInstrumentation
();
174
final Instrumentation instrumentation =
getInstrumentation
();
/frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java
83
getInstrumentation
().waitForIdleSync();
118
getInstrumentation
().waitForIdleSync();
133
getInstrumentation
().waitForIdleSync();
158
getInstrumentation
().waitForIdleSync();
181
getInstrumentation
().waitForIdleSync();
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java
104
getInstrumentation
().waitForIdleSync(); // wait for scrolling to finish
126
getInstrumentation
().waitForIdleSync(); // wait for scrolling to finish
145
getInstrumentation
().waitForIdleSync(); // wait for scrolling to finish
163
getInstrumentation
().waitForIdleSync(); // wait for scrolling to finish
184
getInstrumentation
().waitForIdleSync();
Completed in 598 milliseconds
1
2
3
4
5
6
7
8
9
10
11