Home | History | Annotate | Download | only in content

Lines Matching defs:account

19 import android.accounts.Account;
28 public final Account account;
42 public SyncOperation(Account account, int userId, int source, String authority, Bundle extras,
44 this.account = account;
79 this.account = other.account;
99 .append(account.name)
102 .append(account.type)
135 sb.append(" account {name=" + account.name + ", user=" + userId + ", type=" + account.type