Searched refs:allSubs (Results 1 – 4 of 4) sorted by relevance
758 int[] allSubs; in getActiveSubId() local762 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()
329 int[] allSubs = in getActiveSubId() local333 int subsLength = allSubs.length; in getActiveSubId()336 return (phoneId < subsLength) ? allSubs[phoneId] : -1; in getActiveSubId()
1726 int[] allSubs = ShellIdentityUtils.invokeMethodWithShellPermissions( in testGetNetworkCountryIso() local1728 for (int i : allSubs) { in testGetNetworkCountryIso()2138 int[] allSubs = ShellIdentityUtils.invokeMethodWithShellPermissions( in testGetServiceStateForInactiveSub() local2143 for (int sub : allSubs) { in testGetServiceStateForInactiveSub()
253 int[] allSubs = in getActiveSubId() local257 int subsLength = allSubs.length; in getActiveSubId()262 return allSubs[phoneId]; in getActiveSubId()