Searched defs:verifyLastEthernetIcon (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerEthernetTest.java22 verifyLastEthernetIcon(false, 0);
25 verifyLastEthernetIcon(true, EthernetIcons.ETHERNET_ICONS[0][0]);
28 verifyLastEthernetIcon(true, EthernetIcons.ETHERNET_ICONS[1][0]);
31 verifyLastEthernetIcon(true, EthernetIcons.ETHERNET_ICONS[0][0]);
34 verifyLastEthernetIcon(false, 0);
41 protected void verifyLastEthernetIcon(boolean visible, int icon) { method in class:NetworkControllerEthernetTest

Completed in 91 milliseconds