Searched refs:latestCollectionId (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ |
D | PickerSyncController.java | 729 final String latestCollectionId = in getLatestCollectionInfoLocked() local 735 latestCollectionInfo = new ProviderCollectionInfo(authority, latestCollectionId, in getLatestCollectionInfoLocked() 1541 final String latestCollectionId = in getSyncRequestParamsLocked() local 1545 Log.d(TAG, " Latest ID/Gen=" + latestCollectionId + "/" + latestGeneration); in getSyncRequestParamsLocked() 1553 if (TextUtils.isEmpty(latestCollectionId) || latestGeneration < 0) { in getSyncRequestParamsLocked() 1555 + "ID/Gen=" + latestCollectionId + "/" + latestGeneration); in getSyncRequestParamsLocked() 1558 if (isFullSyncWithResetRequired(latestCollectionId, cachedCollectionId)) { in getSyncRequestParamsLocked() 1567 new ProviderCollectionInfo(authority, latestCollectionId, latestAccountName, in getSyncRequestParamsLocked() 1571 latestCollectionId, cachedCollectionId, cachedGeneration)) { in getSyncRequestParamsLocked() 1592 @Nullable String latestCollectionId, in isFullSyncRequired() [all …]
|