Searched refs:syncType (Results 1 – 1 of 1) sorted by relevance
740 switch (params.syncType) { in syncAllMediaFromProvider()807 throw new IllegalArgumentException("Unexpected sync type: " + params.syncType); in syncAllMediaFromProvider()1734 final int syncType; field in PickerSyncController.SyncRequestParams1743 SyncRequestParams(@SyncType int syncType) { in SyncRequestParams() argument1744 this(syncType, /* syncGeneration */ 0, /* latestMediaCollectionInfo */ null, in SyncRequestParams()1748 SyncRequestParams(@SyncType int syncType, long syncGeneration, in SyncRequestParams() argument1750 this.syncType = syncType; in SyncRequestParams()1785 return "SyncRequestParams{type=" + syncTypeToString(syncType) in toString()1791 private static String syncTypeToString(@SyncType int syncType) { in syncTypeToString() argument1792 switch (syncType) { in syncTypeToString()