Searched refs:previousProperties (Results 1 – 1 of 1) sorted by relevance
446 LinkProperties previousProperties = mLinkProperties.put(network, linkProperties); in onLinkPropertiesChanged() local447 if (previousProperties != null && in onLinkPropertiesChanged()448 !previousProperties.getInterfaceName().equals( in onLinkPropertiesChanged()453 getInterfaceOffloadManager(previousProperties.getInterfaceName()); in onLinkPropertiesChanged()471 LinkProperties previousProperties = mLinkProperties.remove(network); in onLost() local472 if (previousProperties == null){ in onLost()477 getInterfaceOffloadManager(previousProperties.getInterfaceName()); in onLost()