Home | History | Annotate | Download | only in content

Lines Matching refs:account

19 import android.accounts.Account;
32 * The {@link Account} that is currently being synced.
34 public final Account account;
49 public SyncInfo(int authorityId, Account account, String authority,
52 this.account = account;
65 account.writeToParcel(parcel, 0);
73 account = new Account(parcel);