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