Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPickerSyncController.java740 switch (params.syncType) { in syncAllMediaFromProvider()
807 throw new IllegalArgumentException("Unexpected sync type: " + params.syncType); in syncAllMediaFromProvider()
1734 final int syncType; field in PickerSyncController.SyncRequestParams
1743 SyncRequestParams(@SyncType int syncType) { in SyncRequestParams() argument
1744 this(syncType, /* syncGeneration */ 0, /* latestMediaCollectionInfo */ null, in SyncRequestParams()
1748 SyncRequestParams(@SyncType int syncType, long syncGeneration, in SyncRequestParams() argument
1750 this.syncType = syncType; in SyncRequestParams()
1785 return "SyncRequestParams{type=" + syncTypeToString(syncType) in toString()
1791 private static String syncTypeToString(@SyncType int syncType) { in syncTypeToString() argument
1792 switch (syncType) { in syncTypeToString()