Searched refs:subIds (Results 1 – 11 of 11) sorted by relevance
226 int[] subIds = mSubscriptionControllerUT.getActiveSubIdList(); in testChangeSIMProperty() local227 assertTrue(subIds != null && subIds.length != 0); in testChangeSIMProperty()228 int subID = subIds[0]; in testChangeSIMProperty()257 int[] subIds = mSubscriptionControllerUT.getActiveSubIdList(); in testSetGetDisplayNameSrc() local258 assertTrue(subIds != null && subIds.length != 0); in testSetGetDisplayNameSrc()259 int subID = subIds[0]; in testSetGetDisplayNameSrc()352 int[] subIds = mSubscriptionControllerUT.getActiveSubIdList(); in testMigrateImsSettings() local353 assertTrue(subIds != null && subIds.length != 0); in testMigrateImsSettings()354 int subID = subIds[0]; in testMigrateImsSettings()
97 int[] subIds = getSubId(phoneId); in getSubIdUsingPhoneId() local98 if (subIds == null || subIds.length == 0) { in getSubIdUsingPhoneId()101 return subIds[0]; in getSubIdUsingPhoneId()
1067 int[] subIds = SubscriptionManager.getSubId(mPhoneId); in getSubId() local1069 if (subIds != null && subIds.length >= 1) { in getSubId()1070 subId = subIds[0]; in getSubId()1940 int[] subIds = SubscriptionManager.getSubId(mPhoneId); in getBooleanCarrierConfig() local1942 if (subIds != null && subIds.length >= 1) { in getBooleanCarrierConfig()1943 subId = subIds[0]; in getBooleanCarrierConfig()1965 int[] subIds = SubscriptionManager.getSubId(mPhoneId); in getIntCarrierConfig() local1967 if (subIds != null && subIds.length >= 1) { in getIntCarrierConfig()1968 subId = subIds[0]; in getIntCarrierConfig()
257 int[] subIds = SubscriptionManager.getSubId(phoneId); in decodeWapPdu() local258 int subId = (subIds != null) && (subIds.length > 0) ? subIds[0] in decodeWapPdu()
1471 ArrayList<Integer> subIds = new ArrayList<Integer>();1476 subIds.add(sub);1481 int numSubIds = subIds.size();1485 subIdArr[i] = subIds.get(i);1872 int[] subIds = getSubId(phoneId);1873 if (subIds == null || subIds.length == 0) {1876 return subIds[0];
2364 int[] subIds = SubscriptionManager.getSubId(mPhone.getPhoneId()); in updateSpnDisplay() local2365 if (subIds != null && subIds.length > 0) { in updateSpnDisplay()2366 subId = subIds[0]; in updateSpnDisplay()2410 int[] subIds = SubscriptionManager.getSubId(mPhone.getPhoneId()); in updateSpnDisplay() local2411 if (subIds != null && subIds.length > 0) { in updateSpnDisplay()2412 subId = subIds[0]; in updateSpnDisplay()
376 int[] subIds = mSubscriptionManager.getActiveSubscriptionIdList(); in handleSimLoaded() local377 for (int subId : subIds) { in handleSimLoaded()
1498 int[] subIds = SubscriptionManager.getSubId(phoneId); in putPhoneIdAndSubIdExtra() local1499 if (subIds != null && subIds.length > 0) { in putPhoneIdAndSubIdExtra()1500 putPhoneIdAndSubIdExtra(intent, phoneId, subIds[0]); in putPhoneIdAndSubIdExtra()
177 protected void setSubscriptions(int... subIds) { in setSubscriptions() argument179 for (int subId : subIds) { in setSubscriptions()
245 int[] subIds = SubscriptionManager.getSubId(slotId);246 if (subIds != null) {248 return subIds[0];
1742 final int[] subIds = ArrayUtils.defeatNullable(sm.getActiveSubscriptionIdList());1745 final SparseArray<String> subIdToSubscriberId = new SparseArray<>(subIds.length);1746 for (int subId : subIds) {