Home
last modified time | relevance | path

Searched refs:EMPTY_LIST (Results 1 – 25 of 89) sorted by relevance

1234

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ike3gpp/
DIke3gppExtensionExchange.java141 if (mIke3gppExtension == null) return Collections.EMPTY_LIST; in getResponsePayloads()
148 return Collections.EMPTY_LIST; in getResponsePayloads()
154 if (mIke3gppExtension == null) return Collections.EMPTY_LIST; in getRequestPayloads()
164 return Collections.EMPTY_LIST; in getRequestPayloads()
173 if (mIke3gppExtension == null) return Collections.EMPTY_LIST; in getRequestPayloadsInEap()
183 if (mIke3gppExtension == null) return Collections.EMPTY_LIST; in extract3gppResponsePayloads()
193 return Collections.EMPTY_LIST; in extract3gppResponsePayloads()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeTest.java350 .getSuggestedAudioContextAndSaveIfFound(Collections.EMPTY_LIST, in getSuggestedAudioContext_withMultipleHalActiveAttributes_returnsMusic()
501 mCarVolume.getSuggestedAudioContextAndSaveIfFound(Collections.EMPTY_LIST, in getSuggestedAudioContext_afterResetSelectedVolumeContext_returnsDefaultContext()
502 CALL_STATE_IDLE, Collections.EMPTY_LIST, in getSuggestedAudioContext_afterResetSelectedVolumeContext_returnsDefaultContext()
638 assertThat(mCarVolume.isAnyContextActive(activeContexts, Collections.EMPTY_LIST, in isAnyContextActive_withactiveHalAudioAttributesAndMatchedContext_returnsTrue()
651 assertThat(mCarVolume.isAnyContextActive(activeContexts, Collections.EMPTY_LIST, in isAnyContextActive_withactiveHalAudioAttributesAndMismatchedContext_returnsFalse()
660 assertThat(mCarVolume.isAnyContextActive(activeContexts, Collections.EMPTY_LIST, in isAnyContextActive_withActiveCallAndMatchedContext_returnsTrue()
669 assertThat(mCarVolume.isAnyContextActive(activeContexts, Collections.EMPTY_LIST, in isAnyContextActive_withActiveCallAndMismatchedContext_returnsFalse()
679 Collections.EMPTY_LIST, CALL_STATE_OFFHOOK, Collections.EMPTY_LIST)); in isAnyContextActive_withNullContexts_fails()
688 Collections.EMPTY_LIST, CALL_STATE_OFFHOOK, Collections.EMPTY_LIST)); in isAnyContextActive_withEmptyContexts_fails()
700 Collections.EMPTY_LIST)); in isAnyContextActive_withNullActivePlayback_fails()
[all …]
DCarDuckingUtilsTest.java189 CarDuckingUtils.generateDuckingInfo(duckingInfo2, Collections.EMPTY_LIST, in generateDuckingInfo_succeed()
190 Collections.EMPTY_LIST, mockZone); in generateDuckingInfo_succeed()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAllowListsTest.java52 private static final String EMPTY_LIST = ""; field in AllowListsTest
96 assertThat(AllowLists.doesAllowListAllowAll(EMPTY_LIST)).isFalse(); in testAppCanUsePpapi_emptyAllowList()
97 assertThat(AllowLists.isPackageAllowListed(EMPTY_LIST, SOME_PACKAGE_NAME)).isFalse(); in testAppCanUsePpapi_emptyAllowList()
98 assertThat(AllowLists.splitAllowList(EMPTY_LIST)).isEmpty(); in testAppCanUsePpapi_emptyAllowList()
148 assertThat(AllowLists.isSignatureAllowListed(mContext, EMPTY_LIST, SOME_PACKAGE_NAME)) in testSignatureAllowList_noSignature()
155 assertThat(AllowLists.isSignatureAllowListed(mContext, EMPTY_LIST, SOME_PACKAGE_NAME)) in testSignatureAllowList_emptySignatureAllowList()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/util/
DValidationTest.java30 private static final List<Integer> EMPTY_LIST = new ArrayList<>(); field in ValidationTest
57 () -> Validation.validateNotEmpty(EMPTY_LIST) in testValidateNotEmpty_throwsExceptionWhenEmpty_oneArgument()
65 () -> Validation.validateNotEmpty(List.of(1), EMPTY_LIST) in testValidateNotEmpty_throwsExceptionWhenEmpty_twoArguments()
/packages/services/Car/service/src/com/android/car/oem/
DCarOemAudioDuckingProxyService.java63 return Collections.EMPTY_LIST; in evaluateAttributesToDuck()
64 }, Collections.EMPTY_LIST); in evaluateAttributesToDuck()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/conditional/
DConditionContextualCardController.java162 return Collections.EMPTY_LIST; in getExpandedConditionalCards()
188 return Collections.EMPTY_LIST; in getConditionalFooterCard()
203 return Collections.EMPTY_LIST; in getConditionalHeaderCard()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/rootcts/
DScheduleCustomAudienceUpdateTest.java80 Collections.EMPTY_LIST) in testScheduleCustomAudienceUpdate_badUpdateUri_failure()
94 updateUri, Duration.of(20, ChronoUnit.DAYS), Collections.EMPTY_LIST) in testScheduleCustomAudienceUpdate_DelayExceedsLimit_failure()
110 Collections.EMPTY_LIST) in testScheduleCustomAudienceUpdate_DelayLowerLimit_failure()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/
DWidgetsListHeaderViewHolderBinderTest.java27 import static java.util.Collections.EMPTY_LIST;
108 mViewHolderBinder.bindViewHolder(viewHolder, entry, /* position= */ 0, EMPTY_LIST); in bindViewHolder_appWith3Widgets_shouldShowTheCorrectAppNameAndSubtitle()
126 mViewHolderBinder.bindViewHolder(viewHolder, entry, /* position= */ 0, EMPTY_LIST); in bindViewHolder_shouldAttachOnHeaderClickListener()
DWidgetsListTableViewHolderBinderTest.java26 import static java.util.Collections.EMPTY_LIST;
115 mViewHolderBinder.bindViewHolder(viewHolder, entry, /* position= */ 0, EMPTY_LIST); in bindViewHolder_appWith3Widgets_shouldHave3Widgets()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioPlayersFragment.java22 import static java.util.Collections.EMPTY_LIST;
95 return EMPTY_LIST; in getUsages()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DDisconnectedCallNotifierTest.java87 doReturn(Collections.EMPTY_LIST).when(mCallsManager).getCalls(); in testNotificationShownAfterEmergencyCall()
110 doReturn(Collections.EMPTY_LIST).when(mCallsManager).getCalls(); in testNotificationShownForDisconnectedEmergencyCall()
132 doReturn(Collections.EMPTY_LIST).when(mCallsManager).getCalls(); in testNotificationNotShownAfterCall()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarAudioService.java118 return Collections.EMPTY_LIST; in getVolumeGroupInfosForZone()
123 return Collections.EMPTY_LIST; in getAudioAttributesForVolumeGroup()
/packages/services/Car/service/src/com/android/car/pm/
DCarAppMetadataReader.java145 return Collections.EMPTY_LIST; in getSupportedDrivingSafetyRegionsForActivityAsUser()
149 return Collections.EMPTY_LIST; in getSupportedDrivingSafetyRegionsForActivityAsUser()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioUtils.java37 import static java.util.Collections.EMPTY_LIST;
118 ? getDynamicAudioDevices(zoneConfig.getConfigVolumeGroups(), manager) : EMPTY_LIST; in getDynamicDevicesInConfig()
/packages/apps/Launcher3/src/com/android/launcher3/widget/model/
DWidgetListSpaceEntry.java33 Collections.EMPTY_LIST); in WidgetListSpaceEntry()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAppInstallAdFiltererImplTest.java180 Collections.EMPTY_LIST, in testFilterContextualAdsFiltersForAppInstalled()
212 Collections.EMPTY_LIST, in testFilterContextualAdsFiltersForMixedApps()
326 Collections.EMPTY_LIST, in testFilterCustomAudiencesAllCasFiltered()
/packages/services/Car/car-lib/src/android/car/media/
DCarAudioManager.java836 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getVolumeGroupInfosForZone()
858 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAudioAttributesForVolumeGroup()
946 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAudioZoneConfigInfos()
1645 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getMirrorAudioZonesForAudioZone()
1670 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getMirrorAudioZonesForMirrorRequest()
1726 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getInputDevicesForZoneId()
DCarAudioZoneConfigInfo.java21 import static java.util.Collections.EMPTY_LIST;
66 this(name, EMPTY_LIST, zoneId, configId, /* isActive= */ true, /* isSelected= */ false, in CarAudioZoneConfigInfo()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkPreferenceList.java54 mPreferences = Collections.EMPTY_LIST; in NetworkPreferenceList()
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
DEpgContract.java80 ? Collections.EMPTY_LIST in toChannelList()
/packages/services/Car/car-lib/src/android/car/
DCar.java2476 return Collections.EMPTY_LIST; in getAllEnabledFeatures()
2483 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAllEnabledFeatures()
2499 return Collections.EMPTY_LIST; in getAllPendingDisabledFeatures()
2506 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAllPendingDisabledFeatures()
2522 return Collections.EMPTY_LIST; in getAllPendingEnabledFeatures()
2529 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAllPendingEnabledFeatures()
/packages/services/Car/car-lib/src/android/car/content/pm/
DCarPackageManager.java468 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getSupportedDrivingSafetyRegionsForActivityAsUser()
470 return Collections.EMPTY_LIST; // cannot reach here but the compiler complains. in getSupportedDrivingSafetyRegionsForActivityAsUser()
/packages/apps/TV/src/com/android/tv/search/
DDataManagerSearch.java80 return Collections.EMPTY_LIST; in search()
83 return Collections.EMPTY_LIST; in search()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageCategoryFragment.java19 import static java.util.Collections.EMPTY_LIST;
261 : EMPTY_LIST; in createPreferenceControllers()

1234