Home
last modified time | relevance | path

Searched refs:mainThreadHandler (Results 1 – 7 of 7) 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.java115 CompatibilityInfo.Translator translator, Handler mainThreadHandler) { in InsetsAnimationThreadControlRunner() argument
116 mMainThreadHandler = mainThreadHandler; in InsetsAnimationThreadControlRunner()
/frameworks/base/core/java/android/os/
DBugreportManager.java358 Handler mainThreadHandler = new Handler(Looper.getMainLooper()); in onScreenshotTaken() local
359 mainThreadHandler.post( in onScreenshotTaken()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DKeyguardCoordinator.java71 @MainThread Handler mainThreadHandler, in KeyguardCoordinator() argument
79 mMainHandler = mainThreadHandler; in KeyguardCoordinator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java135 Handler mainThreadHandler, in StatusBarNotificationActivityStarter() argument
170 mMainThreadHandler = mainThreadHandler; in StatusBarNotificationActivityStarter()
675 @Main Handler mainThreadHandler, in Builder() argument
705 mMainThreadHandler = mainThreadHandler; in Builder()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerSignalTest.java97 Handler mainThreadHandler = new Handler(Looper.getMainLooper()); in testServiceStateInitialState() local
98 waitForIdleSync(mainThreadHandler); in testServiceStateInitialState()