Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPickerSyncController.java1734 final int syncType; field in PickerSyncController.SyncRequestParams
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()