Searched refs:mStatTimestamp (Results 1 – 2 of 2) sorted by relevance
105 private StructTimespec mStatTimestamp; field in SharedPreferencesImpl204 mStatTimestamp = stat.st_mtim; in loadFromDisk()259 return !stat.st_mtim.equals(mStatTimestamp) || mStatSize != stat.st_size; in hasFileChangedUnexpectedly()829 mStatTimestamp = stat.st_mtim; in writeToFile()
8819 Landroid/app/SharedPreferencesImpl;->mStatTimestamp:Landroid/system/StructTimespec;