Home | History | Annotate | Download | only in provider

Lines Matching refs:mAccount

48     private Account mAccount;
60 mAccount = null;
71 mAccount = account;
73 int finalSplit = mAccount.mEmailAddress.lastIndexOf('@');
74 mAccountEmailDomain = mAccount.mEmailAddress.substring(finalSplit + 1);
79 * clear mAccount so we just ignore it.
89 // for any reason, we could not identify a GAL account, so clear mAccount
91 mAccount = null;
99 if (mAccount != null && mAccountHasGal == false) {
100 checkGalAccount(mAccount);
131 .appendPath(Long.toString(mAccount.mId))