Home
last modified time | relevance | path

Searched refs:DebugReportApi (Results 1 – 18 of 18) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DReportingStatus.java159 if (reportType.equals(DebugReportApi.Type.SOURCE_DESTINATION_LIMIT)) { in setReportType()
161 } else if (reportType.equals(DebugReportApi.Type.SOURCE_NOISED)) { in setReportType()
163 } else if (reportType.equals(DebugReportApi.Type.SOURCE_STORAGE_LIMIT)) { in setReportType()
165 } else if (reportType.equals(DebugReportApi.Type.SOURCE_SUCCESS)) { in setReportType()
167 } else if (reportType.equals(DebugReportApi.Type.SOURCE_UNKNOWN_ERROR)) { in setReportType()
170 DebugReportApi.Type.SOURCE_FLEXIBLE_EVENT_REPORT_VALUE_ERROR)) { in setReportType()
172 } else if (reportType.equals(DebugReportApi.Type.TRIGGER_AGGREGATE_DEDUPLICATED)) { in setReportType()
174 } else if (reportType.equals(DebugReportApi.Type.TRIGGER_AGGREGATE_INSUFFICIENT_BUDGET)) { in setReportType()
176 } else if (reportType.equals(DebugReportApi.Type.TRIGGER_AGGREGATE_NO_CONTRIBUTIONS)) { in setReportType()
178 } else if (reportType.equals(DebugReportApi.Type.TRIGGER_AGGREGATE_REPORT_WINDOW_PASSED)) { in setReportType()
[all …]
DDebugReportApi.java52 public class DebugReportApi { class
125 public DebugReportApi(Context context, Flags flags) { in DebugReportApi() method in DebugReportApi
135 DebugReportApi( in DebugReportApi() method in DebugReportApi
148 public DebugReportApi( in DebugReportApi() method in DebugReportApi
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportApiTest.java44 import com.android.adservices.service.measurement.reporting.DebugReportApi.Type;
83 private DebugReportApi mDebugReportApi;
101 mDebugReportApi = spy(new DebugReportApi(mContext, mFlags)); in setup()
139 DebugReportApi.Type.SOURCE_SUCCESS, in testScheduleAppToAppSourceSuccessDebugReport_success()
166 DebugReportApi.Type.SOURCE_SUCCESS, in testScheduleWebToWebSourceSuccessDebugReport_success()
194 DebugReportApi.Type.SOURCE_SUCCESS, in testScheduleAppToWebSourceSuccessDebugReport_success()
223 DebugReportApi.Type.SOURCE_SUCCESS, in testScheduleWebToAppSourceSuccessDebugReport_success()
252 DebugReportApi.Type.SOURCE_SUCCESS, in testScheduleAppToAppAndWebSourceSuccessDebugReport_success()
289 DebugReportApi.Type.SOURCE_SUCCESS, in testScheduleWebToAppAndWebSourceSuccessDebugReport_success()
435 DebugReportApi.Type.SOURCE_DESTINATION_LIMIT, in scheduleSourceDestinationLimitDebugReport_success()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerWrapper.java23 import com.android.adservices.service.measurement.reporting.DebugReportApi;
36 DebugReportApi debugReportApi, in AttributionJobHandlerWrapper()
DAttributionJobHandlerIntegrationTest.java26 import com.android.adservices.service.measurement.reporting.DebugReportApi;
80 new DebugReportApi(sContext, FlagsFactory.getFlags()), in runActionToTest()
DAttributionJobHandlerTest.java70 import com.android.adservices.service.measurement.reporting.DebugReportApi;
171 @Mock DebugReportApi mDebugReportApi;
4319 eq(DebugReportApi.Type.TRIGGER_AGGREGATE_STORAGE_LIMIT));
4468 eq(DebugReportApi.Type.TRIGGER_AGGREGATE_EXCESSIVE_REPORTS));
4506 eq(DebugReportApi.Type.TRIGGER_ATTRIBUTIONS_PER_SOURCE_DESTINATION_LIMIT));
4544 DebugReportApi.Type
4580 DebugReportApi.Type.TRIGGER_AGGREGATE_ATTRIBUTIONS_PER_SOURCE_DESTINATION_LIMIT;
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DTestObjectProvider.java42 import com.android.adservices.service.measurement.reporting.DebugReportApi;
71 new DebugReportApi( in getAttributionJobHandler()
103 DebugReportApi debugReportApi, in getAsyncRegistrationQueueRunner()
DE2EMockTest.java76 import com.android.adservices.service.measurement.reporting.DebugReportApi;
142 protected DebugReportApi mDebugReportApi;
195 new DebugReportApi( in E2EMockTest()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunner.java48 import com.android.adservices.service.measurement.reporting.DebugReportApi;
79 private final DebugReportApi mDebugReportApi;
92 mDebugReportApi = new DebugReportApi(context, mFlags); in AsyncRegistrationQueueRunner()
104 DebugReportApi debugReportApi, in AsyncRegistrationQueueRunner()
126 DebugReportApi debugReportApi, in AsyncRegistrationQueueRunner()
318 Map.of(DebugReportApi.Body.SOURCE_DESTINATION_LIMIT, String.valueOf(limit)); in storeSource()
373 trigger, dao, DebugReportApi.Type.TRIGGER_UNKNOWN_ERROR); in storeTrigger()
390 DebugReportApi debugReportApi) in isSourceAllowedToInsert()
619 DebugReportApi debugReportApi, in sourceIsWithinTimeBasedDestinationLimits()
687 DebugReportApi debugReportApi, in isDestinationWithinBounds()
DAsyncTriggerFetcher.java45 import com.android.adservices.service.measurement.reporting.DebugReportApi;
83 private final DebugReportApi mDebugReportApi;
92 new DebugReportApi(context, FlagsFactory.getFlags())); in AsyncTriggerFetcher()
102 DebugReportApi debugReportApi) { in AsyncTriggerFetcher()
DAsyncSourceFetcher.java42 import com.android.adservices.service.measurement.reporting.DebugReportApi;
85 private final DebugReportApi mDebugReportApi;
93 new DebugReportApi(context, FlagsFactory.getFlags())); in AsyncSourceFetcher()
102 DebugReportApi debugReportApi) { in AsyncSourceFetcher()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionFallbackJobService.java38 import com.android.adservices.service.measurement.reporting.DebugReportApi;
124 new DebugReportApi( in processPendingAttributions()
DAttributionJobService.java39 import com.android.adservices.service.measurement.reporting.DebugReportApi;
154 new DebugReportApi(getApplicationContext(), FlagsFactory.getFlags())) in processPendingAttributions()
DAttributionJobHandler.java60 import com.android.adservices.service.measurement.reporting.DebugReportApi;
61 import com.android.adservices.service.measurement.reporting.DebugReportApi.Type;
100 private final DebugReportApi mDebugReportApi;
119 AttributionJobHandler(DatastoreManager datastoreManager, DebugReportApi debugReportApi) { in AttributionJobHandler()
133 DebugReportApi debugReportApi, in AttributionJobHandler()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportAndRegisterEventE2ETest.java118 import com.android.adservices.service.measurement.reporting.DebugReportApi;
242 @Mock private DebugReportApi mDebugReportApiMock;
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncRegistrationQueueRunnerTest.java84 import com.android.adservices.service.measurement.reporting.DebugReportApi;
202 @Mock private DebugReportApi mDebugReportApi;
4894 Map.of(DebugReportApi.Body.SOURCE_DESTINATION_LIMIT, String.valueOf(limit)), in storeSource_withSourceDestinationReplacedAsFifo_addDestinationLimitToDebugReport()
DAsyncTriggerFetcherTest.java76 import com.android.adservices.service.measurement.reporting.DebugReportApi;
207 @Mock private DebugReportApi mDebugReportApi;
DAsyncSourceFetcherTest.java75 import com.android.adservices.service.measurement.reporting.DebugReportApi;
180 @Mock private DebugReportApi mDebugReportApi;