Home
last modified time | relevance | path

Searched refs:customerId (Results 1 – 13 of 13) sorted by relevance

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DDaoBuildingBlocks.java156 reportKey.customerId(), in updateAggregateValue()
189 long customerId, in updateAggregateValue() argument
221 long customerId, in updateSystemProfileHash() argument
255 long customerId, in updateSystemProfileHashAndAggregateValue() argument
294 reportKey.customerId(), in queryOneSystemProfileAndAggregateValue()
330 long customerId, in queryOneSystemProfileAndAggregateValue() argument
349 reportKey.customerId(), in queryCountEventVectors()
393 long customerId, in queryStringListIndex() argument
415 reportKey.customerId(), in queryStringListIndex()
447 long customerId, long projectId, long metricId, long reportId, int dayIndex); in queryStringHashList() argument
[all …]
DReportKey.java37 public abstract long customerId(); in customerId() method in ReportKey
63 public static ReportKey create(long customerId, long projectId, long metricId, long reportId) { in create() argument
64 return new AutoValue_ReportKey(customerId, projectId, metricId, reportId); in create()
DTestOnlyDao.java199 reportKey.customerId(), in queryLastSentDayIndex()
222 long customerId, long projectId, long metricId, long reportId); in queryLastSentDayIndex() argument
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/impl/
DCobaltLoggerImplTest.java79 ReportKey.create(ONE_REPORT.customerId(), ONE_REPORT.projectId(), 2, 2);
82 ONE_REPORT.customerId(),
87 ReportKey.create(ONE_REPORT.customerId(), ONE_REPORT.projectId(), 4, 4);
89 ReportKey.create(ONE_REPORT.customerId(), ONE_REPORT.projectId(), 5, 5);
91 ReportKey.create(ONE_REPORT.customerId(), ONE_REPORT.projectId(), 5, 6);
158 (int) ONE_REPORT.customerId(),
482 (int) ONE_REPORT.customerId(), in logOccurrence_oneLogForMetricInLaterReleaseStage_dropped()
523 (int) ONE_REPORT.customerId(), in logOccurrence_oneLogForReportInLaterReleaseStage_dropped()
842 (int) ONE_REPORT.customerId(), in logString_oneLogForMetricInLaterReleaseStage_dropped()
884 (int) ONE_REPORT.customerId(), in logString_oneLogForReportInLaterReleaseStage_dropped()
DCobaltPeriodicJobImplTest.java112 ReportKey.create(REPORT_1.customerId(), REPORT_1.projectId(), 2, 2);
114 ReportKey.create(REPORT_1.customerId(), REPORT_1.projectId(), REPORT_2.metricId(), 3);
116 ReportKey.create(REPORT_1.customerId(), REPORT_1.projectId(), REPORT_2.metricId(), 4);
126 .setCustomerId((int) REPORT_1.customerId())
135 .setCustomerId((int) REPORT_1.customerId())
144 .setCustomerId((int) REPORT_2.customerId())
153 .setCustomerId((int) REPORT_3.customerId())
162 .setCustomerId((int) REPORT_4.customerId())
258 (int) REPORT_1.customerId(),
674 (int) REPORT_1.customerId(), (int) REPORT_1.projectId(), List.of(metric));
[all …]
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/domain/
DProject.java64 int customerId, int projectId, @NonNull Iterable<MetricDefinition> metrics) { in create() argument
66 customerId, projectId, ImmutableList.copyOf(requireNonNull(metrics))); in create()
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/
DDaoBuildingBlocksTest.java137 reportKey.customerId(), in updateAggregateValue()
154 reportKey.customerId(), in updateSystemProfileHash()
172 reportKey.customerId(), in updateSystemProfileHashAndAggregateValue()
189 reportKey.customerId(), in queryOneSystemProfileAndAggregateValue()
200 reportKey.customerId(), in queryCountEventVectors()
211 reportKey.customerId(), in queryEventRecordsForDay()
220 reportKey.customerId(), in queryLastSentDayIndex()
DCobaltDatabaseMigrationTest.java66 reportKey.customerId(), in migrate1To2()
89 reportKey.customerId(), in migrate1To2()
DDataServiceTest.java65 REPORT_1.customerId(),
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/observations/
DNonPrivateObservationGenerator.java63 int customerId, in NonPrivateObservationGenerator() argument
69 this.mCustomerId = customerId; in NonPrivateObservationGenerator()
DPrivateObservationGenerator.java76 int customerId, in PrivateObservationGenerator() argument
84 this.mCustomerId = customerId; in PrivateObservationGenerator()
/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/observations/
DNonPrivateObservationGeneratorTest.java161 int customerId, int projectId, MetricDefinition metric, ReportDefinition report) { in createObservationGenerator() argument
165 customerId, in createObservationGenerator()
DPrivateObservationGeneratorTest.java150 int customerId, int projectId, MetricDefinition metric, ReportDefinition report) { in createObservationGenerator() argument
156 customerId, in createObservationGenerator()