Searched refs:tests (Results 1 - 25 of 346) sorted by relevance

1234567891011>>

/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
H A DTestauthConstants.java17 package com.android.contacts.tests.testauth;
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTestFixture.java17 package com.android.server.telecom.tests;
/packages/apps/Tag/canon/
H A DAndroid.mk5 ../tests/src/com/android/apps/tag/MockNdefMessages.java \
11 LOCAL_MODULE_TAGS := tests
/packages/apps/Contacts/script/
H A Dtest.sh18 adb shell am instrument ${@} -w com.android.contacts.tests/android.test.InstrumentationTestRunner
/packages/providers/DownloadProvider/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
16 LOCAL_COMPATIBILITY_SUITE := device-tests
21 # additionally, build sub-tests in a separate .apk
/packages/apps/Music/tests/src/com/android/music/
H A DMusicPlayerFunctionalTestRunner.java17 package com.android.music.tests;
21 import com.android.music.tests.functional.TestSongs;
22 import com.android.music.tests.functional.TestPlaylist;
28 * Instrumentation Test Runner for all Music Player tests.
32 * Running all tests:
35 * -w com.android.music.tests/.MusicPlayerFunctionalTestRunner
H A DMusicPlayerStressTestRunner.java17 package com.android.music.tests;
19 import com.android.music.tests.stress.AlbumsPlaybackStress;
20 import com.android.music.tests.stress.MusicPlaybackStress;
28 * Instrumentation Test Runner for all music player stress tests.
30 * Running all tests:
33 * -w com.android.music.tests/.MusicPlayerStressTestRunner
/packages/apps/Camera2/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
/packages/apps/CarrierConfig/tests/
H A DAndroid.mk4 LOCAL_MODULE_TAGS := tests
12 LOCAL_COMPATIBILITY_SUITE := device-tests
/packages/experimental/CameraPreviewTest/
H A DAndroid.mk27 LOCAL_MODULE_TAGS := tests
/packages/providers/ContactsProvider/tests2/
H A DAndroid.mk20 LOCAL_MODULE_TAGS := tests
33 LOCAL_COMPATIBILITY_SUITE := device-tests
/packages/apps/Contacts/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
29 --extra-packages com.android.contacts.common.tests
/packages/apps/Settings/tests/unit/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
23 LOCAL_COMPATIBILITY_SUITE := device-tests
/packages/providers/BlockedNumberProvider/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
18 LOCAL_COMPATIBILITY_SUITE := device-tests
/packages/providers/CalendarProvider/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
11 LOCAL_COMPATIBILITY_SUITE := device-tests
/packages/providers/ContactsProvider/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
19 LOCAL_COMPATIBILITY_SUITE := device-tests
/packages/apps/Bluetooth/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
21 # LOCAL_SRC_FILES := src/com/android/bluetooth/tests/BluetoothMapContentTest.java
/packages/apps/DocumentsUI/perf-tests/
H A DAndroid.mk4 LOCAL_MODULE_TAGS := tests
8 $(call all-java-files-under, ../tests/common/com/android/documentsui) \
9 ../tests/functional/com/android/documentsui/ActivityTest.java
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DMimeTypes.java73 public static boolean mimeMatches(String[] filters, String[] tests) { argument
74 if (tests == null) {
77 for (String test : tests) {
85 public static boolean mimeMatches(String filter, String[] tests) { argument
86 if (tests == null) {
89 for (String test : tests) {
/packages/apps/DocumentsUI/tests/
H A DAndroid.mk5 LOCAL_MODULE_TAGS := tests
24 LOCAL_COMPATIBILITY_SUITE := device-tests
27 LOCAL_COMPATIBILITY_SUITE := device-tests
/packages/services/Telephony/tests/
H A DAndroid.mk26 LOCAL_MODULE_TAGS := tests
39 LOCAL_COMPATIBILITY_SUITE := device-tests
/packages/apps/Calendar/tests/
H A DAndroid.mk6 # We only want this apk build for tests.
7 LOCAL_MODULE_TAGS := tests
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DStringableCursor.java16 package com.android.contacts.tests;
/packages/apps/Gallery/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests
/packages/apps/LegacyCamera/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
5 LOCAL_MODULE_TAGS := tests

Completed in 721 milliseconds

1234567891011>>