Home
last modified time | relevance | path

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

/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/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/tests/tests/telephony/src/android/telephony/embms/cts/
DMbmsStreamingSessionTest.java67 mStreamingSession.requestUpdateStreamingServices(Collections.emptyList()); in testClose()
81 mStreamingSession.requestUpdateStreamingServices(Collections.emptyList()); in testErrorDelivery()
DMbmsDownloadSessionTest.java71 mDownloadSession.requestUpdateFileServices(Collections.emptyList()); in testClose()
213 mDownloadSession.requestUpdateFileServices(Collections.emptyList()); in testErrorDelivery()
DMbmsDownloadFlowTest.java157 List<Bundle> downloadResultAck = Collections.emptyList(); in checkDownloadResultAck()
/cts/tests/tests/media/src/android/media/cts/
DStubMediaBrowserService.java132 mPendingLoadChildrenResult.sendResult(Collections.<MediaItem>emptyList()); in sendDelayedNotifyChildrenChanged()
/cts/tests/tests/permission/src/android/permission/cts/
DTelephonyManagerPermissionTest.java292 mTelephonyManager.setAllowedCarriers(0, Collections.emptyList()); in testSetAllowedCarriers()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DNotificationListenerTest.java89 Collections.<String>emptyList()); in testSetEmptyWhitelist()
/cts/tests/tests/print/src/android/print/cts/
DPrinterDiscoverySessionLifecycleTest.java320 List<PrinterId> emptyPrinterIdList = Collections.emptyList(); in normalLifecycle()
418 List<PrinterId> emptyPrinterIdList = Collections.emptyList(); in cancelPrintServicesAlertDialog()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeScanTest.java255 mScanner.startScan(Collections.<ScanFilter>emptyList(), batchScanSettings, in testBatchScan()
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerDisplayTestBase.java415 return Collections.emptyList(); in assertAndGetNewDisplays()
/cts/tests/tests/telephony/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsDownloadService.java413 return Collections.emptyList(); in getRequestedFiles()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java198 return Collections.emptyList(); in bitstreams()
/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java357 return Collections.emptyList(); in frequencyTableToValues()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java1227 assertEquals(Collections.emptyList(), views); in focusableInTouchModeTest()
1238 assertEquals(Collections.emptyList(), views); in focusableInTouchModeTest()
1258 assertEquals(Collections.emptyList(), views); in focusableInTouchModeTest()
1262 assertEquals(Collections.emptyList(), views); in focusableInTouchModeTest()
1266 assertEquals(Collections.emptyList(), views); in focusableInTouchModeTest()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java129 final List<CharSequence> emptyList = new ArrayList<>(); in testListEllipsize() local
131 TextUtils.listEllipsize(mContext, emptyList, separator, paint, fullWidth, moreId)); in testListEllipsize()