Home
last modified time | relevance | path

Searched refs:allowedEnrollmentsString (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java95 Set<String> allowedEnrollmentsString = in getDebugKeys() local
127 } else if (canMatchJoinKeys(source, trigger, allowedEnrollmentsString)) { in getDebugKeys()
181 if (canMatchJoinKeys(source, trigger, allowedEnrollmentsString)) { in getDebugKeys()
227 Set<String> allowedEnrollmentsString = in getDebugKeysForVerboseTriggerDebugReport() local
264 if (canMatchJoinKeys(source, trigger, allowedEnrollmentsString)) { in getDebugKeysForVerboseTriggerDebugReport()
299 } else if (canMatchJoinKeys(source, trigger, allowedEnrollmentsString)) { in getDebugKeysForVerboseTriggerDebugReport()
333 } else if (canMatchJoinKeys(source, trigger, allowedEnrollmentsString)) { in getDebugKeysForVerboseTriggerDebugReport()
436 Source source, Trigger trigger, Set<String> allowedEnrollmentsString) { in canMatchJoinKeys() argument
438 && allowedEnrollmentsString.contains(trigger.getEnrollmentId()) in canMatchJoinKeys()
439 && allowedEnrollmentsString.contains(source.getEnrollmentId()) in canMatchJoinKeys()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcher.java299 Set<String> allowedEnrollmentsString = in parseTrigger() local
303 if (allowedEnrollmentsString.contains(enrollmentId) in parseTrigger()
DAsyncSourceFetcher.java291 Set<String> allowedEnrollmentsString = in parseCommonSourceParams() local
295 if (allowedEnrollmentsString.contains(enrollmentId) in parseCommonSourceParams()