OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInstrumentation
(Results
26 - 50
of
66
) sorted by null
1
2
3
/cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java
44
private Instrumentation
mInstrumentation
;
62
mInstrumentation
= getInstrumentation();
84
mInstrumentation
.runOnMainSync(new Runnable() {
90
mInstrumentation
.waitForIdleSync();
94
mInstrumentation
.sendStringSync("123");
98
mInstrumentation
.runOnMainSync(new Runnable() {
104
mInstrumentation
.waitForIdleSync();
111
mInstrumentation
.sendStringSync("234");
114
mInstrumentation
.sendStringSync("adg");
119
mInstrumentation
.runOnMainSync(new Runnable()
[
all
...]
ToastTest.java
42
private Instrumentation
mInstrumentation
;
55
mInstrumentation
= getInstrumentation();
122
mInstrumentation
.waitForIdleSync();
135
mInstrumentation
.waitForIdleSync();
160
mInstrumentation
.waitForIdleSync();
172
mInstrumentation
.waitForIdleSync();
183
mInstrumentation
.waitForIdleSync();
196
mInstrumentation
.waitForIdleSync();
208
mInstrumentation
.waitForIdleSync();
222
mInstrumentation
.waitForIdleSync()
[
all
...]
MediaControllerTest.java
49
private Instrumentation
mInstrumentation
;
60
mInstrumentation
= getInstrumentation();
127
mInstrumentation
.waitForIdleSync();
135
mInstrumentation
.waitForIdleSync();
144
mInstrumentation
.waitForIdleSync();
201
mInstrumentation
.waitForIdleSync();
215
mInstrumentation
.sendTrackballEventSync(event);
216
mInstrumentation
.waitForIdleSync();
GridViewTest.java
57
private Instrumentation
mInstrumentation
;
78
mInstrumentation
= getInstrumentation();
152
mInstrumentation
.waitForIdleSync();
156
mInstrumentation
.sendKeySync(event);
160
mInstrumentation
.sendKeySync(event);
164
mInstrumentation
.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_RIGHT);
167
mInstrumentation
.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_LEFT);
170
mInstrumentation
.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN);
174
mInstrumentation
.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
179
mInstrumentation
.sendKeyDownUpSync(KeyEvent.KEYCODE_ENTER)
[
all
...]
PopupWindowTest.java
45
private Instrumentation
mInstrumentation
;
65
mInstrumentation
= getInstrumentation();
255
mInstrumentation
.runOnMainSync(new Runnable() {
260
mInstrumentation
.waitForIdleSync();
287
mInstrumentation
.runOnMainSync(new Runnable() {
292
mInstrumentation
.waitForIdleSync();
318
mInstrumentation
.runOnMainSync(new Runnable() {
323
mInstrumentation
.waitForIdleSync();
425
mInstrumentation
.runOnMainSync(new Runnable() {
430
mInstrumentation
.waitForIdleSync()
[
all
...]
ExpandableListTester.java
38
Instrumentation
mInstrumentation
;
49
mInstrumentation
= mActivityInstrumentation.getInstrumentation();
56
mInstrumentation
.waitForIdleSync();
79
mInstrumentation
.waitForIdleSync();
97
mInstrumentation
.waitForIdleSync();
109
mInstrumentation
.waitForIdleSync();
124
mInstrumentation
.waitForIdleSync();
FrameLayoutTest.java
48
private Instrumentation
mInstrumentation
;
60
mInstrumentation
= getInstrumentation();
63
assertNotNull(
mInstrumentation
);
89
mInstrumentation
.waitForIdleSync();
117
mInstrumentation
.waitForIdleSync();
137
mInstrumentation
.waitForIdleSync();
146
mInstrumentation
.waitForIdleSync();
170
mInstrumentation
.waitForIdleSync();
185
mInstrumentation
.waitForIdleSync();
CheckedTextViewTest.java
44
private Instrumentation
mInstrumentation
;
54
mInstrumentation
= getInstrumentation();
96
mInstrumentation
.waitForIdleSync();
116
mInstrumentation
.waitForIdleSync();
164
mInstrumentation
.waitForIdleSync();
176
mInstrumentation
.waitForIdleSync();
VideoViewTest.java
57
private Instrumentation
mInstrumentation
;
151
mInstrumentation
= getInstrumentation();
211
mInstrumentation
.waitForIdleSync();
230
mInstrumentation
.waitForIdleSync();
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
...]
/cts/tests/tests/app/src/android/app/cts/
ActivityManagerTest.java
47
private Instrumentation
mInstrumentation
;
52
mInstrumentation
= getInstrumentation();
53
mContext =
mInstrumentation
.getContext();
63
mInstrumentation
.getContext().stopService(mIntent);
125
mInstrumentation
.addMonitor(monitor);
184
intent.setClass(
mInstrumentation
.getTargetContext(), MockService.class);
185
mInstrumentation
.getTargetContext().startService(intent);
231
mInstrumentation
.getTargetContext().startService(mIntent);
AlertDialogTest.java
41
private Instrumentation
mInstrumentation
;
54
mInstrumentation
= getInstrumentation();
147
mInstrumentation
.waitForIdleSync();
165
mInstrumentation
.sendKeyDownUpSync(KeyEvent.KEYCODE_0);
167
mInstrumentation
.sendKeyDownUpSync(KeyEvent.KEYCODE_0);
180
mInstrumentation
.sendKeyDownUpSync(KeyEvent.KEYCODE_BACK);
181
mInstrumentation
.waitForIdleSync();
189
mInstrumentation
.sendKeyDownUpSync(KeyEvent.KEYCODE_BACK);
AlertDialog_BuilderTest.java
53
private Instrumentation
mInstrumentation
;
111
mInstrumentation
= getInstrumentation();
146
mInstrumentation
.waitForIdleSync();
158
mInstrumentation
.waitForIdleSync();
171
mInstrumentation
.waitForIdleSync();
187
mInstrumentation
.waitForIdleSync();
202
mInstrumentation
.waitForIdleSync();
217
mInstrumentation
.waitForIdleSync();
232
mInstrumentation
.waitForIdleSync();
247
mInstrumentation
.waitForIdleSync()
[
all
...]
DialogTest.java
69
private Instrumentation
mInstrumentation
;
81
mInstrumentation
= getInstrumentation();
82
mContext =
mInstrumentation
.getContext();
183
mInstrumentation
.waitForIdleSync();
193
mInstrumentation
.waitForIdleSync();
215
OrientationTestUtils.toggleOrientationSync(mActivity,
mInstrumentation
);
231
mInstrumentation
.waitForIdleSync();
249
mInstrumentation
.waitForIdleSync();
265
mInstrumentation
.waitForIdleSync();
282
mInstrumentation
.waitForIdleSync()
[
all
...]
/cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java
37
private Instrumentation
mInstrumentation
;
46
mInstrumentation
= getInstrumentation();
67
mInstrumentation
.waitForIdleSync();
/packages/apps/Dialer/tests/src/com/android/dialer/util/
FakeAsyncTaskExecutor.java
60
private final Instrumentation
mInstrumentation
;
65
mInstrumentation
= instrumentation;
197
mInstrumentation
.waitForIdle(this);
201
mInstrumentation
.waitForIdle(new AsyncTaskHasFinishedRunnable());
/cts/tests/tests/text/src/android/text/method/cts/
TextKeyListenerTest.java
91
mInstrumentation
.waitForIdleSync();
192
mInstrumentation
.waitForIdleSync();
223
mInstrumentation
.waitForIdleSync();
229
mInstrumentation
.sendKeySync(event);
230
mInstrumentation
.waitForIdleSync();
MultiTapKeyListenerTest.java
58
mInstrumentation
.waitForIdleSync();
178
mInstrumentation
.waitForIdleSync();
192
mInstrumentation
.waitForIdleSync();
208
mInstrumentation
.waitForIdleSync();
NumberKeyListenerTest.java
138
mInstrumentation
.waitForIdleSync();
158
mInstrumentation
.waitForIdleSync();
/cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java
48
private Instrumentation
mInstrumentation
;
57
mInstrumentation
= getInstrumentation();
237
mInstrumentation
.sendStringSync("q");
238
mInstrumentation
.waitForIdleSync();
252
InputMethodManager imManager = (InputMethodManager)
mInstrumentation
.getTargetContext()
InputMethodManagerTest.java
44
private Instrumentation
mInstrumentation
;
50
mInstrumentation
= getInstrumentation();
81
Context context =
mInstrumentation
.getTargetContext();
/frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java
45
private Instrumentation
mInstrumentation
;
186
Context testContext =
mInstrumentation
== null ? mContext :
mInstrumentation
.getContext();
189
setInstrumentationIfInstrumentationTestCase(testCase,
mInstrumentation
);
221
mInstrumentation
= instrumentation;
/cts/tests/tests/media/src/android/media/cts/
RingtoneManagerTest.java
38
private Instrumentation
mInstrumentation
;
53
mInstrumentation
= getInstrumentation();
54
mContext =
mInstrumentation
.getContext();
/cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java
36
private Instrumentation
mInstrumentation
;
46
mInstrumentation
= getInstrumentation();
47
mContext =
mInstrumentation
.getContext();
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
IntegrationTestUtils.java
49
private final Instrumentation
mInstrumentation
;
54
mInstrumentation
= instrumentation;
95
mInstrumentation
.waitForIdle(future);
Completed in 886 milliseconds
1
2
3