Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DMacAddressUtilTest.java139 MacAddressUtil.nextMacAddress( in testGetNextMacAddressForSecondary()
142 MacAddressUtil.nextMacAddress( in testGetNextMacAddressForSecondary()
DWifiConfigManagerTest.java2687 isForSecondaryDbs ? MacAddressUtil.nextMacAddress(firstMac) : firstMac, in testNonPersistentMacRandomizationEvery24Hours()
2741 isForSecondaryDbs ? MacAddressUtil.nextMacAddress(config.getRandomizedMacAddress()) in testRandomizedMacUpdateAndRestore()
2758 isForSecondaryDbs ? MacAddressUtil.nextMacAddress(config.getRandomizedMacAddress()) in testRandomizedMacUpdateAndRestore()
2782 assertTrue(newMac.equals(MacAddressUtil.nextMacAddress(randomMac))); in testNonPersistentRandomizationDbsMacAddress()
DClientModeImplTest.java675 mac = MacAddressUtil.nextMacAddress(mac); in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DMacAddressUtil.java145 public static MacAddress nextMacAddress(MacAddress mac) { in nextMacAddress() method in MacAddressUtil
DWifiConfigManager.java669 mac = MacAddressUtil.nextMacAddress(mac); in getRandomizedMacAndUpdateIfNeeded()