Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java337 private static final String MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_METHOD = "bootstrapping_method"; field in WifiAwareStateManager
1425 msg.getData().putInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_METHOD, method); in initiateBootStrappingSetupRequest()
1443 msg.getData().putInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_METHOD, method); in respondToBootstrappingRequest()
2173 msg.getData().putInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_METHOD, method); in onBootstrappingRequestNotification()
2804 int method = data.getInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_METHOD); in processNotification()
3080 int method = data.getInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_METHOD); in processCommand()
3096 int method = data.getInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_METHOD); in processCommand()
4957 data.getInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_METHOD), in onInitiateBootstrappingResponseSuccessLocal()
4979 data.getInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_METHOD), in onInitiateBootStrappingResponseFailLocal()
5000 data.getInt(MESSAGE_BUNDLE_KEY_BOOTSTRAPPING_METHOD), in onRespondToBootStrappingRequestSuccessLocal()