Home | History | Annotate | Download | only in browse

Lines Matching refs:mAccount

60     private Account mAccount;
93 mAccount = savedInstanceState.getParcelable(SAVED_ACCOUNT);
120 mHelpItem.setVisible(mAccount != null
121 && mAccount.supportsCapability(UIProvider.AccountCapabilities.HELP_CONTENT));
124 mSendFeedbackItem.setVisible(mAccount != null
125 && mAccount.supportsCapability(UIProvider.AccountCapabilities.SEND_FEEDBACK));
138 Utils.showSettings(this, mAccount);
140 Utils.showHelp(this, mAccount, getString(R.string.main_help_context));
142 Utils.sendFeedback(this, mAccount, false);
157 return mAccount;
175 mAccount = data.getModel();