Lines Matching refs:Account

20 import android.accounts.Account;
316 public void requestSync(Account account, String authority, Bundle extras) {
406 public void cancelSync(Account account, String authority, ComponentName cname) {
424 public void cancelSyncAsUser(Account account, String authority, ComponentName cname,
460 Account account = request.getAccount();
510 public boolean getSyncAutomatically(Account account, String providerName) {
519 public boolean getSyncAutomaticallyAsUser(Account account, String providerName, int userId) {
539 public void setSyncAutomatically(Account account, String providerName, boolean sync) {
544 public void setSyncAutomaticallyAsUser(Account account, String providerName, boolean sync,
568 public void addPeriodicSync(Account account, String authority, Bundle extras,
571 throw new IllegalArgumentException("Account must not be null");
601 public void removePeriodicSync(Account account, String authority, Bundle extras) {
603 throw new IllegalArgumentException("Account must not be null");
624 public List<PeriodicSync> getPeriodicSyncs(Account account, String providerName,
627 throw new IllegalArgumentException("Account must not be null");
645 public int getIsSyncable(Account account, String providerName) {
653 public int getIsSyncableAsUser(Account account, String providerName, int userId) {
672 public void setIsSyncable(Account account, String providerName, int syncable) {
743 public boolean isSyncActive(Account account, String authority, ComponentName cname) {
783 public SyncStatusInfo getSyncStatus(Account account, String authority, ComponentName cname) {
791 public SyncStatusInfo getSyncStatusAsUser(Account account, String authority,
821 public boolean isSyncPending(Account account, String authority, ComponentName cname) {
826 public boolean isSyncPendingAsUser(Account account, String authority, ComponentName cname,