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.java86 AccountCheckTask mAccountCheckTask; field in AccountCheckSettingsFragment
157 if (mAccountCheckTask == null) { in onActivityCreated()
160 mAccountCheckTask = (AccountCheckTask) in onActivityCreated()
191 if (mAccountCheckTask != null) { in onDestroy()
192 Utility.cancelTaskInterrupt(mAccountCheckTask); in onDestroy()
193 mAccountCheckTask = null; in onDestroy()
324 Utility.cancelTaskInterrupt(mAccountCheckTask); in onCheckingDialogCancel()
325 mAccountCheckTask = null; in onCheckingDialogCancel()