Home | History | Annotate | Download | only in content

Lines Matching refs:account

19 import android.accounts.Account;
56 void requestSync(in Account account, String authority, in Bundle extras);
57 void cancelSync(in Account account, String authority);
64 boolean getSyncAutomatically(in Account account, String providerName);
72 void setSyncAutomatically(in Account account, String providerName, boolean sync);
80 List<PeriodicSync> getPeriodicSyncs(in Account account, String providerName);
89 void addPeriodicSync(in Account account, String providerName, in Bundle extras,
99 void removePeriodicSync(in Account account, String providerName, in Bundle extras);
102 * Check if this account/provider is syncable.
105 int getIsSyncable(in Account account, String providerName);
108 * Set whether this account/provider is syncable.
111 void setIsSyncable(in Account account, String providerName, int syncable);
119 * account or authority in the pending list, or actively being processed.
121 boolean isSyncActive(in Account account, String authority);
137 SyncStatusInfo getSyncStatus(in Account account, String authority);
142 boolean isSyncPending(in Account account, String authority);