Searched refs:mainThreadHandler (Results 1 – 8 of 8) sorted by relevance
77 final Handler mainThreadHandler = new Handler(Looper.getMainLooper()) { in getLoaderResultSynchronously() local86 mainThreadHandler.sendEmptyMessage(0); in getLoaderResultSynchronously()
100 @NonNull Handler mainThreadHandler) { in InlineSuggestionSession() argument107 mMainThreadHandler = mainThreadHandler; in InlineSuggestionSession()
116 CompatibilityInfo.Translator translator, Handler mainThreadHandler, in InsetsAnimationThreadControlRunner() argument118 mMainThreadHandler = mainThreadHandler; in InsetsAnimationThreadControlRunner()
142 Handler mainThreadHandler = mContext.getMainThreadHandler(); in ServiceConfigAccessorImpl() local146 ContentObserver contentObserver = new ContentObserver(mainThreadHandler) { in ServiceConfigAccessorImpl()167 mainThreadHandler.post( in ServiceConfigAccessorImpl()
475 Handler mainThreadHandler = new Handler(Looper.getMainLooper()); in onScreenshotTaken() local476 mainThreadHandler.post( in onScreenshotTaken()
181 Handler mainThreadHandler = mContext.getMainThreadHandler(); in ServiceConfigAccessorImpl() local185 ContentObserver contentObserver = new ContentObserver(mainThreadHandler) { in ServiceConfigAccessorImpl()214 mainThreadHandler.post( in ServiceConfigAccessorImpl()
212 Handler mainThreadHandler = new Handler(Looper.getMainLooper()); in testServiceStateInitialState() local213 waitForIdleSync(mainThreadHandler); in testServiceStateInitialState()
156 Handler mainThreadHandler, in StatusBarNotificationActivityStarter() argument189 mMainThreadHandler = mainThreadHandler; in StatusBarNotificationActivityStarter()