Searched refs:maxDiffMs (Results 1 – 1 of 1) sorted by relevance
177 int minDiffMs, int maxDiffMs) { in assertTimeDiffBetween() argument180 .that(diffMs).isIn(Range.closed((long) minDiffMs, (long) maxDiffMs)); in assertTimeDiffBetween()