Home
last modified time | relevance | path

Searched refs:emptyList (Results 1 – 25 of 48) sorted by relevance

12

/cts/tests/tests/slice/src/android/slice/cts/
DSliceProvider.java70 return Collections.emptyList(); in onGetSliceDescendants()
84 Collections.emptyList()).build(); in onBindSlice()
88 Collections.emptyList()).build(); in onBindSlice()
98 Collections.emptyList()).build(); in onBindSlice()
101 Collections.emptyList()).build(); in onBindSlice()
113 Collections.emptyList()).build(); in onBindSlice()
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsGroupCallSessionTest.java51 mGroupCallSession.startGroupCall(0, Collections.emptyList(), Collections.emptyList(), in testClose()
67 mGroupCallSession.startGroupCall(0, Collections.emptyList(), Collections.emptyList(), in testErrorDelivery()
DMbmsStreamingSessionTest.java75 mStreamingSession.requestUpdateStreamingServices(Collections.emptyList()); in testClose()
90 mStreamingSession.requestUpdateStreamingServices(Collections.emptyList()); in testErrorDelivery()
DMbmsDownloadSessionTest.java82 mDownloadSession.requestUpdateFileServices(Collections.emptyList()); in testClose()
242 mDownloadSession.requestUpdateFileServices(Collections.emptyList()); in testErrorDelivery()
DMbmsDownloadFlowTest.java168 List<Bundle> downloadResultAck = Collections.emptyList(); in checkDownloadResultAck()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DQualifiedNetworksServiceTest.java64 nap.updateQualifiedNetworkTypes(APN_TYPES, Collections.emptyList()); in testNetworkAvailabilityProvider()
65 nap.reportThrottleStatusChanged(Collections.emptyList()); in testNetworkAvailabilityProvider()
/cts/hostsidetests/library/src_target/com/android/test/usesnativesharedlibrary/
DLoadTest.java108 assertThat("Some libraries failed to load", unexpected, is(Collections.emptyList())); in testAvailableLibrariesAreLoaded()
128 … assertThat("Some unavailable libraries were loaded", loadedLibs, is(Collections.emptyList())); in testUnavailableLibrariesAreNotLoaded()
129 assertThat("Unexpected errors occurred", unexpectedFailures, is(Collections.emptyList())); in testUnavailableLibrariesAreNotLoaded()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DVintfDeviceInfo.java53 ? Collections.emptyList() : Arrays.<String>asList(hals)); in collectDeviceInfo()
63 ? Collections.emptyList() : Arrays.<String>asList(libraries)); in collectDeviceInfo()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DUserControlDisabledPackagesTest.java100 Collections.emptyList()); in setUserControlDisabledPackages_toEmptyProtectedPackages()
116 Collections.emptyList())); in setUserControlDisabledPackages_notAllowedToSetProtectedPackages_throwsException()
173 Collections.emptyList()); in stopPackage()
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityShortcutTest.java226 Collections.emptyList()); in testAccessibilityButtonService_disableSelf_buttonRemoved()
239 Collections.emptyList()); in testAccessibilityButtonService_disableSelf_shortcutRemoved()
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassifierTest.java374 assertThat(typeConfig.resolveEntityListModifications(Collections.emptyList())) in assertFullEntityConfig_notIncludeTypesFromTextClassifier()
388 assertThat(typeConfig.resolveEntityListModifications(Collections.emptyList())) in assertFullEntityConfig()
396 assertThat(typeConfig.resolveEntityListModifications(Collections.emptyList())).isEmpty(); in assertMinimalEntityConfig()
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DIntentGenerationTests.java150 return Collections.emptyList(); in activitiesUsedInTest()
/cts/tests/tests/simphonebookprovider/src/android/provider/cts/simphonebook/
DRemovableSims.java86 .getOrDefault(cardInfo.getCardId(), Collections.emptyList()); in initialize()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java108 TEST_PKG, Collections.emptyList()); in tearDown()
110 DELEGATE_PKG, Collections.emptyList()); in tearDown()
DWifiTest.java66 mWm.removeNetworkSuggestions(Collections.emptyList()); in tearDown()
/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/
DAppSearchTestService.java96 return Collections.emptyList(); in globalSearch()
/cts/tests/tests/media/src/android/media/cts/
DStubMediaBrowserService.java146 mPendingLoadChildrenResult.sendResult(Collections.<MediaItem>emptyList()); in sendDelayedNotifyChildrenChanged()
DMediaCommunicationManagerTest.java149 List<Session2Token> mLastTokens = Collections.emptyList();
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontFamilyUpdateRequestTest.java100 Collections.emptyList()).build()); in fontFamily()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DGlobalSearchSessionCtsTestBase.java446 beforeOtherPackageDocuments, afterOtherPackageDocuments, Collections.emptyList()); in testGlobalQuery_packageFilter()
554 .addProjection(AppSearchEmail.SCHEMA_TYPE, Collections.emptyList()) in testGlobalQuery_projectionEmptyTwoInstances()
606 .addProjection("NonExistentType", Collections.emptyList()) in testGlobalQuery_projectionNonExistentTypeTwoInstances()
/cts/tests/tests/telephony/current/LocationAccessingApp/src/android/telephony/cts/locationaccessingapp/
DCtsLocationAccessService.java110 if (cis == null) cis = Collections.emptyList(); in listenForCellInfo()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DNotificationListenerTest.java88 Collections.<String>emptyList()); in testSetEmptyAllowlist()
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java90 callback.accept(Collections.emptyList()); in onGetDirectActions()
/cts/tests/tests/resourcesloader/src/android/content/res/loader/cts/
DResourcesLoaderValuesTest.kt336 loader.providers = Collections.emptyList() in <lambda>()
374 loader.providers = Collections.emptyList() in <lambda>()
797 loader.providers = Collections.emptyList() in <lambda>()
/cts/tests/tests/print/src/android/print/cts/
DPrinterDiscoverySessionLifecycleTest.java330 List<PrinterId> emptyPrinterIdList = Collections.emptyList(); in normalLifecycle()
433 List<PrinterId> emptyPrinterIdList = Collections.emptyList(); in cancelPrintServicesAlertDialog()

12