Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java178 private static final String MESSAGE_BUNDLE_KEY_CONFIG = "config"; field in WifiAwareStateManager
709 msg.getData().putParcelable(MESSAGE_BUNDLE_KEY_CONFIG, configRequest); in connect()
772 msg.getData().putParcelable(MESSAGE_BUNDLE_KEY_CONFIG, publishConfig); in publish()
784 msg.getData().putParcelable(MESSAGE_BUNDLE_KEY_CONFIG, publishConfig); in updatePublish()
799 msg.getData().putParcelable(MESSAGE_BUNDLE_KEY_CONFIG, subscribeConfig); in subscribe()
811 msg.getData().putParcelable(MESSAGE_BUNDLE_KEY_CONFIG, subscribeConfig); in updateSubscribe()
1734 .getParcelable(MESSAGE_BUNDLE_KEY_CONFIG); in processCommand()
1779 .getParcelable(MESSAGE_BUNDLE_KEY_CONFIG); in processCommand()
1789 .getParcelable(MESSAGE_BUNDLE_KEY_CONFIG); in processCommand()
1799 .getParcelable(MESSAGE_BUNDLE_KEY_CONFIG); in processCommand()
[all …]