Searched refs:allowedEnrollmentsString (Results 1 – 3 of 3) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | DebugKeyAccessor.java | 95 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/ |
D | AsyncTriggerFetcher.java | 299 Set<String> allowedEnrollmentsString = in parseTrigger() local 303 if (allowedEnrollmentsString.contains(enrollmentId) in parseTrigger()
|
D | AsyncSourceFetcher.java | 291 Set<String> allowedEnrollmentsString = in parseCommonSourceParams() local 295 if (allowedEnrollmentsString.contains(enrollmentId) in parseCommonSourceParams()
|