Searched defs:coreSettings (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | GraphicsEnvironment.java | 130 public void setup(Context context, Bundle coreSettings) { in setup() 156 private boolean shouldUseAngle(Context context, Bundle coreSettings, in shouldUseAngle() 228 Bundle coreSettings, IPackageManager pm, String packageName, in getDebugLayerPathsFromSettings() 285 private boolean debugLayerEnabled(Bundle coreSettings, String packageName, ApplicationInfo ai) { in debugLayerEnabled() 310 Context context, Bundle coreSettings, PackageManager pm, String packageName, in setupGpuLayers() 457 private String getAngleDebugPackage(Context context, Bundle coreSettings) { in getAngleDebugPackage() 733 private String[] getAngleEglFeatures(Context context, Bundle coreSettings) { in getAngleEglFeatures() 749 private String chooseDriverInternal(Bundle coreSettings, ApplicationInfo ai) { in chooseDriverInternal() 849 Context context, Bundle coreSettings, PackageManager pm, String packageName, in chooseDriver()
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 81 in Bundle coreSettings, in String buildSerial, in AutofillOptions autofillOptions, in bindApplication() 117 void setCoreSettings(in Bundle coreSettings); in setCoreSettings()
|
D | ActivityThread.java | 1101 CompatibilityInfo compatInfo, Map services, Bundle coreSettings, in bindApplication() 1687 public void setCoreSettings(Bundle coreSettings) { in setCoreSettings() 5237 private void handleSetCoreSettings(Bundle coreSettings) { in handleSetCoreSettings()
|