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