Searched refs:LIVE_WORKERS (Results 1 – 1 of 1) sorted by relevance
59 private static final Map<Uri, SliceBackgroundWorker> LIVE_WORKERS = new ArrayMap<>(); field in SliceBackgroundWorker86 return (T) LIVE_WORKERS.get(uri); in getInstance()99 LIVE_WORKERS.put(uri, worker); in getInstance()117 for (SliceBackgroundWorker worker : LIVE_WORKERS.values()) { in shutdown()124 LIVE_WORKERS.clear(); in shutdown()