Searched refs:mIpConfigForDefaultInterface (Results 1 – 1 of 1) sorted by relevance
84 private volatile IpConfiguration mIpConfigForDefaultInterface; field in EthernetTracker115 mIpConfigForDefaultInterface = mConfigStore.getIpConfigurationForDefaultInterface(); in start()247 if (mIpConfigForDefaultInterface != null) { in maybeTrackInterface()248 updateIpConfiguration(iface, mIpConfigForDefaultInterface); in maybeTrackInterface()249 mIpConfigForDefaultInterface = null; in maybeTrackInterface()