Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationThreadNative.java275 Bundle coreSettings = data.readBundle(); in onTransact() local
819 Map<String, IBinder> services, Bundle coreSettings) throws RemoteException { in bindApplication()
1057 public void setCoreSettings(Bundle coreSettings) throws RemoteException { in setCoreSettings()
DIApplicationThread.java94 Bundle coreSettings) throws RemoteException; in bindApplication()
122 void setCoreSettings(Bundle coreSettings) throws RemoteException; in setCoreSettings()
DActivityThread.java671 Map<String, IBinder> services, Bundle coreSettings) { in bindApplication()
1032 public void setCoreSettings(Bundle coreSettings) { in setCoreSettings()
2943 private void handleSetCoreSettings(Bundle coreSettings) { in handleSetCoreSettings()