Searched refs:getPersistentRandomizedMacAddress (Results 1 – 6 of 6) sorted by relevance
360 .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()
105 if (config.getPersistentRandomizedMacAddress() == null) { in fromDeserialized()517 macAddress = config.getPersistentRandomizedMacAddress(); in randomizeBssidIfUnset()732 if (config.getPersistentRandomizedMacAddress() != null) { in updatePersistentRandomizedMacAddress()
112 assertThat(original.getPersistentRandomizedMacAddress()).isNull(); in testBasicSettings()243 assertThat(original.getPersistentRandomizedMacAddress()) in testWpa2WithAllFieldCustomized()
2123 if (softApConfig.getPersistentRandomizedMacAddress() != null) { in writeSoftApConfigurationToXml()2125 softApConfig.getPersistentRandomizedMacAddress().toString()); in writeSoftApConfigurationToXml()
1121 public @NonNull MacAddress getPersistentRandomizedMacAddress() { in getPersistentRandomizedMacAddress() method in SoftApConfiguration
340 method @NonNull public android.net.MacAddress getPersistentRandomizedMacAddress();