Searched refs:noAccountIntent (Results 1 – 3 of 3) sorted by relevance
225 final Intent noAccountIntent = MailAppProvider.getNoAccountIntent(this); in updateAccountList() local226 if (noAccountIntent != null) { in updateAccountList()227 startActivityForResult(noAccountIntent, RESULT_CREATE_ACCOUNT); in updateAccountList()
3697 final Intent noAccountIntent = MailAppProvider.getNoAccountIntent3699 if (noAccountIntent != null) {3700 mActivity.startActivityForResult(noAccountIntent,
789 final Intent noAccountIntent = MailAppProvider.getNoAccountIntent(this); in checkValidAccounts() local790 if (noAccountIntent != null) { in checkValidAccounts()792 startActivityForResult(noAccountIntent, RESULT_CREATE_ACCOUNT); in checkValidAccounts()