Searched refs:CLOSE_WRITE (Results 1 - 7 of 7) sorted by path

/frameworks/base/core/java/android/os/
H A DFileObserver.java53 public static final int CLOSE_WRITE = 0x00000008; field in class:FileObserver
72 public static final int ALL_EVENTS = ACCESS | MODIFY | ATTRIB | CLOSE_WRITE
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileObserverTest.java129 case FileObserver.CLOSE_WRITE:
130 return "CLOSE_WRITE";
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java295 super(path, FileObserver.CLOSE_WRITE |
/frameworks/base/services/java/com/android/server/
H A DBootReceiver.java131 sTombstoneObserver = new FileObserver(TOMBSTONE_DIR.getPath(), FileObserver.CLOSE_WRITE) {
H A DWallpaperManagerService.java111 * wallpaper set and is created for the first time. The CLOSE_WRITE is triggered
122 CLOSE_WRITE | DELETE | DELETE_SELF);
143 if (mWallpaper.wallpaperComponent == null || event != CLOSE_WRITE
145 if (event == CLOSE_WRITE) {
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3105 FileObserver observer = new FileObserver(tracesPath, FileObserver.CLOSE_WRITE) {
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java195 FileObserver.CLOSE_WRITE | FileObserver.DELETE | FileObserver.MOVED_FROM;
197 FileObserver.CLOSE_WRITE /*| FileObserver.CREATE*/ | FileObserver.MOVED_TO;

Completed in 364 milliseconds