Searched refs:syncGeneration (Results 1 – 2 of 2) sorted by relevance
150 long syncGeneration = outputBundle.getLong( in verifyOnGetMediaCollectionInfo() local156 if (syncGeneration != -1L) { in verifyOnGetMediaCollectionInfo()157 if (syncGeneration >= 0) { in verifyOnGetMediaCollectionInfo()160 .LAST_MEDIA_SYNC_GENERATION + " : " + syncGeneration in verifyOnGetMediaCollectionInfo()
784 queryArgs.putLong(EXTRA_SYNC_GENERATION, params.syncGeneration); in syncAllMediaFromProvider()1736 final long syncGeneration; field in PickerSyncController.SyncRequestParams1748 SyncRequestParams(@SyncType int syncType, long syncGeneration, in SyncRequestParams() argument1751 this.syncGeneration = syncGeneration; in SyncRequestParams()1786 + ", gen=" + syncGeneration + ", latest=" + latestMediaCollectionInfo in toString()