/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | ReportingStatus.java | 110 public enum UploadMethod { enum in ReportingStatus 116 UploadMethod(int value) { in UploadMethod() method in ReportingStatus.UploadMethod 130 private UploadMethod mUploadMethod; 142 mUploadMethod = UploadMethod.UNKNOWN; in ReportingStatus() 250 public UploadMethod getUploadMethod() { in getUploadMethod() 255 public void setUploadMethod(UploadMethod method) { in setUploadMethod()
|
D | DebugReportingJobHandler.java | 53 private ReportingStatus.UploadMethod mUploadMethod; 68 ReportingStatus.UploadMethod.UNKNOWN, in DebugReportingJobHandler() 76 ReportingStatus.UploadMethod uploadMethod, in DebugReportingJobHandler()
|
D | DebugReportingJobService.java | 173 ReportingStatus.UploadMethod.REGULAR, in sendReports() 184 ReportingStatus.UploadMethod.REGULAR, in sendReports()
|
D | DebugReportingFallbackJobService.java | 199 ReportingStatus.UploadMethod.FALLBACK, in sendReports() 210 ReportingStatus.UploadMethod.FALLBACK, in sendReports()
|
D | AggregateReportingJobHandler.java | 68 private ReportingStatus.UploadMethod mUploadMethod; 79 ReportingStatus.UploadMethod uploadMethod, in AggregateReportingJobHandler() 103 ReportingStatus.UploadMethod.UNKNOWN, in AggregateReportingJobHandler()
|
D | ReportingJobService.java | 327 ReportingStatus.UploadMethod.REGULAR, 354 ReportingStatus.UploadMethod.REGULAR,
|
D | EventReportingJobHandler.java | 63 private ReportingStatus.UploadMethod mUploadMethod; 80 ReportingStatus.UploadMethod uploadMethod, in EventReportingJobHandler()
|
D | VerboseDebugReportingJobService.java | 173 ReportingStatus.UploadMethod.REGULAR, in sendReports()
|
D | EventFallbackReportingJobService.java | 116 ReportingStatus.UploadMethod.FALLBACK, in processPendingReports()
|
D | VerboseDebugReportingFallbackJobService.java | 204 ReportingStatus.UploadMethod.FALLBACK, in sendReports()
|
D | EventReportingJobService.java | 110 ReportingStatus.UploadMethod.REGULAR, in processPendingReports()
|
D | AggregateFallbackReportingJobService.java | 123 ReportingStatus.UploadMethod.FALLBACK, in processPendingReports()
|
D | ImmediateAggregateReportingJobService.java | 119 ReportingStatus.UploadMethod.REGULAR, in processPendingReports()
|
D | AggregateReportingJobService.java | 116 ReportingStatus.UploadMethod.REGULAR, in processPendingReports()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/ |
D | EventReportingJobHandlerTest.java | 160 ReportingStatus.UploadMethod.UNKNOWN, in setUp() 170 ReportingStatus.UploadMethod.UNKNOWN, in setUp()
|
D | AggregateReportingJobHandlerTest.java | 175 ReportingStatus.UploadMethod.UNKNOWN, in setUp() 186 ReportingStatus.UploadMethod.UNKNOWN, in setUp()
|