Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DInternetTile.java478 EthernetCallbackInfo ethernetInfo = new EthernetCallbackInfo(); in handleUpdateState() local
480 cb.copyTo(ethernetInfo); in handleUpdateState()
482 handleUpdateEthernetState(state, ethernetInfo); in handleUpdateState()
500 EthernetCallbackInfo ethernetInfo = new EthernetCallbackInfo(); in handleUpdateState() local
502 mSignalCallback.mEthernetInfo.copyTo(ethernetInfo); in handleUpdateState()
504 handleUpdateEthernetState(state, ethernetInfo); in handleUpdateState()