Home
last modified time | relevance | path

Searched refs:macAddress (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiTest.java30 final String macAddress = mDevicePolicyManager.getWifiMacAddress(getWho()); in testGetWifiMacAddress() local
33 "02:00:00:00:00:00".equals(macAddress)); in testGetWifiMacAddress()
35 TextUtils.isEmpty(macAddress)); in testGetWifiMacAddress()
/cts/tests/tests/net/src/android/net/cts/
DMacAddressTest.java38 final String macAddress; field in MacAddressTest.TestCase
43 TestCase(String macAddress, String ouiString, int addressType, boolean isLocallyAssigned) { in TestCase() argument
44 this.macAddress = macAddress; in TestCase()
84 MacAddress mac = MacAddress.fromString(tc.macAddress); in testMacAddress()
102 if (!tc.macAddress.equals(mac.toString())) { in testMacAddress()
104 tc.macAddress, mac.toString())); in testMacAddress()
/cts/tests/tests/telephony/src/android/telephony/cts/
DTelephonyManagerTest.java406 private void assertMacAddress(String macAddress) { in assertMacAddress() argument
408 assertTrue("MAC Address " + macAddress + " does not match pattern " + macPattern, in assertMacAddress()
409 Pattern.matches(macPattern, macAddress)); in assertMacAddress()