Home
last modified time | relevance | path

Searched refs:createSystemUiContext (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DContextImpl.java2630 static ContextImpl createSystemUiContext(ContextImpl systemContext, int displayId) { in createSystemUiContext() method in ContextImpl
2645 static ContextImpl createSystemUiContext(ContextImpl systemContext) { in createSystemUiContext() method in ContextImpl
2646 return createSystemUiContext(systemContext, Display.DEFAULT_DISPLAY); in createSystemUiContext()
DActivityThread.java2461 mSystemUiContext = ContextImpl.createSystemUiContext(getSystemContext()); in getSystemUiContext()
2472 public ContextImpl createSystemUiContext(int displayId) { in createSystemUiContext() method in ActivityThread
2473 return ContextImpl.createSystemUiContext(getSystemUiContext(), displayId); in createSystemUiContext()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java464 .createSystemUiContext(displayContent.getDisplayId()); in DisplayPolicy()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4705 : currentThread.createSystemUiContext(displayId), in showInputMethodMenu()
/frameworks/base/config/
Dboot-image-profile.txt1696 HSPLandroid/app/ContextImpl;->createSystemUiContext(Landroid/app/ContextImpl;)Landroid/app/ContextI…
1697 HSPLandroid/app/ContextImpl;->createSystemUiContext(Landroid/app/ContextImpl;I)Landroid/app/Context…