HomeSort by relevance Sort by last modified time
    Searched defs:ZERO_TIMESTAMP (Results 1 - 3 of 3) sorted by null

  /external/opencensus-java/api/src/main/java/io/opencensus/internal/
ZeroTimeClock.java 27 private static final Timestamp ZERO_TIMESTAMP = Timestamp.create(0, 0);
42 return ZERO_TIMESTAMP;
  /external/opencensus-java/api/src/main/java/io/opencensus/stats/
NoopStats.java 148 private static final Timestamp ZERO_TIMESTAMP = Timestamp.create(0, 0);
189 ZERO_TIMESTAMP, ZERO_TIMESTAMP)),
191 ViewData.AggregationWindowData.IntervalData.create(ZERO_TIMESTAMP)),
  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
MutableViewData.java 63 @VisibleForTesting static final Timestamp ZERO_TIMESTAMP = Timestamp.create(0, 0);
172 ViewData.AggregationWindowData.CumulativeData.create(ZERO_TIMESTAMP, ZERO_TIMESTAMP));
271 ViewData.AggregationWindowData.IntervalData.create(ZERO_TIMESTAMP));

Completed in 225 milliseconds