Searched refs:mSourceVersion (Results 1 – 5 of 5) sorted by relevance
41 private long mSourceVersion = MediaObject.INVALID_DATA_VERSION; field in MediaSetSource86 if (mSourceVersion != version) { in reload()87 mSourceVersion = version; in reload()
66 private long mSourceVersion = MediaObject.INVALID_DATA_VERSION; field in AlbumDataLoader237 info.version = mSourceVersion; in call()248 return mSourceVersion == mVersion ? null : info; in call()263 mSourceVersion = info.version; in call()
67 private long mSourceVersion = MediaObject.INVALID_DATA_VERSION; field in AlbumSetDataLoader252 if (index == INDEX_NONE && mSourceVersion == mVersion) return null; in call()254 info.version = mSourceVersion; in call()273 mSourceVersion = info.version; in call()
237 private long mSourceVersion = MediaSet.INVALID_DATA_VERSION; field in SlideshowPage.ShuffleSource264 if (version != mSourceVersion) { in reload()265 mSourceVersion = version; in reload()
148 private long mSourceVersion = MediaObject.INVALID_DATA_VERSION; field in PhotoDataAdapter895 info.version = mSourceVersion; in call()916 mSourceVersion = info.version; in call()