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.java139 private @interface SyncType {} annotation in PickerSyncController
1743 SyncRequestParams(@SyncType int syncType) { in SyncRequestParams()
1748 SyncRequestParams(@SyncType int syncType, long syncGeneration, in SyncRequestParams()
1791 private static String syncTypeToString(@SyncType int syncType) { in syncTypeToString()