Searched refs:mAccountCheckTask (Results 1 – 1 of 1) sorted by relevance
79 AccountCheckTask mAccountCheckTask; field in AccountCheckSettingsFragment159 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()