Searched refs:getPersistentRandomizedMacAddress (Results 1 – 6 of 6) sorted by relevance
393 .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()
113 if (config.getPersistentRandomizedMacAddress() == null) { in fromDeserialized()588 macAddress = config.getPersistentRandomizedMacAddress(); in randomizeBssidIfUnset()816 if (config.getPersistentRandomizedMacAddress() != null) { in updatePersistentRandomizedMacAddress()
117 assertThat(original.getPersistentRandomizedMacAddress()).isNull(); in testBasicSettings()253 assertThat(original.getPersistentRandomizedMacAddress()) in testWpa2WithAllFieldCustomized()
2202 if (softApConfig.getPersistentRandomizedMacAddress() != null) { in writeSoftApConfigurationToXml()2204 softApConfig.getPersistentRandomizedMacAddress().toString()); in writeSoftApConfigurationToXml()
1177 public @NonNull MacAddress getPersistentRandomizedMacAddress() { in getPersistentRandomizedMacAddress() method in SoftApConfiguration
495 method @NonNull public android.net.MacAddress getPersistentRandomizedMacAddress();