Searched refs:mIpConfigurationForDefaultInterface (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetConfigStore.java36 private IpConfiguration mIpConfigurationForDefaultInterface; field in class:EthernetConfigStore
51 mIpConfigurationForDefaultInterface = configs.remove("0");
84 return mIpConfigurationForDefaultInterface == null
85 ? null : new IpConfiguration(mIpConfigurationForDefaultInterface);

Completed in 39 milliseconds