Home
last modified time | relevance | path

Searched refs:attribution (Results 1 – 25 of 92) sorted by relevance

1234

/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/attribution_scope/
Dattribution_scope_basic.json8 // 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 …]
Dattribution_scope_multiple_destinations.json8 // 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.
Dattribution_scope_older_scopes_removed.json8 // 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
Dattribution_scope_information_gain.json8 // 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.
Dattribution_scope_smaller_attribution_scope_limit_deactivation.json8 // 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.
Dattribution_scope_multiple_trigger_attribution_scopes.json8 // 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
Dattribution_scope_highest_priority.json8 // 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.
Dattribution_scope_different_max_event_states_deactivation.json8 // 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/
DSubattributionUtils.java103 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/
DStatsLogWriter.java28 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/
DMeasurementDbMigratorV25Test.java115 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()
DContentValueFixtures.java1066 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/
DWallpaperModelUtils.kt58 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/
DAbstractDbIntegrationTest.java529 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/
DAppManifestConfigCallTest.java92 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/
DModelManager.java550 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/
Dflex_event_attribution_rate_limits_aggregate_and_v1_interplay.json105 // 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/
DBatteryUsageBreakdownController.java150 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/
DInlineSuggestionRenderServiceImplTest.java137 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/
DMeasurementService.java40 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/
DUserAspectRatioDetails.java256 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/
Ddedup_key_report_window_ordering.json2 // https://github.com/WICG/attribution-reporting-api/pull/1092
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DDelayedSourceRegistrationStatus.java17 package com.android.adservices.service.measurement.attribution;
DAttributionJobService.java17 package com.android.adservices.service.measurement.attribution;
38 import com.android.adservices.service.measurement.attribution.AttributionJobHandler.ProcessingResul…
/packages/apps/Settings/protos/
Dsettings_log_bridge.proto11 optional int32 attribution = 1; field

1234