Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java99 private static boolean sIsMultiSimDevice; field in SimultaneousCallingRestrictionsTest
152 sIsMultiSimDevice = isMultiSim(sTelephonyManager); in beforeAllTests()
153 if (!sIsMultiSimDevice) { in beforeAllTests()
210 if (!ImsUtils.shouldTestTelephony() || !sIsMultiSimDevice || !sFeatureEnabled in afterAllTests()
266 if (!ImsUtils.shouldTestImsService() || !sIsMultiSimDevice) { in beforeTest()
297 if (!ImsUtils.shouldTestImsService() || !sIsMultiSimDevice) { in afterTest()
320 assumeTrue("Skip test: Not test on single SIM device", sIsMultiSimDevice); in testCellularDSDASupported_IMSNotRegistered()
343 assumeTrue("Skip test: Not test on single SIM device", sIsMultiSimDevice); in testCellularDSDANotSupported_IMSNotRegistered()
361 assumeTrue("Skip test: Not test on single SIM device", sIsMultiSimDevice); in testCellularDSDASupported_ImsRegisteredWWAN()
407 assumeTrue("Skip test: Not test on single SIM device", sIsMultiSimDevice); in testCellularDSDANotSupported_ImsRegisteredWWAN()
[all …]
DConnectivityManagerTestOnMockModem.java82 private static boolean sIsMultiSimDevice; field in ConnectivityManagerTestOnMockModem
159 sIsMultiSimDevice = isMultiSim(sTelephonyManager); in beforeAllTests()
416 assumeTrue("Skip test: Not test on single SIM device", sIsMultiSimDevice); in testDDSChange()
DTelephonyManagerTestOnMockModem.java111 private static boolean sIsMultiSimDevice; field in TelephonyManagerTestOnMockModem
147 sIsMultiSimDevice = isMultiSim(sTelephonyManager); in beforeAllTests()
796 assumeTrue("Skip test: Not test on single SIM device", sIsMultiSimDevice); in testDsdsServiceStateChange()