Home
last modified time | relevance | path

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

/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java145 void addInterface(String ifaceName, String hwAddress, NetworkCapabilities capabilities, in addInterface() argument
157 ifaceName, hwAddress, mHandler, mContext, capabilities, this); in addInterface()
356 NetworkInterfaceState(String ifaceName, String hwAddress, Handler handler, Context context, in NetworkInterfaceState() argument
374 mHwAddress = hwAddress; in NetworkInterfaceState()
DEthernetTracker.java296 final String hwAddress = config.getHardwareAddress(); in addInterface() local
301 nc = mNetworkCapabilities.get(hwAddress); in addInterface()
316 mFactory.addInterface(iface, hwAddress, nc, ipConfiguration); in addInterface()