Home
last modified time | relevance | path

Searched refs:NULL_CUSTOM_AUDIENCE_NAME_MESSAGE (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DSetAdCounterHistogramOverrideRequest.java57 public static final String NULL_CUSTOM_AUDIENCE_NAME_MESSAGE = field in SetAdCounterHistogramOverrideRequest
254 Objects.requireNonNull(customAudienceName, NULL_CUSTOM_AUDIENCE_NAME_MESSAGE); in setCustomAudienceName()
272 Objects.requireNonNull(mCustomAudienceName, NULL_CUSTOM_AUDIENCE_NAME_MESSAGE); in build()
DSetAdCounterHistogramOverrideInput.java20 …roid.adservices.adselection.SetAdCounterHistogramOverrideRequest.NULL_CUSTOM_AUDIENCE_NAME_MESSAGE;
290 Objects.requireNonNull(customAudienceName, NULL_CUSTOM_AUDIENCE_NAME_MESSAGE); in setCustomAudienceName()
308 Objects.requireNonNull(mCustomAudienceName, NULL_CUSTOM_AUDIENCE_NAME_MESSAGE); in build()