Home
last modified time | relevance | path

Searched defs:systemUiContext (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DContextTest.java67 final Context systemUiContext = in testDisplayIdForSystemUiContext() local
138 final Context systemUiContext = in testIsUiContext_systemUiContext_returnsTrue() local
224 final Context systemUiContext = in testDeviceIdForSystemUiContext() local
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodDialogWindowContext.java49 final Context systemUiContext = ActivityThread.currentActivityThread() in get() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DInputMethodDialogWindowContextTest.java109 Context systemUiContext = ActivityThread.currentActivityThread() in setUp() local
/aosp14/frameworks/base/core/java/android/app/
H A DConfigurationController.java153 final ContextImpl systemUiContext = mActivityThread.getSystemUiContextNoCreate(); in handleConfigurationChanged() local
H A DActivityThread.java2898 ContextImpl systemUiContext = mDisplaySystemUiContexts.get(displayId); in getSystemUiContext() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxConfiguration.java304 LetterboxConfiguration(@NonNull final Context systemUiContext) { in LetterboxConfiguration()
317 LetterboxConfiguration(@NonNull final Context systemUiContext, in LetterboxConfiguration()
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1058 final Context systemUiContext = activityThread.getSystemUiContext(); in createSystemContext() local