Searched refs:mBackgroundHandler (Results 1 – 6 of 6) sorted by relevance
75 private final Handler mBackgroundHandler; field in EventsLiveData96 mBackgroundHandler = backgroundHandler; in EventsLiveData()119 checkState(mBackgroundHandler.getLooper().isCurrentThread()); in getEventsUntilTomorrow()180 new ContentObserver(mBackgroundHandler) { in createEventsCursor()201 mBackgroundHandler.removeCallbacks(mUpdateIfChangedRunnable); in updateWithDelay()202 mBackgroundHandler.postDelayed(mUpdateIfChangedRunnable, UPDATE_DELAY_MILLIS); in updateWithDelay()282 mBackgroundHandler.post(this::updateAndScheduleNext); in onActive()289 mBackgroundHandler.post(this::cancelScheduledUpdate); in onInactive()290 mBackgroundHandler.post(this::tearDownCursor); in onInactive()304 mBackgroundHandler.postDelayed(this::updateAndScheduleNext, this, delayMs); in updateAndScheduleNext()[all …]
122 private final BackgroundHandler mBackgroundHandler; field in AppEntryListManager138 mBackgroundHandler = new BackgroundHandler(new WeakReference<>(this), in AppEntryListManager()194 mBackgroundHandler.sendEmptyMessage(BackgroundHandler.MSG_LOAD_ALL); in forceUpdate()202 mBackgroundHandler.obtainMessage(BackgroundHandler.MSG_LOAD_PKG, in forceUpdate()217 mBackgroundHandler.removeMessages(BackgroundHandler.MSG_LOAD_ALL); in clearHandlers()218 mBackgroundHandler.removeMessages(BackgroundHandler.MSG_LOAD_PKG); in clearHandlers()
258 final BackgroundHandler mBackgroundHandler; field in RunningState300 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS); in onReceive()301 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS); in onReceive()302 mBackgroundHandler.removeMessages(MSG_UPDATE_CONTENTS); in onReceive()303 mBackgroundHandler.sendEmptyMessage(MSG_UPDATE_CONTENTS); in onReceive()794 mBackgroundHandler = new BackgroundHandler(mBackgroundThread.getLooper()); in RunningState()807 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS); in resume()808 mBackgroundHandler.removeMessages(MSG_UPDATE_CONTENTS); in resume()809 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS); in resume()811 if (!mBackgroundHandler.hasMessages(MSG_UPDATE_CONTENTS)) { in resume()[all …]
86 Handler mBackgroundHandler; field in TtsPlaybackPreferenceController102 mBackgroundHandler.post(() -> {130 mBackgroundHandler = new Handler(mBackgroundHandlerThread.getLooper()); in onCreateInternal()139 mBackgroundHandler = null; in onDestroyInternal()257 mBackgroundHandler.post(() -> { in onVoiceDataIntegrityCheckDone()
135 private Handler mBackgroundHandler; field in SecurityFragment152 mBackgroundHandler = new Handler(mBackgroundHandlerThread.getLooper()); in onCreate()157 mBackgroundHandler = null; in onDestroy()318 mBackgroundHandler.post(() -> { in createRestrictedProfile()
482 Shadows.shadowOf(mController.mBackgroundHandler.getLooper()) in waitForBackgroundTasksToComplete()