Searched refs:coreSettings (Results 1 – 3 of 3) sorted by relevance
101 Bundle coreSettings) throws RemoteException; in bindApplication() argument130 void setCoreSettings(Bundle coreSettings) throws RemoteException; in setCoreSettings() argument
292 Bundle coreSettings = data.readBundle(); in onTransact() local295 restrictedBackupMode, persistent, config, compatInfo, services, coreSettings); in onTransact()961 Bundle coreSettings) throws RemoteException { in bindApplication() argument989 data.writeBundle(coreSettings); in bindApplication()1190 public void setCoreSettings(Bundle coreSettings) throws RemoteException { in setCoreSettings() argument1193 data.writeBundle(coreSettings); in setCoreSettings()
762 Bundle coreSettings) { in bindApplication() argument769 setCoreSettings(coreSettings); in bindApplication()1112 public void setCoreSettings(Bundle coreSettings) { in setCoreSettings() argument1113 sendMessage(H.SET_CORE_SETTINGS, coreSettings); in setCoreSettings()3526 private void handleSetCoreSettings(Bundle coreSettings) { in handleSetCoreSettings() argument3528 mCoreSettings = coreSettings; in handleSetCoreSettings()