Searched refs:AccountCheckTask (Results 1 – 1 of 1) sorted by relevance
86 AccountCheckTask mAccountCheckTask;160 mAccountCheckTask = (AccountCheckTask) in onActivityCreated()161 new AccountCheckTask(checkMode, checkAccount) in onActivityCreated()407 private class AccountCheckTask extends AsyncTask<Void, Integer, MessagingException> { class in AccountCheckSettingsFragment421 public AccountCheckTask(int mode, Account checkAccount) { in AccountCheckTask() method in AccountCheckSettingsFragment.AccountCheckTask