Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DMacAddressTest.java181 final String expectedAndroidOui = "da:a1:19"; in testMacAddressRandomGeneration() local
188 assertTrue(stringRepr + " expected to begin with " + expectedAndroidOui, in testMacAddressRandomGeneration()
189 stringRepr.startsWith(expectedAndroidOui)); in testMacAddressRandomGeneration()