Home
last modified time | relevance | path

Searched refs:emptyArray (Results 1 – 4 of 4) 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/appenumeration/src/android/appenumeration/cts/
DLauncherAppsEnumerationTests.java60 import static org.hamcrest.Matchers.emptyArray;
106 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in callback_added_notVisibleNotReceives()
134 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in callback_removed_notVisibleNotReceives()
161 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in callback_changed_notVisibleNotReceives()
188 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in callback_suspended_notVisibleNotReceives()
221 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in callback_unsuspended_notVisibleNotReceives()
559 assertThat(failed, emptyArray()); in setDistractingPackageRestrictions()
/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/os/src/android/os/cts/
DBundleTest.java1076 SparseArray<Parcelable> emptyArray = new SparseArray<>(); in testHasFileDescriptors_withSparseArray() local
1077 mBundle.putSparseParcelableArray("key", emptyArray); in testHasFileDescriptors_withSparseArray()