Home | History | Annotate | Download | only in setup

Lines Matching refs:mAccount

53     private Account mAccount;
70 mAccount = new Account();
88 mAccount = account;
104 return mAccount;
108 mAccount = account;
155 mAccount.mPolicy = policy;
188 dest.writeParcelable(mAccount, 0);
200 mAccount = in.readParcelable(loader);
212 sb.append(mAccount == null ? "none" :mAccount.mId);