Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DCallDomainSelectionTestOnMockModem.java257 int subsLength = allSubs.length; in getActiveSubId() local
258 Log.d(TAG, " Active Sub length is " + subsLength); in getActiveSubId()
260 assertTrue(phoneId <= (subsLength - 1)); in getActiveSubId()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java768 int subsLength = allSubs.length; in getActiveSubId() local
769 return (phoneId < subsLength) ? allSubs[phoneId] : -1; in getActiveSubId()
DTelephonyManagerTestOnMockModem.java333 int subsLength = allSubs.length; in getActiveSubId() local
334 Log.d(TAG, " Active Sub length is " + subsLength); in getActiveSubId()
336 return (phoneId < subsLength) ? allSubs[phoneId] : -1; in getActiveSubId()