Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.java94 Bundle coreSettings) throws RemoteException; in bindApplication() argument
124 void setCoreSettings(Bundle coreSettings) throws RemoteException; in setCoreSettings() argument
DApplicationThreadNative.java276 Bundle coreSettings = data.readBundle(); in onTransact() local
280 persistent, config, compatInfo, services, coreSettings); in onTransact()
865 Map<String, IBinder> services, Bundle coreSettings) throws RemoteException { in bindApplication() argument
894 data.writeBundle(coreSettings); in bindApplication()
1115 public void setCoreSettings(Bundle coreSettings) throws RemoteException { in setCoreSettings() argument
1118 data.writeBundle(coreSettings); in setCoreSettings()
DActivityThread.java690 Map<String, IBinder> services, Bundle coreSettings) { in bindApplication() argument
697 setCoreSettings(coreSettings); in bindApplication()
1075 public void setCoreSettings(Bundle coreSettings) { in setCoreSettings() argument
1076 queueOrSendMessage(H.SET_CORE_SETTINGS, coreSettings); in setCoreSettings()
3108 private void handleSetCoreSettings(Bundle coreSettings) { in handleSetCoreSettings() argument
3110 mCoreSettings = coreSettings; in handleSetCoreSettings()