Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/src/android/telephony/cts/
DTelephonyManagerTest.java329 private void assertMacAddress(String macAddress) { in assertMacAddress() argument
331 assertTrue("MAC Address " + macAddress + " does not match pattern " + macPattern, in assertMacAddress()
332 Pattern.matches(macPattern, macAddress)); in assertMacAddress()