Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java130 public void setup(Context context, Bundle coreSettings) { in setup() argument
137 setupGpuLayers(context, coreSettings, pm, packageName, appInfoWithMetaData); in setup()
141 setupAngle(context, coreSettings, pm, packageName); in setup()
145 if (!chooseDriver(context, coreSettings, pm, packageName, appInfoWithMetaData)) { in setup()
156 private boolean shouldUseAngle(Context context, Bundle coreSettings, in shouldUseAngle() argument
163 final String devOptIn = getDriverForPackage(context, coreSettings, packageName); in shouldUseAngle()
171 final boolean allowed = checkAngleAllowlist(context, coreSettings, packageName); in shouldUseAngle()
228 Bundle coreSettings, IPackageManager pm, String packageName, in getDebugLayerPathsFromSettings() argument
230 if (!debugLayerEnabled(coreSettings, packageName, ai)) { in getDebugLayerPathsFromSettings()
238 coreSettings.getString(Settings.Global.GPU_DEBUG_LAYER_APP, ""); in getDebugLayerPathsFromSettings()
[all …]
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl81 in Bundle coreSettings, in String buildSerial, in AutofillOptions autofillOptions, in bindApplication() argument
117 void setCoreSettings(in Bundle coreSettings); in setCoreSettings() argument
DActivityThread.java1101 CompatibilityInfo compatInfo, Map services, Bundle coreSettings, in bindApplication() argument
1131 setCoreSettings(coreSettings); in bindApplication()
1687 public void setCoreSettings(Bundle coreSettings) { in setCoreSettings() argument
1688 sendMessage(H.SET_CORE_SETTINGS, coreSettings); in setCoreSettings()
5237 private void handleSetCoreSettings(Bundle coreSettings) { in handleSetCoreSettings() argument
5239 mCoreSettings = coreSettings; in handleSetCoreSettings()