Searched refs:isAround (Results 1 – 1 of 1) sorted by relevance
146 assertThat(single().sendTime).isAround(1000) in backoffRetry()153 assertThat(single().sendTime).isAround(3000) in backoffRetry()160 assertThat(single().sendTime).isAround(7000) in backoffRetry()217 private fun LongSubject.isAround(value: Long, threshold: Long = 10) = method in com.android.server.pm.test.install.RequestThrottleTest