Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java393 .getPersistentRandomizedMacAddress()); in updateApConfiguration()
1463 .getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddress()
1466 .getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddress()
1469 mSoftApCapability, true).getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddress()
1476 assertNotNull(store.getApConfiguration().getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddressWhenCalculatedMacIsNull()
1479 .getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddressWhenCalculatedMacIsNull()
1482 mSoftApCapability, true).getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddressWhenCalculatedMacIsNull()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java113 if (config.getPersistentRandomizedMacAddress() == null) { in fromDeserialized()
588 macAddress = config.getPersistentRandomizedMacAddress(); in randomizeBssidIfUnset()
816 if (config.getPersistentRandomizedMacAddress() != null) { in updatePersistentRandomizedMacAddress()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java117 assertThat(original.getPersistentRandomizedMacAddress()).isNull(); in testBasicSettings()
253 assertThat(original.getPersistentRandomizedMacAddress()) in testWpa2WithAllFieldCustomized()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java2202 if (softApConfig.getPersistentRandomizedMacAddress() != null) { in writeSoftApConfigurationToXml()
2204 softApConfig.getPersistentRandomizedMacAddress().toString()); in writeSoftApConfigurationToXml()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java1177 public @NonNull MacAddress getPersistentRandomizedMacAddress() { in getPersistentRandomizedMacAddress() method in SoftApConfiguration
/packages/modules/Wifi/framework/api/
Dsystem-current.txt495 method @NonNull public android.net.MacAddress getPersistentRandomizedMacAddress();