Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPickerSyncController.java1314 final String latestCollectionId = in getSyncRequestParamsInternal() local
1318 Log.d(TAG, " Latest ID/Gen=" + latestCollectionId + "/" + latestGeneration); in getSyncRequestParamsInternal()
1326 if (TextUtils.isEmpty(latestCollectionId) || latestGeneration < 0) { in getSyncRequestParamsInternal()
1328 + "ID/Gen=" + latestCollectionId + "/" + latestGeneration); in getSyncRequestParamsInternal()
1331 if (!Objects.equals(latestCollectionId, cachedCollectionId)) { in getSyncRequestParamsInternal()