Searched refs:getPersistentRandomizedMacAddress (Results 1 – 6 of 6) sorted by relevance
393 .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()
110 if (config.getPersistentRandomizedMacAddress() == null) { in fromDeserialized()561 macAddress = config.getPersistentRandomizedMacAddress(); in randomizeBssidIfUnset()782 if (config.getPersistentRandomizedMacAddress() != null) { in updatePersistentRandomizedMacAddress()
115 assertThat(original.getPersistentRandomizedMacAddress()).isNull(); in testBasicSettings()246 assertThat(original.getPersistentRandomizedMacAddress()) in testWpa2WithAllFieldCustomized()
2194 if (softApConfig.getPersistentRandomizedMacAddress() != null) { in writeSoftApConfigurationToXml()2196 softApConfig.getPersistentRandomizedMacAddress().toString()); in writeSoftApConfigurationToXml()
1166 public @NonNull MacAddress getPersistentRandomizedMacAddress() { in getPersistentRandomizedMacAddress() method in SoftApConfiguration
430 method @NonNull public android.net.MacAddress getPersistentRandomizedMacAddress();