Home
last modified time | relevance | path

Searched refs:allSubs (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java758 int[] allSubs; in getActiveSubId() local
762 allSubs = getContext().getSystemService(SubscriptionManager.class) in getActiveSubId()
767 assertNotNull("Couldn't resolve subIds", allSubs); in getActiveSubId()
768 int subsLength = allSubs.length; in getActiveSubId()
769 return (phoneId < subsLength) ? allSubs[phoneId] : -1; in getActiveSubId()
DTelephonyManagerTestOnMockModem.java329 int[] allSubs = in getActiveSubId() local
333 int subsLength = allSubs.length; in getActiveSubId()
336 return (phoneId < subsLength) ? allSubs[phoneId] : -1; in getActiveSubId()
DTelephonyManagerTest.java1726 int[] allSubs = ShellIdentityUtils.invokeMethodWithShellPermissions( in testGetNetworkCountryIso() local
1728 for (int i : allSubs) { in testGetNetworkCountryIso()
2138 int[] allSubs = ShellIdentityUtils.invokeMethodWithShellPermissions( in testGetServiceStateForInactiveSub() local
2143 for (int sub : allSubs) { in testGetServiceStateForInactiveSub()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DCallDomainSelectionTestOnMockModem.java253 int[] allSubs = in getActiveSubId() local
257 int subsLength = allSubs.length; in getActiveSubId()
262 return allSubs[phoneId]; in getActiveSubId()