Home
last modified time | relevance | path

Searched refs:mainThreadHandler (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DLoaderTestCase.java77 final Handler mainThreadHandler = new Handler(Looper.getMainLooper()) { in getLoaderResultSynchronously() local
86 mainThreadHandler.sendEmptyMessage(0); in getLoaderResultSynchronously()
/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSession.java100 @NonNull Handler mainThreadHandler) { in InlineSuggestionSession() argument
107 mMainThreadHandler = mainThreadHandler; in InlineSuggestionSession()
/frameworks/base/core/java/android/view/
DInsetsAnimationThreadControlRunner.java116 CompatibilityInfo.Translator translator, Handler mainThreadHandler, in InsetsAnimationThreadControlRunner() argument
118 mMainThreadHandler = mainThreadHandler; in InsetsAnimationThreadControlRunner()
/frameworks/base/services/core/java/com/android/server/timedetector/
DServiceConfigAccessorImpl.java142 Handler mainThreadHandler = mContext.getMainThreadHandler(); in ServiceConfigAccessorImpl() local
146 ContentObserver contentObserver = new ContentObserver(mainThreadHandler) { in ServiceConfigAccessorImpl()
167 mainThreadHandler.post( in ServiceConfigAccessorImpl()
/frameworks/base/core/java/android/os/
DBugreportManager.java475 Handler mainThreadHandler = new Handler(Looper.getMainLooper()); in onScreenshotTaken() local
476 mainThreadHandler.post( in onScreenshotTaken()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DServiceConfigAccessorImpl.java181 Handler mainThreadHandler = mContext.getMainThreadHandler(); in ServiceConfigAccessorImpl() local
185 ContentObserver contentObserver = new ContentObserver(mainThreadHandler) { in ServiceConfigAccessorImpl()
214 mainThreadHandler.post( in ServiceConfigAccessorImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerSignalTest.java212 Handler mainThreadHandler = new Handler(Looper.getMainLooper()); in testServiceStateInitialState() local
213 waitForIdleSync(mainThreadHandler); in testServiceStateInitialState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java156 Handler mainThreadHandler, in StatusBarNotificationActivityStarter() argument
189 mMainThreadHandler = mainThreadHandler; in StatusBarNotificationActivityStarter()