Home
last modified time | relevance | path

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

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