Searched refs:mBackgroundTimer (Results 1 – 2 of 2) sorted by relevance
75 private Timer mBackgroundTimer; field in MainFragment94 if (null != mBackgroundTimer) { in onDestroy()95 Log.d(TAG, "onDestroy: " + mBackgroundTimer.toString()); in onDestroy()96 mBackgroundTimer.cancel(); in onDestroy()218 mBackgroundTimer.cancel(); in updateBackground()230 if (null != mBackgroundTimer) { in startBackgroundTimer()231 mBackgroundTimer.cancel(); in startBackgroundTimer()233 mBackgroundTimer = new Timer(); in startBackgroundTimer()234 mBackgroundTimer.schedule(new UpdateBackgroundTask(), BACKGROUND_UPDATE_DELAY); in startBackgroundTimer()
63 private Timer mBackgroundTimer; field in MainFragment242 if (null != mBackgroundTimer) {243 mBackgroundTimer.cancel();245 mBackgroundTimer = new Timer();246 mBackgroundTimer.schedule(new UpdateBackgroundTask(), BACKGROUND_UPDATE_DELAY);