Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java921 bssid = Utils.parseMac(scanResult.BSSID); in getAllMatchedProviders()
1048 bssid = Utils.parseMac(scanResult.BSSID); in getANQPElements()
1528 bssid = Utils.parseMac(scanResult.BSSID); in requestVenueUrlAnqpElement()
1555 bssid = Utils.parseMac(scanResult.BSSID); in getVenueUrl()
DUtils.java60 public static long parseMac(String s) { in parseMac() method in Utils
DNetworkDetail.java180 mBSSID = Utils.parseMac(bssid); in NetworkDetail()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java1756 mProvider.blockBssOrEss(Utils.parseMac(scanResult.BSSID), false, 300 /* Seconds */); in noMatchWithBlockedBss()
1807 mProvider.blockBssOrEss(Utils.parseMac(scanResult.BSSID), true, 300 /* Seconds */); in noMatchWithBlockedEss()
1850 mProvider.blockBssOrEss(Utils.parseMac(scanResult.BSSID), false, 300 /* Seconds */); in blockedBssMatchRestoredAfterDelayExpires()
1896 mProvider.blockBssOrEss(Utils.parseMac(scanResult.BSSID), false, 0 /* Seconds */); in blockedBssMatchRestoredAfterDelayExpiresNoDelaySpecified()
1940 mProvider.blockBssOrEss(Utils.parseMac(scanResult.BSSID), false, -40 /* Seconds */); in testNoBlockingWithInvalidWnmData()
DPasspointManagerTest.java2782 long bssid = Utils.parseMac(scanResult.BSSID); in verifyRequestVenueUrlAnqpElement()
2803 WnmData event = WnmData.createDeauthImminentEvent(Utils.parseMac(TEST_BSSID_STRING), "", in testBlockingProvider()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java4209 bssid = Utils.parseMac(scanResult.BSSID); in incrementAvailableNetworksHistograms()