Home
last modified time | relevance | path

Searched refs:mAccountCheckTask (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
DAccountCheckSettingsFragment.java79 AccountCheckTask mAccountCheckTask; field in AccountCheckSettingsFragment
159 if (mAccountCheckTask == null) { in onActivityCreated()
163 mAccountCheckTask = (AccountCheckTask) in onActivityCreated()
196 if (mAccountCheckTask != null) { in onDestroy()
197 Utility.cancelTaskInterrupt(mAccountCheckTask); in onDestroy()
198 mAccountCheckTask = null; in onDestroy()