/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
D | SubtypeLocaleUtilsTests.java | 227 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testPredefinedSubtypesInEnglishSystemLocale() local 264 tests.runInLocale(mRes, Locale.ENGLISH); in testPredefinedSubtypesInEnglishSystemLocale() 268 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testAdditionalSubtypesInEnglishSystemLocale() local 297 tests.runInLocale(mRes, Locale.ENGLISH); in testAdditionalSubtypesInEnglishSystemLocale() 327 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testPredefinedSubtypesInFrenchSystemLocale() local 364 tests.runInLocale(mRes, Locale.FRENCH); in testPredefinedSubtypesInFrenchSystemLocale() 368 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testAdditionalSubtypesInFrenchSystemLocale() local 397 tests.runInLocale(mRes, Locale.FRENCH); in testAdditionalSubtypesInFrenchSystemLocale() 409 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testHinglishSubtypesInHindiSystemLocale() local 424 tests.runInLocale(mRes, new Locale("hi")); in testHinglishSubtypesInHindiSystemLocale() [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | MimeTypes.java | 58 public static boolean mimeMatches(String[] filters, String[] tests) { in mimeMatches() argument 59 if (tests == null) { in mimeMatches() 62 for (String test : tests) { in mimeMatches() 70 public static boolean mimeMatches(String filter, String[] tests) { in mimeMatches() argument 71 if (tests == null) { in mimeMatches() 74 for (String test : tests) { in mimeMatches()
|
/packages/apps/StorageManager/tests/unit/ |
D | README | 1 To build the tests you can use the following command at the root of your android source tree 7 To run all tests: 8 $ adb shell am instrument -w com.android.storagemanager.tests.unit/android.support.test.runner.Andr… 10 To run all tests in a specific class: 11 …-w -e class com.android.storagemanager.<class> com.android.storagemanager.tests.unit/android.suppo… 14 …lass com.android.storagemanager.<class>#<test> com.android.storagemanager.tests.unit/android.suppo…
|
/packages/apps/Settings/tests/unit/ |
D | README | 1 To build the tests you can use the following command at the root of your android source tree 7 To run all tests: 8 $ adb shell am instrument -w com.android.settings.tests.unit/android.support.test.runner.AndroidJUn… 10 To run all tests in a specific class: 11 $ adb shell am instrument -w -e class com.android.settings.<class> com.android.settings.tests.unit/… 14 …ment -w -e class com.android.settings.<class>#<test> com.android.settings.tests.unit/android.suppo…
|
/packages/apps/RetailDemo/tests/ |
D | README | 1 To build the tests you can use the following command at the root of your android source tree 7 To run all tests: 8 $ adb shell am instrument -w com.android.retaildemo.tests/android.support.test.runner.AndroidJUnitR… 10 To run all tests in a specific class: 11 $ adb shell am instrument -w -e class com.android.retaildemo.<class> com.android.retaildemo.tests/a… 14 … -w -e class com.android.retaildemo.<class>#<test> com.android.retaildemo.tests/android.support.te…
|
/packages/apps/KeyChain/support/ |
D | Android.mk | 18 LOCAL_MODULE_TAGS := tests 19 LOCAL_SRC_FILES := src/com/android/keychain/tests/support/IKeyChainServiceTestSupport.aidl 20 LOCAL_MODULE := com.android.keychain.tests.support 24 LOCAL_MODULE_TAGS := tests 27 LOCAL_STATIC_JAVA_LIBRARIES := com.android.keychain.tests.support junit
|
/packages/apps/Launcher3/ |
D | build.gradle | 36 testApplicationId 'com.android.launcher3.tests' 48 java.srcDirs = ['tests/src'] 49 res.srcDirs = ['tests/res'] 50 manifest.srcFile "tests/AndroidManifest-common.xml" 58 manifest.srcFile "tests/AndroidManifest.xml"
|
/packages/apps/DocumentsUI/tests/ |
D | README | 1 Welcome to our tests! 3 unit tests are under the 'unit/' dir, function under 'functional/'. 5 To run just small tests" 6 …-e log false -e timeout_msec 300000 -e size small com.android.documentsui.tests/android.support.te…
|
D | Android.mk | 5 LOCAL_MODULE_TAGS := tests 24 LOCAL_COMPATIBILITY_SUITE := device-tests 27 LOCAL_COMPATIBILITY_SUITE := device-tests
|
/packages/apps/Contacts/tests/src/com/android/contacts/activities/ |
D | SimImportActivityTest.java | 18 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasMimeType; 19 import static com.android.contacts.tests.ContactsMatchers.hasRowMatching; 20 import static com.android.contacts.tests.ContactsMatchers.hasValueForColumn; 61 import com.android.contacts.tests.AccountsTestHelper; 62 import com.android.contacts.tests.ContactsMatchers; 63 import com.android.contacts.tests.FakeSimContactDao; 64 import com.android.contacts.tests.StringableCursor;
|
/packages/apps/ManagedProvisioning/tests/ |
D | README | 1 To run all instrumentation tests: 4 To run all instrumentation tests in a specific class: 10 To obtain a test coverage report for instrumentation tests: 16 To run all robolectric tests:
|
/packages/apps/Contacts/tests/src/com/android/contacts/database/ |
D | SimContactDaoTests.java | 20 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasEmail; 21 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasName; 22 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasPhone; 23 import static com.android.contacts.tests.ContactsMatchers.isSimContactWithNameAndPhone; 62 import com.android.contacts.tests.AccountsTestHelper; 63 import com.android.contacts.tests.ContactsMatchers; 64 import com.android.contacts.tests.SimContactsTestHelper; 65 import com.android.contacts.tests.StringableCursor;
|
/packages/apps/Gallery2/ |
D | proguard.flags | 59 # - Required for running exif tests on userdebug 67 # - Required for running blobcache tests on userdebug 70 # - Required for running glcanvas tests on userdebug 81 # - Required for running jpeg stream tests on userdebug
|
/packages/providers/CalendarProvider/tests/ |
D | EMMA_README | 3 # tests, and generates results into ~/emmaReport/. The previous emmaReport 32 # run the CTS tests; note we can't get success/failure result in $? 77 && EMMA_INSTRUMENT=$emma mmm -j4 cts/tests/tests/provider
|
/packages/apps/KeyChain/tests/ |
D | Android.mk | 18 LOCAL_MODULE_TAGS := tests 22 com.android.keychain.tests.support \ 23 core-tests-support \
|
/packages/apps/Music/tests/src/com/android/music/ |
D | MusicPlayerStressTestRunner.java | 17 package com.android.music.tests; 19 import com.android.music.tests.stress.AlbumsPlaybackStress; 20 import com.android.music.tests.stress.MusicPlaybackStress;
|
D | MusicPlayerFunctionalTestRunner.java | 17 package com.android.music.tests; 21 import com.android.music.tests.functional.TestSongs; 22 import com.android.music.tests.functional.TestPlaylist;
|
/packages/apps/DocumentsUI/perf-tests/ |
D | Android.mk | 4 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/Messaging/ |
D | proguard-test.flags | 23 # FLAG(dnotario): Until we rationalize how to handle tests (extensive unit tests will want similar 25 # non-private methods. This means we cannot run tests on user builds for the moment.
|
/packages/inputmethods/LatinIME/tools/dicttool/ |
D | Android.mk | 39 LATINIME_TESTS_SRC_DIR := $(LATINIME_LOCAL_DIR)/tests/src/com/android/inputmethod/latin 68 $(LATINIME_LOCAL_DIR)/tests/src/com/android/inputmethod/latin/makedict/ 78 tests $(DICTTOOL_COMPAT_TESTS_DIR) $(DICTTOOL_ONDEVICE_TESTS_DIR))
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/pbapclient/ |
D | PbapParserTest.java | 54 com.android.bluetooth.tests.R.raw.no_timestamp_call_log); in testNoTimestamp() 75 testResources.openRawResource(com.android.bluetooth.tests.R.raw.single_missed_call); in testMissedCall() 96 com.android.bluetooth.tests.R.raw.unknown_number_call); in testUnknownCall()
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
D | WeekNumberTest.java | 51 DateAndWeekNumber[] tests = { field in WeekNumberTest 206 int len = tests.length; in testAll() 208 DateAndWeekNumber test = tests[index]; in testAll()
|
D | FormatDateRangeTest.java | 74 DateTest[] tests = { field in FormatDateRangeTest 182 int len = tests.length; in testAll() 184 DateTest dateTest = tests[index]; in testAll()
|
/packages/apps/Email/ |
D | proguard-test.flags | 1 #Email-specific proguard flags, required for tests, that are not covered by UnifiedEmail go here 71 # The following classes are used only by unit tests. 72 # We should move them into tests/ if possible.
|
/packages/apps/Music/tests/src/com/android/music/functional/ |
D | TestPlaylist.java | 17 package com.android.music.tests.functional; 36 import com.android.music.tests.MusicPlayerNames; 37 import com.android.music.tests.functional.TestSongs;
|