Searched refs:ttlSeconds (Results 1 – 3 of 3) sorted by relevance
51 final long ttlSeconds = in.readLong();52 final Duration ttl = ttlSeconds < 0 ? null : Duration.ofSeconds(ttlSeconds);225 final long ttlSeconds = ttl.getSeconds(); in setTtl() local226 if (ttlSeconds < 0 || ttlSeconds > 0xffffffffL) { in setTtl()228 "ttlSeconds exceeds the allowed range (value = " + ttlSeconds in setTtl()231 mTtl = Duration.ofSeconds(ttlSeconds); in setTtl()
622 int ttlSeconds = 10; in onServiceUpdated() local631 ttlSeconds); in onServiceUpdated() local
782 final long ttlSeconds = ttl.toSeconds(); in checkTtl() local794 if (ttlSeconds < minTtlSeconds || ttlSeconds > maxTtlSeconds) { in checkTtl()796 + ttlSeconds + ", allowedRange = [" + minTtlSeconds in checkTtl()