Home
last modified time | relevance | path

Searched refs:updatePersistentRandomizedMacAddress (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java114 config = updatePersistentRandomizedMacAddress(config); in fromDeserialized()
186 updatePersistentRandomizedMacAddress(getDefaultApConfiguration())); in getApConfiguration()
236 updatePersistentRandomizedMacAddress(newConfig)); in setApConfiguration()
573 return updatePersistentRandomizedMacAddress(configBuilder.build()); in generateLocalOnlyHotspotConfig()
806 private SoftApConfiguration updatePersistentRandomizedMacAddress(SoftApConfiguration config) { in updatePersistentRandomizedMacAddress() method in WifiApConfigStore