Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSharedPreferencesImpl.java66 private long mStatTimestamp; // guarded by 'this' field in SharedPreferencesImpl
135 mStatTimestamp = stat.st_mtime; in loadFromDiskLocked()
181 return mStatTimestamp != stat.st_mtime || mStatSize != stat.st_size; in hasFileChangedUnexpectedly()
604 mStatTimestamp = stat.st_mtime; in writeToFile()