Home | History | Annotate | Download | only in content

Lines Matching defs:getSyncStatus

2782     public static SyncStatusInfo getSyncStatus(Account account, String authority) {
2784 return getContentService().getSyncStatus(account, authority, null);
2791 * @see #getSyncStatus(Account, String)