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

/frameworks/base/core/java/android/content/
H A DContentService.java234 public SyncAdapterType[] getSyncAdapterTypes() { method in class:ContentService
240 return syncManager.getSyncAdapterTypes();
H A DContentResolver.java980 public static SyncAdapterType[] getSyncAdapterTypes() { method in class:ContentResolver
982 return getContentService().getSyncAdapterTypes();
H A DSyncManager.java635 public SyncAdapterType[] getSyncAdapterTypes() { method in class:SyncManager

Completed in 55 milliseconds