Home
last modified time | relevance | path

Searched defs:coreSettings (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DGraphicsEnvironment.java134 public void setup(Context context, Bundle coreSettings) { in setup()
201 private String queryAngleChoice(Context context, Bundle coreSettings, in queryAngleChoice()
263 Bundle coreSettings, IPackageManager pm, String packageName, in getDebugLayerPathsFromSettings()
320 private boolean debugLayerEnabled(Bundle coreSettings, String packageName, ApplicationInfo ai) { in debugLayerEnabled()
345 Context context, Bundle coreSettings, PackageManager pm, String packageName, in setupGpuLayers()
531 private String getAngleDebugPackage(Context context, Bundle coreSettings) { in getAngleDebugPackage()
724 private String[] getAngleEglFeatures(Context context, Bundle coreSettings) { in getAngleEglFeatures()
740 private String chooseDriverInternal(Bundle coreSettings, ApplicationInfo ai) { in chooseDriverInternal()
840 Context context, Bundle coreSettings, PackageManager pm, String packageName, in chooseDriver()
/aosp14/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl87 in Bundle coreSettings, in String buildSerial, in AutofillOptions autofillOptions, in bindApplication()
125 void setCoreSettings(in Bundle coreSettings); in setCoreSettings()
H A DActivityThread.java1189 CompatibilityInfo compatInfo, Map services, Bundle coreSettings, in bindApplication()
1858 public void setCoreSettings(Bundle coreSettings) { in setCoreSettings()
5500 private void handleSetCoreSettings(Bundle coreSettings) { in handleSetCoreSettings()