Home
last modified time | relevance | path

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

/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java244 private final String mHwAddress; field in NetworkInterfaceState
372 mHwAddress = hwAddress; in NetworkInterfaceState()
374 mNetworkInfo.setExtraInfo(mHwAddress); in NetworkInterfaceState()
441 mNetworkInfo.setDetailedState(DetailedState.OBTAINING_IPADDR, null, mHwAddress); in start()
459 mNetworkInfo.setDetailedState(DetailedState.CONNECTED, null, mHwAddress); in onIpLayerStarted()
521 mNetworkInfo.setDetailedState(DetailedState.DISCONNECTED, null, mHwAddress); in stop()
596 + "hwAddress: " + mHwAddress + ", " in toString()