Home
last modified time | relevance | path

Searched refs:setDebugJoinKeyHashLimit (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DMsmtDebugKeysMatchStats.java66 public abstract MsmtDebugKeysMatchStats.Builder setDebugJoinKeyHashLimit(long value); in setDebugJoinKeyHashLimit() method in MsmtDebugKeysMatchStats.Builder
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessorTest.java350 .setDebugJoinKeyHashLimit(DEFAULT_JOIN_KEY_HASH_LIMIT) in getDebugKeys_webToWebSameJoinKeysAndDifferentRegistrants_debugKeysPresent()
416 .setDebugJoinKeyHashLimit(DEFAULT_JOIN_KEY_HASH_LIMIT) in getDebugKeys_webToWebDiffJoinKeysAndDifferentRegistrants_debugKeysAbsent()
508 .setDebugJoinKeyHashLimit(DEFAULT_JOIN_KEY_HASH_LIMIT) in getDebugKeys_appToWebJoinKeysMatch_debugKeysPresent()
573 .setDebugJoinKeyHashLimit(DEFAULT_JOIN_KEY_HASH_LIMIT) in getDebugKeys_appToWebJoinKeysMismatch_debugKeysAbsent()
637 .setDebugJoinKeyHashLimit(DEFAULT_JOIN_KEY_HASH_LIMIT) in getDebugKeys_webToAppJoinKeysMatch_debugKeysPresent()
731 .setDebugJoinKeyHashLimit(DEFAULT_JOIN_KEY_HASH_LIMIT) in getDebugKeys_webToAppJoinKeysMismatch_debugKeysAbsent()
1102 .setDebugJoinKeyHashLimit(DEFAULT_JOIN_KEY_HASH_LIMIT) in getDebugKeysForVerbose_webToWebSameJoinKeysAndDifferentRegistrants_debugKeysPresent()
1169 .setDebugJoinKeyHashLimit(DEFAULT_JOIN_KEY_HASH_LIMIT) in getDebugKeysForVerbose_webToWebDiffJoinKeysDifferentRegistrants_sourceDebugKeyAbsent()
1322 .setDebugJoinKeyHashLimit(DEFAULT_JOIN_KEY_HASH_LIMIT) in getDebugKeysForVerbose_appToWebJoinKeysMatch_debugKeysPresent()
1388 .setDebugJoinKeyHashLimit(DEFAULT_JOIN_KEY_HASH_LIMIT) in getDebugKeysForVerbose_appToWebJoinKeysMismatch_sourceDebugKeyAbsent()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java404 .setDebugJoinKeyHashLimit(debugKeyHashLimit) in logDebugKeysMatch()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdServicesLoggerImplTest.java613 .setDebugJoinKeyHashLimit(hashLimit) in testLogMsmtDebugKeyMatchStats()
DStatsdAdServicesLoggerTest.java624 .setDebugJoinKeyHashLimit(hashLimit) in logMeasurementDebugKeysMatch_success()