Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DFileObserver.java50 public static final int CLOSE_WRITE = 0x00000008; field in FileObserver
69 public static final int ALL_EVENTS = ACCESS | MODIFY | ATTRIB | CLOSE_WRITE
/frameworks/base/core/tests/coretests/src/android/os/
DFileObserverTest.java129 case FileObserver.CLOSE_WRITE: in getEventString()
/frameworks/base/core/java/com/android/server/
DBootReceiver.java185 sTombstoneObserver = new FileObserver(TOMBSTONE_DIR.getPath(), FileObserver.CLOSE_WRITE) { in logBootEvents()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java1343 super(SUPPLICANT_CONFIG_FILE, CLOSE_WRITE); in WpaConfigFileObserver()
1348 if (event == CLOSE_WRITE) { in onEvent()
/frameworks/base/services/core/java/com/android/server/firewall/
DIntentFirewall.java557 FileObserver.CLOSE_WRITE|FileObserver.DELETE|FileObserver.MOVED_FROM;
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java182 CLOSE_WRITE | MOVED_TO | DELETE | DELETE_SELF); in WallpaperObserver()
211 final boolean written = (event == CLOSE_WRITE || moved); in onEvent()
246 || event != CLOSE_WRITE // includes the MOVED_TO case in onEvent()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java741 private static final int NOTIFY_EVENTS = ATTRIB | CLOSE_WRITE | MOVED_FROM | MOVED_TO
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5231 FileObserver observer = new FileObserver(tracesPath, FileObserver.CLOSE_WRITE) { in dumpStackTraces()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21757 field public static final int CLOSE_WRITE = 8; // 0x8
/frameworks/base/api/
Dcurrent.txt28572 field public static final int CLOSE_WRITE = 8; // 0x8
Dtest-current.txt28641 field public static final int CLOSE_WRITE = 8; // 0x8
Dsystem-current.txt31013 field public static final int CLOSE_WRITE = 8; // 0x8