Home
last modified time | relevance | path

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

/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetTracker.java92 private final EthernetConfigStore mConfigStore; field in EthernetTracker
131 mConfigStore = new EthernetConfigStore(); in EthernetTracker()
139 mConfigStore.read(); in start()
142 mIpConfigForDefaultInterface = mConfigStore.getIpConfigurationForDefaultInterface(); in start()
143 final ArrayMap<String, IpConfiguration> configs = mConfigStore.getIpConfigurations(); in start()
162 mConfigStore.write(iface, ipConfiguration); in updateIpConfiguration()