/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/attribution_scope/ |
D | attribution_scope_basic.json | 8 // S1: attribution scopes -> ["1"], destinations -> [D1] 44 // S2: attribution scopes -> ["2"], destinations -> [D1] 81 // S3: attribution scopes -> ["3"], destinations -> [D2] 118 // S4: attribution scopes -> ["4"], destinations -> [D2] 157 // T1: attribution scope -> "1", destination -> D1 158 // S1 should be selected to match the attribution scope; S2 should be deactivated after 159 // losing the attribution. 229 // T2: attribution scope -> "2", destination -> D1 230 // S2 matches the attribution scope but was deactivated after losing attribution at T1, 301 // T3: attribution scope -> null, destination -> D1 [all …]
|
D | attribution_scope_multiple_destinations.json | 8 // S1: attribution scopes -> ["1"], destinations -> [D1], priority -> 102 51 // S2: attribution scopes -> ["1"], destinations -> [D2], priority -> 102 94 // S3: attribution scopes -> ["2"], destinations -> [D1, D2], priority -> 101 140 // S4: attribution scopes -> null, destinations -> [D1, D2], priority -> 102 183 // T1: attribution scope -> "2", destination -> D1 184 // S3 should be selected to match the attribution scope. 260 // T2: attribution scope -> "2", destination -> D2 261 // S3 should be selected to match the attribution scope.
|
D | attribution_scope_older_scopes_removed.json | 8 // S1: attribution scopes-> ["1", "2", "3"] destinations -> [D1] 47 // S2: attribution scopes-> ["3", "4", "5"] destinations -> [D1] 48 // S1 attribution scopes are deleted as attribution scope "1" and "2" are not selected. 87 // S3: attribution scopes-> ["4"] destinations -> [D1] 126 // T1: attribution scope -> "1", destination -> D1 127 // Given attribution scopes for S1 were removed, this should match to none. 197 // T2: attribution scope -> "3", destination -> D1
|
D | attribution_scope_information_gain.json | 8 // S1: navigation, attribution scopes -> ["1"], destinations -> [D1], priority -> 102 45 // S2: event, attribution scopes -> ["1"], destinations -> [D2], priority -> 102 82 // S3: navigation, attribution scopes -> ["1"], destinations -> [D1], priority -> 101 118 // S4: event, attribution scopes -> ["1"], destinations -> [D2], priority -> 101 156 // T1: navigation, attribution scope -> "1", destination -> D1 157 … // S3 should be selected to match the attribution scope and S1 with higher priority was rejected. 227 // T2: event, attribution scope -> "2", destination -> D2 228 … // S4 should be selected to match the attribution scope and S2 with higher priority was rejected.
|
D | attribution_scope_smaller_attribution_scope_limit_deactivation.json | 8 // S1: attribution scope limit -> 3 destinations -> [D1], priority -> 102 123 // T1: attribution scope -> "1", destination -> D1, source registered -> [S1, S2] 194 // T2: attribution scope -> "2", destination -> D1, sources registered -> [S1, S2, S3] 196 // S3 will be deactivated after losing the attribution. 265 // T3: attribution scope -> "4", destination -> D1, sources registered -> [S1, S2, S3] 266 // Given S1 was deactivated and S3 matches the attribution scope, but was deactivated after 267 // losing attribution for T2.
|
D | attribution_scope_multiple_trigger_attribution_scopes.json | 8 // S1: attribution scopes -> ["1"], destinations -> [D1], priority -> 102 44 // S2: attribution scopes -> ["2"], destinations -> [D1], priority -> 102 80 // S3: attribution scopes -> ["2", "3"], destinations -> [D1], priority -> 102 116 // S4: attribution scopes -> ["3"], destinations -> [D1], priority -> 102 154 // T1: attribution scopes -> ["1", "2"], destination -> D1 155 // S3 should be selected as it's the last touch source that matches the one of the attribution
|
D | attribution_scope_highest_priority.json | 8 // S1: attribution scopes -> ["1"], destinations -> [D1], priority -> 102 44 // S2: attribution scopes -> ["1"], destinations -> [D1], priority -> 102 80 // S3: attribution scopes -> ["1"], destinations -> [D1], priority -> 101 118 // T1: attribution scope -> "1", destination -> D1 119 // S2 should be selected to match the attribution scope and has the highest priority.
|
D | attribution_scope_different_max_event_states_deactivation.json | 8 // S1: max_event_states -> 10, attribution scopes-> ["1", "2", "3"] destinations -> [D1] 47 // S2: max_event_states -> 11 attribution scopes-> ["1", "2", "3"] destinations -> [D1] 87 // T1: attribution scope -> "1", destination -> D1 158 // T2: attribution scope -> "3", destination -> D1
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/v31/ |
D | SubattributionUtils.java | 103 for (Attribution attribution : pkgInfo.attributions) { in getAttributionLabelsInternal() 104 int label = attribution.getLabel(); in getAttributionLabelsInternal() 106 String resourceForLabel = pkgContext.getString(attribution.getLabel()); in getAttributionLabelsInternal() 131 for (Map.Entry<String, Integer> attribution : in getAttributionLabels() 133 int label = attribution.getValue(); in getAttributionLabels() 135 String resourceForLabel = pkgContext.getString(attribution.getValue()); in getAttributionLabels()
|
/packages/apps/Settings/src/com/android/settings/core/instrumentation/ |
D | StatsLogWriter.java | 28 public void visible(Context context, int attribution, int pageId, int latency) { in visible() argument 30 attribution, /* from pageId */ in visible() 108 public void action(int attribution, int action, int pageId, String key, int value) { in action() argument 110 attribution, in action()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/ |
D | MeasurementDbMigratorV25Test.java | 115 ContentValues attribution = ContentValueFixtures.generateAttributionContentValuesV24(); in buildAttributionV24() local 116 attribution.put(MeasurementTables.AttributionContract.ID, id); in buildAttributionV24() 117 attribution.put(MeasurementTables.AttributionContract.SOURCE_ID, sourceId); in buildAttributionV24() 118 attribution.put(MeasurementTables.AttributionContract.TRIGGER_ID, triggerId); in buildAttributionV24() 119 return attribution; in buildAttributionV24()
|
D | ContentValueFixtures.java | 1066 ContentValues attribution = new ContentValues(); in generateAttributionContentValuesV1() local 1068 attribution.put(MeasurementTables.AttributionContract.ID, AttributionValues.ID); in generateAttributionContentValuesV1() 1069 attribution.put( in generateAttributionContentValuesV1() 1071 attribution.put( in generateAttributionContentValuesV1() 1074 attribution.put( in generateAttributionContentValuesV1() 1077 attribution.put( in generateAttributionContentValuesV1() 1080 attribution.put( in generateAttributionContentValuesV1() 1083 attribution.put( in generateAttributionContentValuesV1() 1085 attribution.put( in generateAttributionContentValuesV1() 1088 return attribution; in generateAttributionContentValuesV1() [all …]
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | WallpaperModelUtils.kt | 58 attribution: List<String>? = emptyList(), in getStaticWallpaperModel() 79 attributions = attribution, in getStaticWallpaperModel() 104 attribution: List<String>? = emptyList(), in getLiveWallpaperModel() 125 attributions = attribution, in getLiveWallpaperModel()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | AbstractDbIntegrationTest.java | 529 public static void insertToDb(Attribution attribution, SQLiteDatabase db) in insertToDb() argument 532 values.put(MeasurementTables.AttributionContract.ID, attribution.getId()); in insertToDb() 533 values.put(MeasurementTables.AttributionContract.SCOPE, attribution.getScope()); in insertToDb() 534 values.put(MeasurementTables.AttributionContract.SOURCE_SITE, attribution.getSourceSite()); in insertToDb() 536 MeasurementTables.AttributionContract.SOURCE_ORIGIN, attribution.getSourceOrigin()); in insertToDb() 538 attribution.getDestinationSite()); in insertToDb() 540 attribution.getDestinationOrigin()); in insertToDb() 542 attribution.getEnrollmentId()); in insertToDb() 544 attribution.getTriggerTime()); in insertToDb() 546 attribution.getRegistrant()); in insertToDb() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | AppManifestConfigCallTest.java | 92 AppManifestConfigCall attribution = new AppManifestConfigCall(PKG_NAME, API_ATTRIBUTION); in testValidConstructors() local 93 expect.withMessage("pkg on %s", attribution) in testValidConstructors() 94 .that(attribution.packageName) in testValidConstructors() 96 expect.withMessage("api on %s", attribution) in testValidConstructors() 97 .that(attribution.api) in testValidConstructors()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/classifier/ |
D | ModelManager.java | 550 String attribution = reader.nextName(); in getAssetsMetadataMap() local 552 if (ASSETS_PROPERTY_ATTRIBUTIONS.contains(attribution)) { in getAssetsMetadataMap() 553 assetMetadata.put(attribution, reader.nextString()); in getAssetsMetadataMap() 561 attribution); in getAssetsMetadataMap() 571 String attribution = reader.nextName(); in getAssetsMetadataMap() local 573 if (ASSETS_NORMAL_ATTRIBUTIONS.contains(attribution)) { in getAssetsMetadataMap() 574 assetMetadata.put(attribution, reader.nextString()); in getAssetsMetadataMap() 581 attribution); in getAssetsMetadataMap()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/flex_event/ |
D | flex_event_attribution_rate_limits_aggregate_and_v1_interplay.json | 105 // but no aggregate report since the aggregate attribution rate limit of 1 was already 146 // the threshold of bucket 100 but does not because the event attribution rate-limit
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
D | BatteryUsageBreakdownController.java | 150 final int attribution = SettingsEnums.OPEN_BATTERY_USAGE; in logPreferenceClickedMetrics() local 162 mMetricsFeatureProvider.action(attribution, action, pageId, packageName, percentage); in logPreferenceClickedMetrics() 163 mMetricsFeatureProvider.action(attribution, action, pageId, SLOT_TIMESTAMP, slotTimestamp); in logPreferenceClickedMetrics() 167 attribution, action, pageId, ANOMALY_KEY, mAnomalyKeyNumber); in logPreferenceClickedMetrics()
|
/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/ |
D | InlineSuggestionRenderServiceImplTest.java | 137 PendingIntent attribution = createAttribution(); in createAttributionIntentSlice() local 138 Content.Builder builder = InlineSuggestionUi.newContentBuilder(attribution); in createAttributionIntentSlice()
|
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/measurement/ |
D | MeasurementService.java | 40 import com.android.adservices.service.measurement.attribution.AttributionFallbackJobService; 41 import com.android.adservices.service.measurement.attribution.AttributionJobService;
|
/packages/apps/Settings/src/com/android/settings/applications/appcompat/ |
D | UserAspectRatioDetails.java | 256 final int attribution = metricsFeatureProvider.getAttribution(getActivity()); in logActionMetrics() local 258 attribution, in logActionMetrics() 265 attribution, in logActionMetrics()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_interop_tests/ |
D | dedup_key_report_window_ordering.json | 2 // https://github.com/WICG/attribution-reporting-api/pull/1092
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/ |
D | DelayedSourceRegistrationStatus.java | 17 package com.android.adservices.service.measurement.attribution;
|
D | AttributionJobService.java | 17 package com.android.adservices.service.measurement.attribution; 38 import com.android.adservices.service.measurement.attribution.AttributionJobHandler.ProcessingResul…
|
/packages/apps/Settings/protos/ |
D | settings_log_bridge.proto | 11 optional int32 attribution = 1; field
|