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

/libcore/ojluni/src/main/java/java/util/prefs/
H A DFileSystemPreferences.java327 private long lastSyncTime = 0; field in class:FileSystemPreferences
545 * read from the file, lastSyncTime will be updated. If prefsCache was
548 * empty, modifiable Map, and lastSyncTime remain zero.
557 // assert lastSyncTime == 0;
564 * succeeds, lastSyncTime will be updated (the new value will typically
568 * lastSyncTime are unaffected by the call.
599 lastSyncTime = newLastSyncTime;
604 * succeeds, lastSyncTime will be updated (the new value will correspond
608 * and lastSyncTime will be unaffected by this call. This call will
777 if (lastModifiedTime != lastSyncTime) {
[all...]

Completed in 19 milliseconds