Searched refs:RUNNABLE_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
271 private static final long RUNNABLE_TIMEOUT_MS = 5 * 60 * 1000L; field in RadioInfo476 mQueuedWork = new ThreadPoolExecutor(1, 1, RUNNABLE_TIMEOUT_MS, TimeUnit.MICROSECONDS, in onCreate()