Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DInternetTile.java180 public void copyTo(EthernetCallbackInfo ethernetCallbackInfo) { in copyTo() argument
181 if (ethernetCallbackInfo == null) { in copyTo()
184 ethernetCallbackInfo.mConnected = this.mConnected; in copyTo()
185 ethernetCallbackInfo.mEthernetSignalIconId = this.mEthernetSignalIconId; in copyTo()
186 ethernetCallbackInfo.mEthernetContentDescription = this.mEthernetContentDescription; in copyTo()