Searched defs:getSyncAdapterTypes (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentService.java272 public SyncAdapterType[] getSyncAdapterTypes() { method in class:ContentService
278 return syncManager.getSyncAdapterTypes();
H A DContentResolver.java1185 public static SyncAdapterType[] getSyncAdapterTypes() { method in class:ContentResolver
1187 return getContentService().getSyncAdapterTypes();
H A DSyncManager.java662 public SyncAdapterType[] getSyncAdapterTypes() { method in class:SyncManager

Completed in 21 milliseconds