Home
last modified time | relevance | path

Searched refs:emptyList (Results 1 – 25 of 26) 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()
97 Collections.emptyList()).build(); in onBindSlice()
100 Collections.emptyList()).build(); in onBindSlice()
112 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.java81 mDownloadSession.requestUpdateFileServices(Collections.emptyList()); in testClose()
232 mDownloadSession.requestUpdateFileServices(Collections.emptyList()); in testErrorDelivery()
DMbmsDownloadFlowTest.java168 List<Bundle> downloadResultAck = Collections.emptyList(); in checkDownloadResultAck()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DVintfDeviceInfo.java52 ? Collections.emptyList() : Arrays.<String>asList(hals)); in collectDeviceInfo()
62 ? Collections.emptyList() : Arrays.<String>asList(libraries)); in collectDeviceInfo()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java99 TEST_PKG, Collections.emptyList()); in tearDown()
101 DELEGATE_PKG, Collections.emptyList()); in tearDown()
/cts/tests/tests/view/src/android/view/textclassifier/cts/
DConversationActionsTest.java282 assertThat(typeConfig.resolveEntityListModifications(Collections.emptyList())) in assertFullTypeConfig()
298 assertThat(typeConfig.resolveEntityListModifications(Collections.emptyList())) in assertFullTypeConfig_notIncludeTypesFromTextClassifier()
305 assertThat(typeConfig.resolveEntityListModifications(Collections.emptyList())).isEmpty(); in assertMinimalTypeConfig()
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DIntentGenerationTests.java137 return Collections.emptyList(); in activitiesUsedInTest()
/cts/tests/tests/media/src/android/media/cts/
DStubMediaBrowserService.java132 mPendingLoadChildrenResult.sendResult(Collections.<MediaItem>emptyList()); in sendDelayedNotifyChildrenChanged()
/cts/tests/tests/telephony/current/LocationAccessingApp/src/android/telephony/cts/locationaccessingapp/
DCtsLocationAccessService.java94 if (cis == null) cis = Collections.emptyList(); in listenForCellInfo()
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java86 callback.accept(Collections.emptyList()); in onGetDirectActions()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DNotificationListenerTest.java88 Collections.<String>emptyList()); in testSetEmptyWhitelist()
/cts/tests/tests/print/src/android/print/cts/
DPrinterDiscoverySessionLifecycleTest.java333 List<PrinterId> emptyPrinterIdList = Collections.emptyList(); in normalLifecycle()
431 List<PrinterId> emptyPrinterIdList = Collections.emptyList(); in cancelPrintServicesAlertDialog()
/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountSuggestionServiceTest.java168 CtsPhoneAccountSuggestionService.sSuggestionsToProvide = Collections.emptyList(); in testEmptySuggestions()
/cts/tests/tests/view/src/android/view/cts/
DSystemGestureExclusionRectsTest.java176 v.setSystemGestureExclusionRects(Collections.emptyList()); in removingRects()
DViewTest.java1359 assertEquals(Collections.emptyList(), views); in focusableInTouchModeTest()
1370 assertEquals(Collections.emptyList(), views); in focusableInTouchModeTest()
1390 assertEquals(Collections.emptyList(), views); in focusableInTouchModeTest()
1394 assertEquals(Collections.emptyList(), views); in focusableInTouchModeTest()
1398 assertEquals(Collections.emptyList(), views); in focusableInTouchModeTest()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeScanTest.java256 mScanner.startScan(Collections.<ScanFilter>emptyList(), batchScanSettings, in testBatchScan()
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsDownloadService.java413 return Collections.emptyList(); in getRequestedFiles()
/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java503 () -> sRoleManager.setRoleNamesFromController(Collections.emptyList()), in setRoleNamesFromControllerShouldRequireManageRolesFromControllerPermission()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java203 return Collections.emptyList(); in bitstreams()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayTestBase.java490 return Collections.emptyList(); in assertAndGetNewDisplays()
/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java357 return Collections.emptyList(); in frequencyTableToValues()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java130 final List<CharSequence> emptyList = new ArrayList<>(); in testListEllipsize() local
132 TextUtils.listEllipsize(mContext, emptyList, separator, paint, fullWidth, moreId)); in testListEllipsize()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java336 return Collections.<String>emptyList(); in getAdditionalDelegationScopes()

12