Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java299 private static final String MESSAGE_BUNDLE_KEY_MAC_ADDRESS = "mac_address"; field in WifiAwareStateManager
1552 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, peer); in initiateDataPathSetup()
1983 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, peerMac); in onMatchNotification()
2033 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, peerMac); in onMessageReceivedNotification()
2078 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, mac); in onDataPathRequestNotification()
2092 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, mac); in onDataPathConfirmNotification()
2119 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, peerMac); in onDataPathScheduleUpdateNotification()
2134 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, mac); in onPairingRequestNotification()
2170 msg.getData().putByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS, mac); in onBootstrappingRequestNotification()
2627 byte[] peerMac = msg.getData().getByteArray(MESSAGE_BUNDLE_KEY_MAC_ADDRESS); in processNotification()
[all …]