Searched refs:SyncRequestParams (Results 1 – 1 of 1) sorted by relevance
739 final SyncRequestParams params = getSyncRequestParams(authority, isLocal); in syncAllMediaFromProvider()1278 private SyncRequestParams getSyncRequestParams(@Nullable String authority, in getSyncRequestParams()1298 private SyncRequestParams getSyncRequestParamsInternal(@Nullable String authority, in getSyncRequestParamsInternal()1306 final SyncRequestParams result; in getSyncRequestParamsInternal()1309 result = SyncRequestParams.forResetMedia(); in getSyncRequestParamsInternal()1332 result = SyncRequestParams.forFullMediaWithReset(latestMediaCollectionInfo); in getSyncRequestParamsInternal()1334 result = SyncRequestParams.forFullMedia(latestMediaCollectionInfo); in getSyncRequestParamsInternal()1336 result = SyncRequestParams.forNone(); in getSyncRequestParamsInternal()1338 result = SyncRequestParams.forIncremental( in getSyncRequestParamsInternal()1729 private static class SyncRequestParams { class in PickerSyncController[all …]