Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPickerSyncController.java1322 final long cachedGeneration = in getSyncRequestParamsInternal() local
1324 Log.d(TAG, " Cached ID/Gen=" + cachedCollectionId + "/" + cachedGeneration); in getSyncRequestParamsInternal()
1333 } else if (cachedGeneration == DEFAULT_GENERATION) { in getSyncRequestParamsInternal()
1335 } else if (cachedGeneration == latestGeneration) { in getSyncRequestParamsInternal()
1339 cachedGeneration, latestMediaCollectionInfo); in getSyncRequestParamsInternal()