Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerWifiTest.java262 verifyLastMobileDataIndicatorsForVcn(true, 0, TelephonyIcons.ICON_CWF, false); in testVcnWithUnderlyingWifi()
270 verifyLastMobileDataIndicatorsForVcn(true, testLevel, TelephonyIcons.ICON_CWF, true); in testVcnWithUnderlyingWifi()
274 verifyLastMobileDataIndicatorsForVcn(true, testLevel, TelephonyIcons.ICON_CWF, false); in testVcnWithUnderlyingWifi()
315 verifyLastMobileDataIndicatorsForVcn( in vcnOnlyOnUnderlyingNetwork()
335 verifyLastMobileDataIndicatorsForVcn( in vcnOnlyOnUnderlyingNetwork()
347 verifyLastMobileDataIndicatorsForVcn( in vcnOnlyOnUnderlyingNetwork()
364 verifyLastMobileDataIndicatorsForVcn(true, 1, TelephonyIcons.ICON_CWF, false); in testDisableWiFiWithVcnWithUnderlyingWifi()
367 verifyLastMobileDataIndicatorsForVcn(false, 1, 0, false); in testDisableWiFiWithVcnWithUnderlyingWifi()
DNetworkControllerBaseTest.java582 protected void verifyLastMobileDataIndicatorsForVcn(boolean visible, int level, int typeIcon, in verifyLastMobileDataIndicatorsForVcn() method in NetworkControllerBaseTest