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()
1453 .getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddress()
1456 .getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddress()
1459 mSoftApCapability).getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddress()
1466 assertNotNull(store.getApConfiguration().getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddressWhenCalculatedMacIsNull()
1469 .getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddressWhenCalculatedMacIsNull()
1472 mSoftApCapability).getPersistentRandomizedMacAddress()); in testPersistentRandomizedMacAddressWhenCalculatedMacIsNull()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java110 if (config.getPersistentRandomizedMacAddress() == null) { in fromDeserialized()
561 macAddress = config.getPersistentRandomizedMacAddress(); in randomizeBssidIfUnset()
782 if (config.getPersistentRandomizedMacAddress() != null) { in updatePersistentRandomizedMacAddress()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java115 assertThat(original.getPersistentRandomizedMacAddress()).isNull(); in testBasicSettings()
246 assertThat(original.getPersistentRandomizedMacAddress()) in testWpa2WithAllFieldCustomized()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java2194 if (softApConfig.getPersistentRandomizedMacAddress() != null) { in writeSoftApConfigurationToXml()
2196 softApConfig.getPersistentRandomizedMacAddress().toString()); in writeSoftApConfigurationToXml()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java1166 public @NonNull MacAddress getPersistentRandomizedMacAddress() { in getPersistentRandomizedMacAddress() method in SoftApConfiguration
/packages/modules/Wifi/framework/api/
Dsystem-current.txt430 method @NonNull public android.net.MacAddress getPersistentRandomizedMacAddress();