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.java360 .getPersistentRandomizedMacAddress()); in updateApConfiguration()
1378 .getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddress()
1381 .getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddress()
1384 mSoftApCapability).getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddress()
1391 assertNotNull(store.getApConfiguration().getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddressWhenCalculatedMacIsNull()
1394 .getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddressWhenCalculatedMacIsNull()
1397 mSoftApCapability).getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddressWhenCalculatedMacIsNull()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java105 if (config.getPersistentRandomizedMacAddress() == null) { in fromDeserialized()
517 macAddress = config.getPersistentRandomizedMacAddress(); in randomizeBssidIfUnset()
732 if (config.getPersistentRandomizedMacAddress() != null) { in updatePersistentRandomizedMacAddress()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java112 assertThat(original.getPersistentRandomizedMacAddress()).isNull(); in testBasicSettings()
243 assertThat(original.getPersistentRandomizedMacAddress()) in testWpa2WithAllFieldCustomized()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java2123 if (softApConfig.getPersistentRandomizedMacAddress() != null) { in writeSoftApConfigurationToXml()
2125 softApConfig.getPersistentRandomizedMacAddress().toString()); in writeSoftApConfigurationToXml()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java1121 public @NonNull MacAddress getPersistentRandomizedMacAddress() { in getPersistentRandomizedMacAddress() method in SoftApConfiguration
/packages/modules/Wifi/framework/api/
Dsystem-current.txt340 method @NonNull public android.net.MacAddress getPersistentRandomizedMacAddress();