Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
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.java103 protected static final int DEFAULT_SIGNAL_STRENGTH = DEFAULT_LEVEL; field in NetworkControllerBaseTest