Searched refs:coreSettings (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | GraphicsEnvironment.java | 100 public void setup(Context context, Bundle coreSettings) { in setup() argument 104 setupGpuLayers(context, coreSettings, pm, packageName); in setup() 107 setupAngle(context, coreSettings, pm, packageName); in setup() 110 if (!chooseDriver(context, coreSettings, pm, packageName)) { in setup() 127 public static boolean shouldUseAngle(Context context, Bundle coreSettings, in shouldUseAngle() argument 134 final String devOptIn = getDriverForPkg(context, coreSettings, packageName); in shouldUseAngle() 144 final boolean whitelisted = checkAngleWhitelist(context, coreSettings, packageName); in shouldUseAngle() 221 Context context, Bundle coreSettings, PackageManager pm, String packageName) { in setupGpuLayers() argument 231 final int enable = coreSettings.getInt(Settings.Global.ENABLE_GPU_DEBUG_LAYERS, 0); in setupGpuLayers() 235 final String gpuDebugApp = coreSettings.getString(Settings.Global.GPU_DEBUG_APP); in setupGpuLayers() [all …]
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 75 in Bundle coreSettings, in String buildSerial, in AutofillOptions autofillOptions, in bindApplication() argument 111 void setCoreSettings(in Bundle coreSettings); in setCoreSettings() argument
|
D | ActivityThread.java | 1012 CompatibilityInfo compatInfo, Map services, Bundle coreSettings, in bindApplication() argument 1041 setCoreSettings(coreSettings); in bindApplication() 1568 public void setCoreSettings(Bundle coreSettings) { in setCoreSettings() argument 1569 sendMessage(H.SET_CORE_SETTINGS, coreSettings); in setCoreSettings() 4815 private void handleSetCoreSettings(Bundle coreSettings) { in handleSetCoreSettings() argument 4817 mCoreSettings = coreSettings; in handleSetCoreSettings()
|