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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java275 Bundle coreSettings = data.readBundle();
279 config, compatInfo, services, coreSettings);
819 Map<String, IBinder> services, Bundle coreSettings) throws RemoteException {
847 data.writeBundle(coreSettings);
1057 public void setCoreSettings(Bundle coreSettings) throws RemoteException { argument
1060 data.writeBundle(coreSettings);
814 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArgs, IInstrumentationWatcher testWatcher, int debugMode, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DIApplicationThread.java94 Bundle coreSettings) throws RemoteException;
122 void setCoreSettings(Bundle coreSettings) throws RemoteException; argument
89 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher, int debugMode, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DActivityThread.java672 Map<String, IBinder> services, Bundle coreSettings) {
679 setCoreSettings(coreSettings);
1033 public void setCoreSettings(Bundle coreSettings) { argument
1034 queueOrSendMessage(H.SET_CORE_SETTINGS, coreSettings);
2947 private void handleSetCoreSettings(Bundle coreSettings) { argument
2949 mCoreSettings = coreSettings;
665 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, int debugMode, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument

Completed in 86 milliseconds