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

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java101 CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings)
137 void setCoreSettings(Bundle coreSettings) throws RemoteException; argument
96 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArguments, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DApplicationThreadNative.java303 Bundle coreSettings = data.readBundle();
307 coreSettings);
1055 Map<String, IBinder> services, Bundle coreSettings) throws RemoteException {
1084 data.writeBundle(coreSettings);
1306 public void setCoreSettings(Bundle coreSettings) throws RemoteException { argument
1309 data.writeBundle(coreSettings);
1049 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArgs, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DActivityThread.java853 CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) {
860 setCoreSettings(coreSettings);
1213 public void setCoreSettings(Bundle coreSettings) { argument
1214 sendMessage(H.SET_CORE_SETTINGS, coreSettings);
4004 private void handleSetCoreSettings(Bundle coreSettings) { argument
4006 mCoreSettings = coreSettings;
846 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument

Completed in 333 milliseconds