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.java122 final String[] macAddresses = wifiManager.getFactoryMacAddresses(); in calculateEsid() local
123 if (macAddresses == null || macAddresses.length == 0) { in calculateEsid()
126 macAddress = macAddresses[0].getBytes(); in calculateEsid()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java2811 String[] macAddresses = mWifiManager.getFactoryMacAddresses(); in testGetFactoryMacAddresses() local
2812 assertTrue("At list one MAC address should be returned.", macAddresses.length > 0); in testGetFactoryMacAddresses()
2814 MacAddress mac = MacAddress.fromString(macAddresses[0]); in testGetFactoryMacAddresses()