Home | History | Annotate | Download | only in setup

Lines Matching defs:mAccount

66     private Account mAccount;
117 mAccount = Account.restoreAccountWithId(AccountSecurity.this, accountId);
118 if (mAccount == null) {
127 PasswordExpirationDialog.newInstance(mAccount.getDisplayName(),
134 if (mAccount.mPolicyKey != 0) {
141 SecurityNeededDialog.newInstance(mAccount.getDisplayName());
146 tryAdvanceSecurity(mAccount);
158 tryAdvanceSecurity(mAccount);
336 if (activity.mAccount == null) {
346 activity.tryAdvanceSecurity(activity.mAccount);
353 activity.mAccount, SecurityPolicy.getInstance(activity));