Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerSignalTest.java172 verifyLastMobileDataIndicators(false, -1, 0); in testNoIconWithoutMobile()
312 verifyLastMobileDataIndicators(true, in testSignalStrength()
318 verifyLastMobileDataIndicators(true, in testSignalStrength()
331 verifyLastMobileDataIndicators(true, in testCdmaSignalStrength()
345 verifyLastMobileDataIndicators(true, in testSignalRoaming()
360 verifyLastMobileDataIndicators(true, in testCdmaSignalRoaming()
409 verifyLastMobileDataIndicators(true, DEFAULT_LEVEL, 0); in testNoBangWithWifi()
660 verifyLastMobileDataIndicators(true /* visible */, in testCarrierNetworkChange_carrierNetworkChange()
668 verifyLastMobileDataIndicators(true /* visible */, in testCarrierNetworkChange_carrierNetworkChange()
677 verifyLastMobileDataIndicators(true /* visible */, in testCarrierNetworkChange_carrierNetworkChange()
[all …]
DNetworkControllerDataTest.java187 verifyLastMobileDataIndicators(true, DEFAULT_SIGNAL_STRENGTH, 0, in testNoInternetIcon_withDefaultSub()
202 verifyLastMobileDataIndicators(true, DEFAULT_SIGNAL_STRENGTH, 0, in testDataDisabledIcon_withDefaultSub()
218 verifyLastMobileDataIndicators(true, DEFAULT_SIGNAL_STRENGTH, 0, in testNonDefaultSIM_showsFullSignal_connected()
234 verifyLastMobileDataIndicators(true, DEFAULT_SIGNAL_STRENGTH, 0, in testNonDefaultSIM_showsFullSignal_disconnected()
252 verifyLastMobileDataIndicators(true, DEFAULT_SIGNAL_STRENGTH, 0, in testDataDisabledIcon_UserNotSetup()
270 verifyLastMobileDataIndicators(true, DEFAULT_SIGNAL_STRENGTH, TelephonyIcons.ICON_G, in testAlwaysShowDataRatIcon()
402 verifyLastMobileDataIndicators(true, DEFAULT_SIGNAL_STRENGTH, DEFAULT_ICON, true, in testDataActivity()
407 verifyLastMobileDataIndicators(true, DEFAULT_SIGNAL_STRENGTH, dataIcon, in verifyDataIndicators()
DNetworkControllerBaseTest.java556 protected void verifyLastMobileDataIndicators(boolean visible, int icon, int typeIcon) { in verifyLastMobileDataIndicators() method in NetworkControllerBaseTest
557 verifyLastMobileDataIndicators(visible, icon, typeIcon, false); in verifyLastMobileDataIndicators()
560 protected void verifyLastMobileDataIndicators(boolean visible, int icon, int typeIcon, in verifyLastMobileDataIndicators() method in NetworkControllerBaseTest
562 verifyLastMobileDataIndicators(visible, icon, typeIcon, roaming, true); in verifyLastMobileDataIndicators()
565 protected void verifyLastMobileDataIndicators(boolean visible, int icon, int typeIcon, in verifyLastMobileDataIndicators() method in NetworkControllerBaseTest
598 protected void verifyLastMobileDataIndicators(boolean visible, int icon, int typeIcon, in verifyLastMobileDataIndicators() method in NetworkControllerBaseTest
600 verifyLastMobileDataIndicators( in verifyLastMobileDataIndicators()
604 protected void verifyLastMobileDataIndicators(boolean visible, int icon, int typeIcon, in verifyLastMobileDataIndicators() method in NetworkControllerBaseTest
607 verifyLastMobileDataIndicators( in verifyLastMobileDataIndicators()
612 protected void verifyLastMobileDataIndicators(boolean visible, int icon, int typeIcon, in verifyLastMobileDataIndicators() method in NetworkControllerBaseTest
DNetworkControllerWifiTest.java168 verifyLastMobileDataIndicators(true, DEFAULT_LEVEL, 0, true); in testRoamingIconDuringWifi()