/aosp14/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | ContextTest.java | 60 ActivityThread.currentActivityThread().getSystemContext(); in testDisplayIdForSystemContext() 131 ActivityThread.currentActivityThread().getSystemContext(); in testIsUiContext_systemContext_returnsTrue() 217 ActivityThread.currentActivityThread().getSystemContext(); in testDeviceIdForSystemContext()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityThreadInternal.java | 29 ContextImpl getSystemContext(); in getSystemContext() method
|
H A D | ConfigurationController.java | 152 final Resources.Theme systemTheme = mActivityThread.getSystemContext().getTheme(); in handleConfigurationChanged()
|
H A D | ActivityThread.java | 2794 getSystemContext().mPackageInfo.getClassLoader()); in getPackageInfo() 2873 public ContextImpl getSystemContext() { in getSystemContext() method in ActivityThread 2900 systemUiContext = ContextImpl.createSystemUiContext(getSystemContext(), displayId); in getSystemUiContext() 2928 getSystemContext().installSystemApplicationInfo(info, classLoader); in installSystemApplicationInfo() 6923 HardwareRenderer.setContextForInit(getSystemContext()); in handleBindApplication() 7822 packageInfo = getSystemContext().mPackageInfo; in installProvider() 7971 this, getSystemContext().mPackageInfo); in attach()
|
H A D | Instrumentation.java | 1393 if (apk == null) apk = mThread.getSystemContext().mPackageInfo; in getFactory()
|
/aosp14/frameworks/base/test-runner/src/android/test/ |
H A D | ApplicationTestCase.java | 168 public Context getSystemContext() { in getSystemContext() method in ApplicationTestCase
|
H A D | ServiceTestCase.java | 323 public Context getSystemContext() { in getSystemContext() method in ServiceTestCase
|
/aosp14/frameworks/base/core/java/android/os/connectivity/ |
H A D | WifiActivityEnergyInfo.java | 107 final Context context = ActivityThread.currentActivityThread().getSystemContext(); in calculateEnergyMicroJoules()
|
/aosp14/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
H A D | UsbCommand.java | 87 Context context = ActivityThread.systemMain().getSystemContext(); in run()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Vibrator.java | 165 final Context ctx = ActivityThread.currentActivityThread().getSystemContext(); in getConfig()
|
/aosp14/frameworks/base/cmds/telecom/src/com/android/commands/telecom/ |
H A D | Telecom.java | 186 Context context = ActivityThread.systemMain().getSystemContext(); in onRun()
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaShellCommand.java | 75 Context context = sThread.getSystemContext(); in onCommand()
|
/aosp14/frameworks/base/test-runner/api/ |
H A D | current.txt | 65 method @Deprecated public android.content.Context getSystemContext(); 185 method @Deprecated public android.content.Context getSystemContext();
|
/aosp14/frameworks/base/services/java/com/android/server/ |
H A D | SystemServer.java | 1055 mSystemContext = activityThread.getSystemContext(); in createSystemContext()
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 955 HSPLandroid/app/ActivityThread;->getSystemContext()Landroid/app/ContextImpl; 30238 HSPLjava/util/logging/LogManager;->getSystemContext()Ljava/util/logging/LogManager$LoggerContext;
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 955 HSPLandroid/app/ActivityThread;->getSystemContext()Landroid/app/ContextImpl;
|