Searched refs:mConfigStore (Results 1 – 1 of 1) sorted by relevance
79 private final EthernetConfigStore mConfigStore; field in EthernetTracker104 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()