Searched refs:AccountCheckTask (Results 1 – 1 of 1) sorted by relevance
79 AccountCheckTask mAccountCheckTask;163 mAccountCheckTask = (AccountCheckTask) in onActivityCreated()164 new AccountCheckTask(getActivity().getApplicationContext(), this, mMode, in onActivityCreated()310 private static class AccountCheckTask extends AsyncTask<Void, Integer, MessagingException> { class in AccountCheckSettingsFragment326 public AccountCheckTask(Context context, AccountCheckSettingsFragment callback, int mode, in AccountCheckTask() method in AccountCheckSettingsFragment.AccountCheckTask