Searched refs:eventTimestamp (Results 1 – 6 of 6) sorted by relevance
62 @NonNull Instant eventTimestamp) { in updateNonWinHistogram() argument64 Objects.requireNonNull(eventTimestamp); in updateNonWinHistogram()
160 @NonNull Instant eventTimestamp) { in updateNonWinHistogram() argument165 Objects.requireNonNull(eventTimestamp); in updateNonWinHistogram()205 .setTimestamp(eventTimestamp) in updateNonWinHistogram()
60 @NonNull Instant eventTimestamp); in updateNonWinHistogram() argument
96 const std::shared_ptr<DimToValMap>& bucket, int64_t eventTimestamp) { in detectAndDeclareAnomalies() argument98 tracker.detectAndDeclareAnomaly(eventTimestamp, bucketNum, 0 /*metric_id*/, kv.first, in detectAndDeclareAnomalies()
454 void doInstallAttribution(Uri uri, long eventTimestamp) throws DatastoreException; in doInstallAttribution() argument
2482 public void doInstallAttribution(Uri uri, long eventTimestamp) throws DatastoreException {2502 eventTimestamp,2532 values.put(SourceContract.INSTALL_TIME, eventTimestamp);