Home
last modified time | relevance | path

Searched refs:distinct (Results 1 – 25 of 73) sorted by relevance

123

/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_interop_tests/
Ddefault_config.json6 // Positive integer that controls the maximum number of distinct destinations
11 // Positive integer that controls the maximum number of distinct destinations
17 // Positive integer that controls the total maximum number of distinct
27 // Positive integer that controls the maximum number of distinct destinations
37 // Positive integer that controls the maximum number of distinct reporting
42 // Positive integer that controls the maximum number of distinct reporting
52 // Positive integer that controls the maximum number of distinct reporting
Drate_limit_max_source_reporting_origin_ignores_expiry.json27 // Source is rejected for exceeding the distinct reporting origin
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DControllerRendererPoolTest.java90 mapping -> mapping.mControllerClass).distinct().count(); in getController_hasSupportedCardType_shouldHaveTwoControllersInPool()
117 mapping -> mapping.mRendererClass).distinct().count(); in getRenderer_hasSupportedViewType_shouldHaveDistinctRenderersInPool()
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/misc/
Dmax_distinct_reporting_origins_per_source_per_destination.json32 // Source should be rejected for exceeding the distinct reporting
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DLauncherDbUtils.kt64 distinct: Boolean, in <lambda>()
74 distinct, in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/shared/
DHealthPermissionReaderTest.kt337 assertThat(ArrayList(apps)).isEqualTo(apps.distinct()) in <lambda>()
525 assertThat(apps).isEqualTo(apps.distinct()) in <lambda>()
557 assertThat(apps).isEqualTo(apps.distinct()) in <lambda>()
576 assertThat(apps).isEqualTo(apps.distinct()) in <lambda>()
/packages/services/Telephony/utils/satellite/s2storage/src/write/java/com/android/telephony/sats2range/write/
DSuffixTableSharedDataWriter.java41 entryValues.stream().distinct().count() == 1 ? 1 : entryValues.size(); in toBytes()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetworkPermissionsTest.kt57 return list.distinct().size != list.size in hasDuplicates()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/auto/
DDrivingDecisionReminderService.kt262 val packageLabelsDistinct = packageLabels.distinct() in <lambda>()
263 val permissionGroupNamesDistinct = permissionGroupNames.distinct() in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/access/
DLoadMedicalTypeContributorAppsUseCase.kt62 .distinct() in <lambda>()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DSQLiteQueryBuilder.java158 public void setDistinct(boolean distinct) { in setDistinct() argument
159 mDistinct = distinct; in setDistinct()
432 boolean distinct, String tables, String[] columns, String where, in buildQueryString() argument
442 if (distinct) { in buildQueryString()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/model/data/
DWidgetPickerData.kt60 .distinct() in <lambda>()
/packages/apps/Car/Settings/tests/deviceless/
DREADME.md31 distinct approach to running deviceless tests and is widely regarded as more
/packages/apps/Contacts/src/com/android/contacts/sdn/
DSdnRepository.kt58 .distinct() in <lambda>()
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingAidHelper.java73 .distinct() in getConnectedHearingAidDeviceList()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWidgetsModel.java105 .flatMap(Collection::stream).distinct() in getWidgetsByComponentKey()
121 .flatMap(Collection::stream).distinct() in getWidgetsByComponentKeyForPicker()
DShortcutsChangedTask.kt72 matchingWorkspaceItems.map { item -> item.deepShortcutId }.distinct() in <lambda>()
DModelTaskController.kt71 .distinct() in getModelWriter()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DEidStatus.java124 .distinct() in getEidPerSlot()
/packages/modules/Permission/tests/hostside/safetycenter/src/android/safetycenter/hostside/
DSafetySourceStateCollectedLoggingHostTest.kt81 assertThat(sourceStateAtoms.map { it.collectionType }.distinct()) in triggerStatsPull_atomsHaveCollectionTypeAutomatic()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/
DHealthPermissionReader.kt333 .distinct() in <lambda>()
354 resolveInfoList.map { it.activityInfo.packageName }.distinct() in <lambda>()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/userpicker/
DUserPickerItemSpacingDecorationTest.java103 assertThat(sizeSums.stream().distinct().count()).isEqualTo(1); in testHasEqualHorizontalSpacing()
/packages/services/Telephony/utils/satellite/s2storage/src/test/java/com/android/telephony/sats2range/
DSuffixTableSharedDataTest.java121 if (expectedEntryValues.stream().distinct().count() == 1) { in verifySharedData()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherPrefs.kt177 .distinct() in <lambda>()
189 .distinct() in <lambda>()
/packages/modules/HealthFitness/framework/java/android/health/connect/aidl/
DDeleteUsingFiltersRequestParcel.java131 .distinct() in getRecordTypeFilters()

123