Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerEthernetTest.java41 verifyLastEthernetIcon(true, EthernetIcons.ETHERNET_ICONS[0][0]); in testEthernetIcons()
44 verifyLastEthernetIcon(true, EthernetIcons.ETHERNET_ICONS[1][0]); in testEthernetIcons()
47 verifyLastEthernetIcon(true, EthernetIcons.ETHERNET_ICONS[0][0]); in testEthernetIcons()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DEthernetIcons.java22 static final int[][] ETHERNET_ICONS = { field in EthernetIcons
H A DEthernetSignalController.java36 EthernetIcons.ETHERNET_ICONS, in EthernetSignalController()