Searched refs:mPinnedWorkers (Results 1 – 3 of 3) sorted by relevance
125 final Map<Uri, SliceBackgroundWorker> mPinnedWorkers = new ArrayMap<>(); field in SettingsSliceProvider327 if (mPinnedWorkers.containsKey(uri)) { in startBackgroundWorker()334 mPinnedWorkers.put(uri, worker); in startBackgroundWorker()339 final SliceBackgroundWorker worker = mPinnedWorkers.get(uri); in stopBackgroundWorker()343 mPinnedWorkers.remove(uri); in stopBackgroundWorker()
129 final Map<Uri, SliceBackgroundWorker> mPinnedWorkers = new ArrayMap<>(); field in SettingsSliceProvider341 if (mPinnedWorkers.containsKey(uri)) { in startBackgroundWorker()348 mPinnedWorkers.put(uri, worker); in startBackgroundWorker()353 final SliceBackgroundWorker worker = mPinnedWorkers.get(uri); in stopBackgroundWorker()357 mPinnedWorkers.remove(uri); in stopBackgroundWorker()
197 assertThat(mProvider.mPinnedWorkers.get(uri).getClass()) in loadSlice_registersBackgroundListener()