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.java79 private final EthernetConfigStore mConfigStore; field in EthernetTracker
104 mConfigStore = new EthernetConfigStore(); in EthernetTracker()
112 mConfigStore.read(); in start()
115 mIpConfigForDefaultInterface = mConfigStore.getIpConfigurationForDefaultInterface(); in start()
116 final ArrayMap<String, IpConfiguration> configs = mConfigStore.getIpConfigurations(); in start()
135 mConfigStore.write(iface, ipConfiguration); in updateIpConfiguration()