Home
last modified time | relevance | path

Searched refs:INTERACTION_DATA_SIZE_MAX_EXCEEDED (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DEventReporter.java90 public static final String INTERACTION_DATA_SIZE_MAX_EXCEEDED = "Event data max size exceeded!"; field in EventReporter
197 INTERACTION_DATA_SIZE_MAX_EXCEEDED); in filterAndValidateRequest() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DReportAndRegisterEventImplTest.java40 …static com.android.adservices.service.adselection.EventReporter.INTERACTION_DATA_SIZE_MAX_EXCEEDED;
851 callback.assertErrorReceived(STATUS_INVALID_ARGUMENT, INTERACTION_DATA_SIZE_MAX_EXCEEDED); in testImplFailsWhenEventDataExceedsMaxSize()
DReportAndRegisterEventFallbackImplTest.java41 …static com.android.adservices.service.adselection.EventReporter.INTERACTION_DATA_SIZE_MAX_EXCEEDED;
1192 callback.assertErrorReceived(STATUS_INVALID_ARGUMENT, INTERACTION_DATA_SIZE_MAX_EXCEEDED); in testImplFailsWhenEventDataExceedsMaxSize()
DReportEventImplTest.java35 …static com.android.adservices.service.adselection.EventReporter.INTERACTION_DATA_SIZE_MAX_EXCEEDED;
1600 INTERACTION_DATA_SIZE_MAX_EXCEEDED); in testImplFailsWhenInteractionDataExceedsMaxSize() local