Searched refs:maxTimeoutMs (Results 1 – 1 of 1) sorted by relevance
75 public static INetd get(long maxTimeoutMs) { in get() argument76 if (maxTimeoutMs == 0) return getInstance(); in get()78 final long stop = (maxTimeoutMs > 0) in get()79 ? SystemClock.elapsedRealtime() + maxTimeoutMs in get()