Home
last modified time | relevance | path

Searched refs:getSystemUiContext (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DContextTest.java68 ActivityThread.currentActivityThread().getSystemUiContext(); in testDisplayIdForSystemUiContext()
139 ActivityThread.currentActivityThread().getSystemUiContext(); in testIsUiContext_systemUiContext_returnsTrue()
225 ActivityThread.currentActivityThread().getSystemUiContext(); in testDeviceIdForSystemUiContext()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodDialogWindowContext.java50 .getSystemUiContext(displayId); in get()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DWallpaperUpdateReceiver.java55 Context uiContext = currentActivityThread.getSystemUiContext(); in updateWallpaper()
H A DSystemService.java354 return ActivityThread.currentActivityThread().getSystemUiContext(); in getUiContext()
/aosp14/frameworks/base/core/java/com/android/internal/accessibility/
H A DAccessibilityShortcutController.java337 mFrameworkObjectProvider.getSystemUiContext()) in createShortcutWarningDialog()
779 public Context getSystemUiContext() { in getSystemUiContext() method in AccessibilityShortcutController.FrameworkObjectProvider
780 return ActivityThread.currentActivityThread().getSystemUiContext(); in getSystemUiContext()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DInputMethodDialogWindowContextTest.java110 .getSystemUiContext(displayId); in setUp()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerServiceShellCommand.java363 ActivityThread.currentActivityThread().getSystemUiContext(), in runSetSystemUserModeEmulation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DImmersiveModeConfirmation.java110 final Context uiContext = ActivityThread.currentActivityThread().getSystemUiContext(); in ImmersiveModeConfirmation()
H A DDisplayPolicy.java401 .getSystemUiContext(displayContent.getDisplayId()); in DisplayPolicy()
1768 final Context uiContext = getSystemUiContext();
1808 Context getSystemUiContext() {
H A DDisplayContent.java3161 mDisplayPolicy.getSystemUiContext().getResources(), mDisplayInfo.uniqueId, in loadDisplayCutout()
3170 mDisplayPolicy.getSystemUiContext().getResources(), mDisplayInfo.uniqueId, in loadRoundedCorners()
6566 return mDisplayPolicy.getSystemUiContext(); in getDisplayUiContext()
H A DWindowManagerService.java1174 ActivityThread.currentActivityThread().getSystemUiContext()); in WindowManagerService()
3549 ShutdownThread.shutdown(ActivityThread.currentActivityThread().getSystemUiContext(), in shutdown()
3557 ShutdownThread.reboot(ActivityThread.currentActivityThread().getSystemUiContext(), in reboot()
3565 ShutdownThread.rebootSafeMode(ActivityThread.currentActivityThread().getSystemUiContext(), in rebootSafeMode()
H A DWindowContainer.java3340 Context uiContext = mDisplayContent.getDisplayPolicy().getSystemUiContext(); in getTaskAnimationBackgroundColor()
H A DActivityTaskManagerService.java851 mUiContext = mSystemThread.getSystemUiContext(); in ActivityTaskManagerService()
/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java470 final Context context = ActivityThread.currentActivityThread().getSystemUiContext(); in SystemBarBackgroundPainter()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
H A DAccessibilityShortcutControllerTest.java167 when(mFrameworkObjectProvider.getSystemUiContext()).thenReturn(mContext); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultTransitionHandler.java441 .getSystemUiContext(); in startAnimation()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java1293 mOverlayContext = ActivityThread.currentActivityThread().getSystemUiContext();
/aosp14/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java2053 Context sysuiContext = mContext.mMainThread.getSystemUiContext(); in getResourcesForApplication()
2087 return mContext.mMainThread.getSystemUiContext().getResources(); in getResourcesForApplicationAsUser()
H A DActivityThread.java2883 public ContextImpl getSystemUiContext() { in getSystemUiContext() method in ActivityThread
2884 return getSystemUiContext(DEFAULT_DISPLAY); in getSystemUiContext()
2893 public ContextImpl getSystemUiContext(int displayId) { in getSystemUiContext() method in ActivityThread
2929 getSystemUiContext().installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java237 mUi = new AutoFillUI(ActivityThread.currentActivityThread().getSystemUiContext()); in AutofillManagerService()
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java2522 return ActivityThread.currentActivityThread().getSystemUiContext(); in getUiContext()
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1058 final Context systemUiContext = activityThread.getSystemUiContext(); in createSystemContext()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2501 mUiContext = mSystemThread.getSystemUiContext(); in ActivityManagerService()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt956 HSPLandroid/app/ActivityThread;->getSystemUiContext()Landroid/app/ContextImpl;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt956 HSPLandroid/app/ActivityThread;->getSystemUiContext()Landroid/app/ContextImpl;

12