Searched refs:emptyArray (Results 1 – 5 of 5) sorted by relevance
| /cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/ |
| D | MockSpellChecker.kt | 66 if (textInfos == null) return emptyArray() in onGetSentenceSuggestionsMultiple() 85 ?: SentenceSuggestionsInfo(emptyArray(), intArrayOf(), intArrayOf()) in matchSentenceSuggestion()
|
| /cts/tests/tests/permission3/src/android/permission3/cts/ |
| D | PermissionTest22.kt | 61 arrayOf(android.Manifest.permission.SEND_SMS), emptyArray() in testNoRuntimePrompt()
|
| /cts/tests/suspendapps/tests/src/android/suspendapps/cts/ |
| D | DistractingPackageTest.java | 108 ArrayUtils.emptyArray(String.class)); in testShouldHideFromSuggestions() 154 ArrayUtils.emptyArray(String.class)); in tearDown()
|
| /cts/tests/tests/appenumeration/src/android/appenumeration/cts/ |
| D | AppEnumerationTests.java | 149 import static org.hamcrest.Matchers.emptyArray; 969 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in launcherAppsCallback_added_notVisibleNotReceives() 996 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in launcherAppsCallback_removed_notVisibleNotReceives() 1022 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in launcherAppsCallback_changed_notVisibleNotReceives() 1049 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in launcherAppsCallback_suspended_notVisibleNotReceives() 1084 assertThat(response.getStringArray(EXTRA_PACKAGES), emptyArray()); in launcherAppsCallback_unsuspended_notVisibleNotReceives() 2435 assertThat(failed, emptyArray()); in setDistractingPackageRestrictions()
|
| /cts/tests/tests/os/src/android/os/cts/ |
| D | BundleTest.java | 1075 SparseArray<Parcelable> emptyArray = new SparseArray<>(); in testHasFileDescriptors_withSparseArray() local 1076 mBundle.putSparseParcelableArray("key", emptyArray); in testHasFileDescriptors_withSparseArray()
|