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() 180 private String queryAngleChoice(Context context, Bundle coreSettings, in queryAngleChoice() 242 Bundle coreSettings, IPackageManager pm, String packageName, in getDebugLayerPathsFromSettings() 299 private boolean debugLayerEnabled(Bundle coreSettings, String packageName, ApplicationInfo ai) { in debugLayerEnabled() 324 Context context, Bundle coreSettings, PackageManager pm, String packageName, in setupGpuLayers() 502 private String getAngleDebugPackage(Context context, Bundle coreSettings) { in getAngleDebugPackage() 689 private String[] getAngleEglFeatures(Context context, Bundle coreSettings) { in getAngleEglFeatures() 705 private String chooseDriverInternal(Bundle coreSettings, ApplicationInfo ai) { in chooseDriverInternal() 805 Context context, Bundle coreSettings, PackageManager pm, String packageName, in chooseDriver()
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 91 in Bundle coreSettings, in String buildSerial, in AutofillOptions autofillOptions, in bindApplication() 130 void setCoreSettings(in Bundle coreSettings); in setCoreSettings()
|
D | ActivityThread.java | 1299 Bundle coreSettings, in bindApplication() 1989 public void setCoreSettings(Bundle coreSettings) { in setCoreSettings() 5804 private void handleSetCoreSettings(Bundle coreSettings) { in handleSetCoreSettings()
|