Searched refs:getEndTimestamp (Results 1 – 12 of 12) sorted by relevance
52 assertThat(data2.getStartTimestamp().compareTo(data1.getEndTimestamp())).isLessThan(0); in testCompareTimestamps_orderByTime()53 assertThat(data1.getEndTimestamp().compareTo(data2.getStartTimestamp())).isGreaterThan(0); in testCompareTimestamps_orderByTime()62 assertThat(data2.getEndTimestamp().compareTo(border)).isGreaterThan(0); in testCompareTimestamps_orderByTime()72 assertThat(data1.getEndTimestamp().compareTo(data2.getEndTimestamp())).isLessThan(0); in testCompareTimestamps_timestampsWithDifferentParentDataAreNotEqual()
101 AggregationTimestamp getEndTimestamp() { in getEndTimestamp() method in AggregationRecordData162 getResultOnInterval(getStartTimestamp(), getEndTimestamp()), in compareTo()163 o.getResultOnInterval(o.getStartTimestamp(), o.getEndTimestamp())); in compareTo()
201 mTimestampsBuffer.add(data.getEndTimestamp()); in readNewDataAndMaybeAddToBuffer()
270 event.getWarningItemInfo().getEndTimestamp())) in getIndexByTimestamps_returnExpectedResult()
185 event.getWarningItemInfo().getEndTimestamp())) in onDisplayAnomalyEventUpdated_onlyAppAnomalyEvent_setHighlightSlotEffect()
968 assertThat(batteryDiffData.getEndTimestamp()).isEqualTo(batteryHistoryKeys[2]); in getBatteryDiffDataMap_normalFlow_returnExpectedResult()
225 warningItemInfo.hasEndTimestamp() ? warningItemInfo.getEndTimestamp() : null; in getHighlightSlotPair()
561 .setEndTimestamp(batteryDiffData.getEndTimestamp()) in convertToBatteryUsageSlot()614 batteryUsageSlot.getEndTimestamp(), in convertToBatteryDiffData()
86 public long getEndTimestamp() { in getEndTimestamp() method in BatteryDiffData
1607 if (endTimestamp > batteryDiffData.getEndTimestamp()) { in getAccumulatedUsageDiffData()1608 endTimestamp = batteryDiffData.getEndTimestamp(); in getAccumulatedUsageDiffData()
META-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...