Home
last modified time | relevance | path

Searched refs:mFileWatcher (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java1112 private static @Nullable ContentChangedRelay mFileWatcher; field in DownloadStorageProvider.DownloadsCursor
1124 mFileWatcher = new ContentChangedRelay(mResolver, in start()
1126 mFileWatcher.startWatching(); in start()
1136 mFileWatcher.stopWatching(); in close()
1137 mFileWatcher = null; in close()