Home
last modified time | relevance | path

Searched refs:emptyArray (Results 1 – 5 of 5) sorted by relevance

/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
DMockSpellChecker.kt66 if (textInfos == null) return emptyArray() in onGetSentenceSuggestionsMultiple()
85 ?: SentenceSuggestionsInfo(emptyArray(), intArrayOf(), intArrayOf()) in matchSentenceSuggestion()
/cts/tests/tests/permission3/src/android/permission3/cts/
DPermissionTest22.kt61 arrayOf(android.Manifest.permission.SEND_SMS), emptyArray() in testNoRuntimePrompt()
/cts/tests/suspendapps/tests/src/android/suspendapps/cts/
DDistractingPackageTest.java108 ArrayUtils.emptyArray(String.class)); in testShouldHideFromSuggestions()
154 ArrayUtils.emptyArray(String.class)); in tearDown()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java121 import static org.hamcrest.Matchers.emptyArray;
794 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in launcherAppsCallback_added_notVisibleNotReceives()
821 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in launcherAppsCallback_removed_notVisibleNotReceives()
847 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in launcherAppsCallback_changed_notVisibleNotReceives()
874 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in launcherAppsCallback_suspended_notVisibleNotReceives()
909 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in launcherAppsCallback_unsuspended_notVisibleNotReceives()
/cts/tests/tests/media/src/android/media/cts/
DNativeDecoderTest.java162 String[] emptyArray = new String[0]; in SKIP_testExtractor() local
163 testExtractor(foo.getAssetUrl("noiseandchirps.ogg"), emptyArray, emptyArray); in SKIP_testExtractor()