Home | History | Annotate | Download | only in setup

Lines Matching defs:mAccount

83     private Account mAccount;
177 mAccount = savedInstanceState.getParcelable(SAVESTATE_ACCOUNT_TAG);
194 outState.putParcelable(SAVESTATE_ACCOUNT_TAG, mAccount);
316 mAccount = account;
323 PasswordExpirationDialog.newInstance(mAccount.getDisplayName(),
333 if (mAccount.mPolicyKey != 0) {
340 SecurityNeededDialog.newInstance(mAccount.getDisplayName());
348 tryAdvanceSecurity(mAccount);
360 tryAdvanceSecurity(mAccount);
544 if (activity.mAccount == null) {
554 activity.tryAdvanceSecurity(activity.mAccount);
561 activity.mAccount, SecurityPolicy.getInstance(activity));