Searched refs:parseMac (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointManager.java | 921 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()
|
D | Utils.java | 60 public static long parseMac(String s) { in parseMac() method in Utils
|
D | NetworkDetail.java | 180 mBSSID = Utils.parseMac(bssid); in NetworkDetail()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointProviderTest.java | 1756 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()
|
D | PasspointManagerTest.java | 2782 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/ |
D | WifiMetrics.java | 4209 bssid = Utils.parseMac(scanResult.BSSID); in incrementAvailableNetworksHistograms()
|