OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Instrumentation
(Results
251 - 275
of
339
) sorted by null
<<
11
12
13
14
/cts/tests/app/src/android/app/cts/
ActivityManagerProcessStateTest.java
29
import android.app.
Instrumentation
;
100
private
Instrumentation
mInstrumentation;
[
all
...]
SystemFeaturesTest.java
25
import android.app.
Instrumentation
;
87
Instrumentation
instrumentation
= InstrumentationRegistry.getInstrumentation();
local
88
mContext =
instrumentation
.getTargetContext();
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
MediaStorageTest.java
29
import android.app.
Instrumentation
;
368
final
Instrumentation
inst = InstrumentationRegistry.getInstrumentation();
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
BasePermissionsTest.java
26
import android.app.
Instrumentation
;
81
protected static
Instrumentation
getInstrumentation() {
/cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityManagerTest.java
33
import android.app.
Instrumentation
;
68
private static final
Instrumentation
sInstrumentation =
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityTextActionTest.java
35
import android.app.
Instrumentation
;
75
private static
Instrumentation
sInstrumentation;
/cts/tests/providerui/src/android/providerui/cts/
MediaStoreUiTest.java
36
import android.app.
Instrumentation
;
103
private
Instrumentation
mInstrumentation;
/cts/tests/tests/role/src/android/app/role/cts/
RoleManagerTest.java
28
import android.app.
Instrumentation
;
98
private static final
Instrumentation
sInstrumentation =
/cts/tests/tests/tv/src/android/media/tv/cts/
TvViewTest.java
20
import android.app.
Instrumentation
;
56
private
Instrumentation
mInstrumentation;
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java
30
import android.app.
Instrumentation
;
666
private
Instrumentation
getInstrumentation() {
/cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java
26
import android.app.
Instrumentation
;
65
private
Instrumentation
mInstrumentation;
/cts/tests/tests/view/src/android/view/cts/
PointerCaptureTest.java
36
import android.app.
Instrumentation
;
66
private
Instrumentation
mInstrumentation;
View_UsingViewsTest.java
37
import android.app.
Instrumentation
;
94
private
Instrumentation
mInstrumentation;
/cts/tests/tests/widget/src/android/widget/cts/
AbsListView_ScrollTest.java
24
import android.app.
Instrumentation
;
75
private
Instrumentation
mInstrumentation;
[
all
...]
AbsSeekBarTest.java
30
import android.app.
Instrumentation
;
67
private
Instrumentation
mInstrumentation;
CheckedTextViewTest.java
25
import android.app.
Instrumentation
;
62
private
Instrumentation
mInstrumentation;
DialerFilterTest.java
31
import android.app.
Instrumentation
;
62
private
Instrumentation
mInstrumentation;
ExpandableListViewTest.java
34
import android.app.
Instrumentation
;
70
private
Instrumentation
mInstrumentation;
FrameLayoutTest.java
33
import android.app.
Instrumentation
;
76
private
Instrumentation
mInstrumentation;
NumberPickerTest.java
34
import android.app.
Instrumentation
;
74
private
Instrumentation
mInstrumentation;
PopupMenuTest.java
32
import android.app.
Instrumentation
;
72
private
Instrumentation
mInstrumentation;
250
// The call below uses
Instrumentation
to emulate a tap outside the bounds of the
RelativeLayoutTest.java
25
import android.app.
Instrumentation
;
61
private
Instrumentation
mInstrumentation;
SpinnerTest.java
31
import android.app.
Instrumentation
;
66
private
Instrumentation
mInstrumentation;
340
// Use
instrumentation
to emulate a tap on the spinner to bring down its popup
374
// Use
instrumentation
to emulate a tap on the spinner to bring down its popup
396
// Use
instrumentation
to emulate a tap on the spinner to bring down its popup
416
// Use
instrumentation
to emulate a tap on the spinner to bring down its popup
440
// Use
instrumentation
to emulate a tap on the spinner to bring down its popup
457
// Use
instrumentation
to emulate a tap on the spinner to bring down its popup
TabHostTest.java
31
import android.app.
Instrumentation
;
64
private
Instrumentation
mInstrumentation;
ToolbarTest.java
31
import android.app.
Instrumentation
;
59
private
Instrumentation
mInstrumentation;
Completed in 243 milliseconds
<<
11
12
13
14