Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTestOnMockModem.java801 int subId_1; in testDsdsServiceStateChange() local
809 subId_1 = getActiveSubId(slotId_1); in testDsdsServiceStateChange()
847 if (subId_1 > 0) { in testDsdsServiceStateChange()
850 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId_1), in testDsdsServiceStateChange()
854 assertTrue(subId_0 > 0 || subId_1 > 0); in testDsdsServiceStateChange()
880 if (subId_1 > 0) { in testDsdsServiceStateChange()
882 getRegState(NetworkRegistrationInfo.DOMAIN_CS, subId_1), in testDsdsServiceStateChange()
DSimultaneousCallingRestrictionsTest.java289 int subId_1 = SubscriptionManager.getSubscriptionId(TEST_SLOT_1); in beforeTest() local
290 if (subId_1 != sTestSubSlot1) { in beforeTest()
291 fail("The found subId " + subId_1 + " does not match the test sub id " + sTestSubSlot1); in beforeTest()