Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DEnrollmentSpecificIdTest.java149 final String[] macAddresses = wifiManager.getFactoryMacAddresses(); in calculateEsid() local
150 if (macAddresses == null || macAddresses.length == 0) { in calculateEsid()
153 macAddress = macAddresses[0].getBytes(); in calculateEsid()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java3701 String[] macAddresses = sWifiManager.getFactoryMacAddresses(); in testGetFactoryMacAddresses() local
3702 assertTrue("At list one MAC address should be returned.", macAddresses.length > 0); in testGetFactoryMacAddresses()
3704 MacAddress mac = MacAddress.fromString(macAddresses[0]); in testGetFactoryMacAddresses()