Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackImpl.java224 mIfaceName, new AnqpEvent(NativeUtil.macAddressToLong(bssid), elementsMap)); in onAnqpQueryDone()
243 new IconEvent(NativeUtil.macAddressToLong(bssid), fileName, data.size(), in onHs20IconQueryDone()
254 WnmData.createRemediationEvent(NativeUtil.macAddressToLong(bssid), url, in onHs20SubscriptionRemediation()
266 WnmData.createDeauthImminentEvent(NativeUtil.macAddressToLong(bssid), url, in onHs20DeauthImminentNotice()
DSupplicantStaIfaceCallbackV1_4Impl.java235 NativeUtil.macAddressToLong(bssid), url)); in onHs20TermsAndConditionsAcceptanceRequestedNotification()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java176 public static Long macAddressToLong(byte[] macArray) { in macAddressToLong() method in NativeUtil
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java2620 add(NativeUtil.macAddressToLong(mGroupOwnerMacAddressBytes)); in testSetClientList()
2621 add(NativeUtil.macAddressToLong(mPeerMacAddressBytes)); in testSetClientList()
2625 receivedClients.add(NativeUtil.macAddressToLong(client)); in testSetClientList()