Home
last modified time | relevance | path

Searched refs:subIds (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java219 int[] subIds = mSubscriptionControllerUT.getActiveSubIdList(); in testChangeSIMProperty() local
220 assertTrue(subIds != null && subIds.length != 0); in testChangeSIMProperty()
221 int subID = subIds[0]; in testChangeSIMProperty()
250 int[] subIds = mSubscriptionControllerUT.getActiveSubIdList(); in testSetGetDisplayNameSrc() local
251 assertTrue(subIds != null && subIds.length != 0); in testSetGetDisplayNameSrc()
252 int subID = subIds[0]; in testSetGetDisplayNameSrc()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionControllerMock.java98 int[] subIds = getSubId(phoneId); in getSubIdUsingPhoneId() local
99 if (subIds == null || subIds.length == 0) { in getSubIdUsingPhoneId()
102 return subIds[0]; in getSubIdUsingPhoneId()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java962 int[] subIds = SubscriptionManager.getSubId(mPhoneId); in setWfcModeForSlot() local
964 if (subIds != null && subIds.length >= 1) { in setWfcModeForSlot()
965 subId = subIds[0]; in setWfcModeForSlot()
2010 int[] subIds = SubscriptionManager.getSubId(mPhoneId); in getBooleanCarrierConfigForSlot() local
2012 if (subIds != null && subIds.length >= 1) { in getBooleanCarrierConfigForSlot()
2013 subId = subIds[0]; in getBooleanCarrierConfigForSlot()
2059 int[] subIds = SubscriptionManager.getSubId(mPhoneId); in getIntCarrierConfigForSlot() local
2061 if (subIds != null && subIds.length >= 1) { in getIntCarrierConfigForSlot()
2062 subId = subIds[0]; in getIntCarrierConfigForSlot()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java257 int[] subIds = SubscriptionManager.getSubId(phoneId); in decodeWapPdu() local
258 int subId = (subIds != null) && (subIds.length > 0) ? subIds[0] in decodeWapPdu()
DSubscriptionController.java1437 ArrayList<Integer> subIds = new ArrayList<Integer>(); in getSubId() local
1442 subIds.add(sub); in getSubId()
1447 int numSubIds = subIds.size(); in getSubId()
1451 subIdArr[i] = subIds.get(i); in getSubId()
1833 int[] subIds = getSubId(phoneId); in getSubIdUsingPhoneId() local
1834 if (subIds == null || subIds.length == 0) { in getSubIdUsingPhoneId()
1837 return subIds[0]; in getSubIdUsingPhoneId()
DSubscriptionInfoUpdater.java409 int[] subIds = mSubscriptionManager.getActiveSubscriptionIdList(); in handleSimLoaded() local
410 for (int subId : subIds) { in handleSimLoaded()
DServiceStateTracker.java2300 int[] subIds = SubscriptionManager.getSubId(mPhone.getPhoneId()); in updateSpnDisplay() local
2301 if (subIds != null && subIds.length > 0) { in updateSpnDisplay()
2302 subId = subIds[0]; in updateSpnDisplay()
2346 int[] subIds = SubscriptionManager.getSubId(mPhone.getPhoneId()); in updateSpnDisplay() local
2347 if (subIds != null && subIds.length > 0) { in updateSpnDisplay()
2348 subId = subIds[0]; in updateSpnDisplay()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1329 int[] subIds = SubscriptionManager.getSubId(phoneId); in putPhoneIdAndSubIdExtra() local
1330 if (subIds != null && subIds.length > 0) { in putPhoneIdAndSubIdExtra()
1331 putPhoneIdAndSubIdExtra(intent, phoneId, subIds[0]); in putPhoneIdAndSubIdExtra()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java175 int[] subIds = SubscriptionManager.getSubId(slotId);
176 if (subIds != null) {
178 return subIds[0];
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerBaseTest.java162 protected void setSubscriptions(int... subIds) { in setSubscriptions() argument
164 for (int subId : subIds) { in setSubscriptions()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1102 final int[] subIds = sub.getActiveSubscriptionIdList(); in isTemplateRelevant() local
1103 for (int subId : subIds) { in isTemplateRelevant()
1510 final int[] subIds = sm.getActiveSubscriptionIdList();
1511 for (int subId : subIds) {
1677 final int[] subIds = sub.getActiveSubscriptionIdList(); in ensureActiveMobilePolicyAL() local
1678 for (int subId : subIds) { in ensureActiveMobilePolicyAL()