/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/migration/ |
D | MeasurementDbMigratorV8.java | 33 MeasurementTables.SourceContract.DEBUG_JOIN_KEY), 37 MeasurementTables.TriggerContract.DEBUG_JOIN_KEY)
|
D | MeasurementDbMigratorV9.java | 95 + MeasurementTables.SourceContract.DEBUG_JOIN_KEY 129 MeasurementTables.SourceContract.DEBUG_JOIN_KEY);
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | MeasurementDbSchemaTrail.java | 185 + SourceContract.DEBUG_JOIN_KEY 251 + SourceContract.DEBUG_JOIN_KEY 317 + SourceContract.DEBUG_JOIN_KEY 387 + SourceContract.DEBUG_JOIN_KEY 461 + SourceContract.DEBUG_JOIN_KEY 537 + SourceContract.DEBUG_JOIN_KEY 615 + SourceContract.DEBUG_JOIN_KEY 697 + SourceContract.DEBUG_JOIN_KEY 781 + SourceContract.DEBUG_JOIN_KEY 867 + SourceContract.DEBUG_JOIN_KEY [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/ |
D | MeasurementDbMigratorV8Test.java | 64 MeasurementTables.SourceContract.DEBUG_JOIN_KEY)); in performMigration_v7ToV8WithData_maintainsDataIntegrity() 68 MeasurementTables.TriggerContract.DEBUG_JOIN_KEY)); in performMigration_v7ToV8WithData_maintainsDataIntegrity()
|
D | ContentValueFixtures.java | 119 public static final String DEBUG_JOIN_KEY = "sample_debug_join_key"; field in ContentValueFixtures.SourceValues 216 public static final String DEBUG_JOIN_KEY = "sample_debug_join_key"; field in ContentValueFixtures.TriggerValues 672 values.put(MeasurementTables.SourceContract.DEBUG_JOIN_KEY, SourceValues.DEBUG_JOIN_KEY); in generateSourceContentValuesV8() 964 values.put(MeasurementTables.TriggerContract.DEBUG_JOIN_KEY, TriggerValues.DEBUG_JOIN_KEY); in generateTriggerContentValuesV8()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | MeasurementTables.java | 134 String DEBUG_JOIN_KEY = "debug_join_key"; field 188 String DEBUG_JOIN_KEY = "debug_join_key"; field 525 + SourceContract.DEBUG_JOIN_KEY 681 + TriggerContract.DEBUG_JOIN_KEY
|
D | SqliteObjectMapper.java | 190 cursor, MeasurementTables.SourceContract.DEBUG_JOIN_KEY, builder::setDebugJoinKey); in constructSourceFromCursor() 301 cursor, MeasurementTables.TriggerContract.DEBUG_JOIN_KEY, builder::setDebugJoinKey); in constructTriggerFromCursor()
|
D | MeasurementDao.java | 147 values.put(MeasurementTables.TriggerContract.DEBUG_JOIN_KEY, trigger.getDebugJoinKey()); in insertTrigger() 704 values.put(SourceContract.DEBUG_JOIN_KEY, source.getDebugJoinKey()); in insertSource()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncTriggerFetcher.java | 304 && !json.isNull(TriggerHeaderContract.DEBUG_JOIN_KEY)) { in parseTrigger() 305 builder.setDebugJoinKey(json.optString(TriggerHeaderContract.DEBUG_JOIN_KEY)); in parseTrigger() 900 String DEBUG_JOIN_KEY = "debug_join_key"; field
|
D | AsyncSourceFetcher.java | 296 && !json.isNull(SourceHeaderContract.DEBUG_JOIN_KEY)) { in parseCommonSourceParams() 297 builder.setDebugJoinKey(json.optString(SourceHeaderContract.DEBUG_JOIN_KEY)); in parseCommonSourceParams() 1061 String DEBUG_JOIN_KEY = "debug_join_key"; field
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/ |
D | AsyncTriggerFetcherTest.java | 131 private static final String DEBUG_JOIN_KEY = "SAMPLE_DEBUG_JOIN_KEY"; field in AsyncTriggerFetcherTest 5825 + DEBUG_JOIN_KEY in fetchWebTriggers_withDebugJoinKey_getsParsed() 5843 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchWebTriggers_withDebugJoinKey_getsParsed() 5870 + DEBUG_JOIN_KEY in fetchWebTriggers_withDebugJoinKeyEnrollmentNotAllowlisted_joinKeyDropped() 5907 + DEBUG_JOIN_KEY in fetchTrigger_basicWithDebugJoinKey_getsParsed() 5925 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchTrigger_basicWithDebugJoinKey_getsParsed() 5946 + DEBUG_JOIN_KEY in fetchTrigger_basicWithDebugJoinKeyEnrollmentNotInAllowlist_joinKeyDropped()
|
D | AsyncSourceFetcherTest.java | 164 private static final String DEBUG_JOIN_KEY = "SAMPLE_DEBUG_JOIN_KEY"; field in AsyncSourceFetcherTest 4851 + DEBUG_JOIN_KEY in fetchWebSources_withDebugJoinKey_getsParsed() 4878 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchWebSources_withDebugJoinKey_getsParsed() 4908 + DEBUG_JOIN_KEY in fetchWebSources_withDebugJoinKeyEnrollmentNotAllowListed_joinKeyDropped() 5408 + DEBUG_JOIN_KEY in fetchSource_withDebugJoinKey_getsParsed() 5431 assertEquals(DEBUG_JOIN_KEY, result.getDebugJoinKey()); in fetchSource_withDebugJoinKey_getsParsed() 5464 + DEBUG_JOIN_KEY in fetchSource_withDebugJoinKeyEnrollmentNotAllowListed_joinKeyDropped()
|