Searched refs:stopWatching (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
H A DFileObserver.java104 public void stopWatching(int descriptor) { method in class:FileObserver.ObserverThread
105 stopWatching(m_fd, descriptor);
135 private native void stopWatching(int fd, int wfd); method in class:FileObserver.ObserverThread
172 stopWatching();
191 public void stopWatching() { method in class:FileObserver
193 s_observerThread.stopWatching(m_descriptor);
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileObserverTest.java90 mObserver.stopWatching();
/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java458 wallpaper.wallpaperObserver.stopWatching();
519 wallpaper.wallpaperObserver.stopWatching();
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java360 observer.stopWatching();
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3724 observer.stopWatching();

Completed in 74 milliseconds