Searched defs:coreSettings (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | GraphicsEnvironment.java | 129 public void setup(Context context, Bundle coreSettings) { in setup() 191 private boolean shouldUseAngle(Context context, Bundle coreSettings, in shouldUseAngle() 267 Bundle coreSettings, IPackageManager pm, String packageName, in getDebugLayerPathsFromSettings() 324 private boolean debugLayerEnabled(Bundle coreSettings, String packageName, ApplicationInfo ai) { in debugLayerEnabled() 349 Context context, Bundle coreSettings, PackageManager pm, String packageName, in setupGpuLayers() 496 private String getAngleDebugPackage(Context context, Bundle coreSettings) { in getAngleDebugPackage() 654 private String[] getAngleEglFeatures(Context context, Bundle coreSettings) { in getAngleEglFeatures() 670 private String chooseDriverInternal(Bundle coreSettings, ApplicationInfo ai) { in chooseDriverInternal() 770 Context context, Bundle coreSettings, PackageManager pm, String packageName, in chooseDriver()
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 82 in Bundle coreSettings, in String buildSerial, in AutofillOptions autofillOptions, in bindApplication() 120 void setCoreSettings(in Bundle coreSettings); in setCoreSettings()
|
D | ActivityThread.java | 1129 CompatibilityInfo compatInfo, Map services, Bundle coreSettings, in bindApplication() 1737 public void setCoreSettings(Bundle coreSettings) { in setCoreSettings() 5271 private void handleSetCoreSettings(Bundle coreSettings) { in handleSetCoreSettings()
|