Searched refs:getTotalBytesThrough (Results 1 – 2 of 2) sorted by relevance
200 public long getTotalBytesThrough() { in getTotalBytesThrough() method in RateLimiter202 return getTotalBytesThrough(nativeHandle_); in getTotalBytesThrough()225 private native long getTotalBytesThrough(final long handle); in getTotalBytesThrough() method in RateLimiter
40 public void getTotalBytesThrough() { in getTotalBytesThrough() method in RateLimiterTest44 assertThat(rateLimiter.getTotalBytesThrough()).isEqualTo(0); in getTotalBytesThrough()