Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTestOnMockModem.java800 int subId_0; in testDsdsServiceStateChange() local
808 subId_0 = getActiveSubId(slotId_0); in testDsdsServiceStateChange()
842 if (subId_0 > 0) { in testDsdsServiceStateChange()
844 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId_0), in testDsdsServiceStateChange()
854 assertTrue(subId_0 > 0 || subId_1 > 0); in testDsdsServiceStateChange()
875 if (subId_0 > 0) { in testDsdsServiceStateChange()
877 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId_0), in testDsdsServiceStateChange()
DSimultaneousCallingRestrictionsTest.java285 int subId_0 = SubscriptionManager.getSubscriptionId(TEST_SLOT_0); in beforeTest() local
286 if (subId_0 != sTestSubSlot0) { in beforeTest()
287 fail("The found subId " + subId_0 + " does not match the test sub id " + sTestSubSlot0); in beforeTest()