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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java292 Bundle coreSettings = data.readBundle();
295 restrictedBackupMode, persistent, config, compatInfo, services, coreSettings);
961 Bundle coreSettings) throws RemoteException {
989 data.writeBundle(coreSettings);
1190 public void setCoreSettings(Bundle coreSettings) throws RemoteException { argument
1193 data.writeBundle(coreSettings);
955 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArgs, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DIApplicationThread.java101 Bundle coreSettings) throws RemoteException;
130 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 openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DActivityThread.java762 Bundle coreSettings) {
769 setCoreSettings(coreSettings);
1112 public void setCoreSettings(Bundle coreSettings) { argument
1113 sendMessage(H.SET_CORE_SETTINGS, coreSettings);
3526 private void handleSetCoreSettings(Bundle coreSettings) { argument
3528 mCoreSettings = coreSettings;
755 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableOpenGlTrace, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument

Completed in 68 milliseconds