Searched refs:randomizedMacAddress (Results 1 – 3 of 3) sorted by relevance
775 MacAddress randomizedMacAddress = mMacAddressUtil.calculatePersistentMacForSap( in updatePersistentRandomizedMacAddress() local777 if (randomizedMacAddress != null) { in updatePersistentRandomizedMacAddress()779 .setRandomizedMacAddress(randomizedMacAddress).build(); in updatePersistentRandomizedMacAddress()786 randomizedMacAddress = MacAddressUtils.createRandomUnicastAddress(); in updatePersistentRandomizedMacAddress()788 .setRandomizedMacAddress(randomizedMacAddress).build(); in updatePersistentRandomizedMacAddress()
1329 MacAddress randomizedMacAddress = MacAddress.fromString("01:23:45:67:89:ab"); in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization() local1331 .thenReturn(randomizedMacAddress); in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization()1340 assertEquals(config.getRandomizedMacAddress(), randomizedMacAddress); in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization() local1353 MacAddress randomizedMacAddress = MacAddress.fromString("01:23:45:67:89:ab"); in getWifiConfigsForPasspointProfilesWithNonPersistentMacRandomization() local1355 .thenReturn(randomizedMacAddress); in getWifiConfigsForPasspointProfilesWithNonPersistentMacRandomization()
6007 MacAddress randomizedMacAddress = configuration.getRandomizedMacAddress(); in assertRandomizedMacAddressMaskedInWifiConfiguration() local6008 if (randomizedMacAddress != null) { in assertRandomizedMacAddressMaskedInWifiConfiguration()6009 assertEquals(defaultMac, randomizedMacAddress); in assertRandomizedMacAddressMaskedInWifiConfiguration()