Home
last modified time | relevance | path

Searched refs:isAboveThreshold (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DRetriableStreamTest.java1193 assertTrue(throttle.isAboveThreshold()); in throttle()
1195 assertTrue(throttle.isAboveThreshold()); in throttle()
1197 assertFalse(throttle.isAboveThreshold()); in throttle()
1202 assertFalse(throttle.isAboveThreshold()); in throttle()
1205 assertFalse(throttle.isAboveThreshold()); in throttle()
1207 assertFalse(throttle.isAboveThreshold()); in throttle()
1209 assertTrue(throttle.isAboveThreshold()); in throttle()
1211 assertTrue(throttle.isAboveThreshold()); in throttle()
1213 assertTrue(throttle.isAboveThreshold()); in throttle()
1215 assertTrue(throttle.isAboveThreshold()); in throttle()
[all …]
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRetriableStream.java947 boolean isAboveThreshold() { in isAboveThreshold() method in RetriableStream.Throttle