Searched refs:cleanupNanos (Results 1 – 1 of 1) sorted by relevance
424 private final long cleanupNanos; field in GrpcCleanupRuleTest.FakeResource427 private FakeResource(long cleanupNanos, long awaitReleaseNanos) { in FakeResource() argument428 this.cleanupNanos = cleanupNanos; in FakeResource()434 fakeClock.forwardTime(cleanupNanos, TimeUnit.NANOSECONDS); in cleanUp()