Home
last modified time | relevance | path

Searched defs:systemContext (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DContextTest.java59 final Context systemContext = in testDisplayIdForSystemContext() local
130 final Context systemContext = in testIsUiContext_systemContext_returnsTrue() local
216 final Context systemContext = in testDeviceIdForSystemContext() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java75 public CalendarTracker(Context systemContext, Context userContext) { in CalendarTracker()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDexOptHelper.java1033 public static void initializeArtManagerLocal( in initializeArtManagerLocal()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java345 final Context systemContext = ActivityThread.currentApplication(); in getSystemBGColor() local
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java3303 static ContextImpl createSystemUiContext(ContextImpl systemContext, int displayId) { in createSystemUiContext()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2494 public ActivityManagerService(Context systemContext, ActivityTaskManagerService atm) { in ActivityManagerService()