OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActivityInstrumentationTestCase
(Results
101 - 125
of
135
) sorted by null
1
2
3
4
5
6
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListManagedCursorTest.java
20
import android.test.
ActivityInstrumentationTestCase
;
31
public class ListManagedCursorTest extends
ActivityInstrumentationTestCase
<ListManagedCursor> {
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfItemsShorterThanScreenTest.java
19
import android.test.
ActivityInstrumentationTestCase
;
28
extends
ActivityInstrumentationTestCase
<ListOfItemsShorterThanScreen> {
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchBottomGravityManyTest.java
19
import android.test.
ActivityInstrumentationTestCase
;
34
public class ListTouchBottomGravityManyTest extends
ActivityInstrumentationTestCase
<ListBottomGravityMany> {
ListTouchManyTest.java
19
import android.test.
ActivityInstrumentationTestCase
;
33
public class ListTouchManyTest extends
ActivityInstrumentationTestCase
<ListTopGravityMany> {
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabelsTest.java
21
import android.test.
ActivityInstrumentationTestCase
;
31
extends
ActivityInstrumentationTestCase
<ScrollViewButtonsAndLabels> {
RequestRectangleVisibleTest.java
22
import android.test.
ActivityInstrumentationTestCase
;
36
public class RequestRectangleVisibleTest extends
ActivityInstrumentationTestCase
<RequestRectangleVisible> {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CameraTest.java
30
import android.test.
ActivityInstrumentationTestCase
;
46
public class CameraTest extends
ActivityInstrumentationTestCase
<MediaFrameworkTest> {
/cts/tests/tests/view/src/android/view/cts/
ViewStubTest.java
27
import android.test.
ActivityInstrumentationTestCase
;
40
public class ViewStubTest extends
ActivityInstrumentationTestCase
<ViewStubStubActivity> {
/frameworks/base/core/tests/coretests/src/android/view/
ViewGroupChildrenTest.java
22
import android.test.
ActivityInstrumentationTestCase
;
34
public class ViewGroupChildrenTest extends
ActivityInstrumentationTestCase
<ViewGroupChildren> {
/packages/apps/Music/tests/src/com/android/music/functional/
TestPlaylist.java
24
import android.test.
ActivityInstrumentationTestCase
;
44
public class TestPlaylist extends
ActivityInstrumentationTestCase
<PlaylistBrowserActivity>{
TestSongs.java
23
import android.test.
ActivityInstrumentationTestCase
;
49
public class TestSongs extends
ActivityInstrumentationTestCase
<TrackBrowserActivity>{
/frameworks/base/test-runner/src/android/test/
ActivityUnitTestCase.java
36
* <p>If you prefer a functional test, see {@link android.test.
ActivityInstrumentationTestCase
}.
172
scrubClass(
ActivityInstrumentationTestCase
.class);
/cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java
20
import android.test.
ActivityInstrumentationTestCase
;
39
public class GridLayoutTest extends
ActivityInstrumentationTestCase
<GridLayoutStubActivity> {
LinearLayoutTest.java
23
import android.test.
ActivityInstrumentationTestCase
;
39
public class LinearLayoutTest extends
ActivityInstrumentationTestCase
<LinearLayoutStubActivity> {
ImageViewTest.java
39
import android.test.
ActivityInstrumentationTestCase
;
53
public class ImageViewTest extends
ActivityInstrumentationTestCase
<ImageViewStubActivity> {
GridViewTest.java
31
import android.test.
ActivityInstrumentationTestCase
;
54
public class GridViewTest extends
ActivityInstrumentationTestCase
<GridViewStubActivity> {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java
42
import android.test.
ActivityInstrumentationTestCase
;
46
import android.test.
ActivityInstrumentationTestCase
;
60
ActivityInstrumentationTestCase
<MediaFrameworkTest> {
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java
43
import android.test.
ActivityInstrumentationTestCase
;
47
import android.test.
ActivityInstrumentationTestCase
;
65
extends
ActivityInstrumentationTestCase
<MediaFrameworkTest> {
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
MediaItemThumbnailTest.java
29
import android.test.
ActivityInstrumentationTestCase
;
35
ActivityInstrumentationTestCase
<MediaFrameworkTest> {
[
all
...]
MediaPropertiesTest.java
29
import android.test.
ActivityInstrumentationTestCase
;
36
ActivityInstrumentationTestCase
<MediaFrameworkTest> {
[
all
...]
VideoEditorExportTest.java
40
import android.test.
ActivityInstrumentationTestCase
;
51
ActivityInstrumentationTestCase
<MediaFrameworkTest> {
[
all
...]
VideoEditorPreviewTest.java
47
import android.test.
ActivityInstrumentationTestCase
;
64
ActivityInstrumentationTestCase
<MediaFrameworkTest> {
[
all
...]
VideoEditorAPITest.java
40
import android.test.
ActivityInstrumentationTestCase
;
51
ActivityInstrumentationTestCase
<MediaFrameworkTest> {
[
all
...]
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
Completed in 552 milliseconds
1
2
3
4
5
6