Home
last modified time | relevance | path

Searched refs:getIpConfigurations (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetConfigStore.java75 public ArrayMap<String, IpConfiguration> getIpConfigurations() { in getIpConfigurations() method in EthernetConfigStore
DEthernetTracker.java143 final ArrayMap<String, IpConfiguration> configs = mConfigStore.getIpConfigurations(); in start()