Searched refs:getCurrentSyncs (Results 1 – 12 of 12) sorted by relevance
141 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs() method
3605 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();3624 public static List<SyncInfo> getCurrentSyncs() {3626 return getContentService().getCurrentSyncs();
1082 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()1191 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo); in addActiveSync()1207 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()1406 private List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs() method in SyncStorageEngine
1178 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentService
590 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():591 … Method 'getCurrentSyncs' documentation mentions permissions without declaring @RequiresPermission
784 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():785 … Method 'getCurrentSyncs' documentation mentions permissions without declaring @RequiresPermission
850 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():851 … Method 'getCurrentSyncs' documentation mentions permissions without declaring @RequiresPermission
874 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():875 … Method 'getCurrentSyncs' documentation mentions permissions without declaring @RequiresPermission
10368 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10417 Landroid/content/IContentService$Stub$Proxy;->getCurrentSyncs()Ljava/util/List;10495 Landroid/content/IContentService;->getCurrentSyncs()Ljava/util/List;
7009 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();