Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DCallDomainSelectionTestOnMockModem.java248 private int getActiveSubId(int phoneId) { in getActiveSubId() method in CallDomainSelectionTestOnMockModem
311 int subId = getActiveSubId(sTestSlot); in testCombinedAttachPsSelected()
373 int subId = getActiveSubId(sTestSlot); in testVoiceCallOverPs()
427 int subId = getActiveSubId(sTestSlot); in testVoiceCallOverCs()
489 int subId = getActiveSubId(sTestSlot); in testVoiceCallOverVoWifi()
550 int subId = getActiveSubId(sTestSlot); in testCallWhenImsForSmsOnlyAndCsfbSupported()
608 int subId = getActiveSubId(sTestSlot); in testCallWhenImsForSmsOnlyAndCsfbNotSupported()
658 int subId = getActiveSubId(sTestSlot); in testVoiceCallInNoService()
684 int subId = getActiveSubId(sTestSlot); in testPsVoiceCallEndedWhenRinging()
733 int subId = getActiveSubId(sTestSlot); in testCsVoiceCallEndedWhenAlerting()
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java482 + getActiveSubId(phoneId) + "] for slot=[" + phoneId + "].", in waitForActiveSubIdOrTimeout()
483 ImsUtils.retryUntilTrue(() -> getActiveSubId(phoneId) >= 0, TEST_TIMEOUT_MS, 50)); in waitForActiveSubIdOrTimeout()
484 return getActiveSubId(phoneId); in waitForActiveSubIdOrTimeout()
757 private static int getActiveSubId(int phoneId) { in getActiveSubId() method in SimultaneousCallingRestrictionsTest
DTelephonyManagerTestOnMockModem.java324 private int getActiveSubId(int phoneId) { in getActiveSubId() method in TelephonyManagerTestOnMockModem
424 subId = getActiveSubId(slotId); in testServiceStateChange()
518 subId = getActiveSubId(slotId); in testRegistrationFailed()
657 subId = getActiveSubId(slotId); in testVoiceCallState()
808 subId_0 = getActiveSubId(slotId_0); in testDsdsServiceStateChange()
809 subId_1 = getActiveSubId(slotId_1); in testDsdsServiceStateChange()