/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ike3gpp/ |
D | Ike3gppExtensionExchange.java | 141 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/ |
D | CarVolumeTest.java | 350 .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 …]
|
D | CarDuckingUtilsTest.java | 189 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/ |
D | AllowListsTest.java | 52 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/ |
D | ValidationTest.java | 30 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/ |
D | CarOemAudioDuckingProxyService.java | 63 return Collections.EMPTY_LIST; in evaluateAttributesToDuck() 64 }, Collections.EMPTY_LIST); in evaluateAttributesToDuck()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/conditional/ |
D | ConditionContextualCardController.java | 162 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/ |
D | ScheduleCustomAudienceUpdateTest.java | 80 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/ |
D | WidgetsListHeaderViewHolderBinderTest.java | 27 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()
|
D | WidgetsListTableViewHolderBinderTest.java | 26 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/ |
D | AudioPlayersFragment.java | 22 import static java.util.Collections.EMPTY_LIST; 95 return EMPTY_LIST; in getUsages()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | DisconnectedCallNotifierTest.java | 87 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/ |
D | FakeCarAudioService.java | 118 return Collections.EMPTY_LIST; in getVolumeGroupInfosForZone() 123 return Collections.EMPTY_LIST; in getAudioAttributesForVolumeGroup()
|
/packages/services/Car/service/src/com/android/car/pm/ |
D | CarAppMetadataReader.java | 145 return Collections.EMPTY_LIST; in getSupportedDrivingSafetyRegionsForActivityAsUser() 149 return Collections.EMPTY_LIST; in getSupportedDrivingSafetyRegionsForActivityAsUser()
|
/packages/services/Car/service/src/com/android/car/audio/ |
D | CarAudioUtils.java | 37 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/ |
D | WidgetListSpaceEntry.java | 33 Collections.EMPTY_LIST); in WidgetListSpaceEntry()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | AppInstallAdFiltererImplTest.java | 180 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/ |
D | CarAudioManager.java | 836 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()
|
D | CarAudioZoneConfigInfo.java | 21 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/ |
D | NetworkPreferenceList.java | 54 mPreferences = Collections.EMPTY_LIST; in NetworkPreferenceList()
|
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/ |
D | EpgContract.java | 80 ? Collections.EMPTY_LIST in toChannelList()
|
/packages/services/Car/car-lib/src/android/car/ |
D | Car.java | 2476 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/ |
D | CarPackageManager.java | 468 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/ |
D | DataManagerSearch.java | 80 return Collections.EMPTY_LIST; in search() 83 return Collections.EMPTY_LIST; in search()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageCategoryFragment.java | 19 import static java.util.Collections.EMPTY_LIST; 261 : EMPTY_LIST; in createPreferenceControllers()
|