Searched refs:getSyncStatus (Results 1 – 3 of 3) sorted by relevance
173 SyncStatusInfo getSyncStatus(in Account account, String authority, in ComponentName cname); in getSyncStatus() method
3102 public static SyncStatusInfo getSyncStatus(Account account, String authority) {3104 return getContentService().getSyncStatus(account, authority, null);
1057 public SyncStatusInfo getSyncStatus(Account account, String authority, ComponentName cname) { in getSyncStatus() method in ContentService