Searched defs:subIds (Results 1 – 12 of 12) sorted by relevance
468 List<Integer> subIds = new ArrayList<>(); in testUpdateModernMobileIcons_addSubscription() local493 List<Integer> subIds = new ArrayList<>(); in testUpdateModernMobileIcons_removeSubscription() local520 List<Integer> subIds = new ArrayList<>(); in testUpdateModernMobileIcons_removeSubscriptionOutOfOrder() local549 List<Integer> subIds = Arrays.asList(0, 1, 2, 2); in testProcessSubIdList_moreSubsThanSimSlots_listLimitedToMax() local559 List<Integer> subIds = Arrays.asList(0, 1, -1); in testProcessSubIdList_invalidSimSlotIndexFilteredOut() local573 List<Integer> subIds = Arrays.asList(0, 4); in testProcessSubIdList_indexGreaterThanSimSlotsFilteredOut() local
47 public VcnUnderlyingNetworkSpecifier(@NonNull int[] subIds) { in VcnUnderlyingNetworkSpecifier()
67 public void setNewMobileIconSubIds(List<Integer> subIds) { in setNewMobileIconSubIds()
229 public void updateModernMobileIcons(List<Integer> subIds) { in updateModernMobileIcons()260 List<IconData> processSubIdList(List<Integer> subIds) { in processSubIdList()
338 @NonNull TelephonySubscriptionSnapshot snapshot, Set<Integer> subIds) { in isOpportunistic()
374 private NetworkRequest getTestNetworkRequest(@NonNull Set<Integer> subIds) { in getTestNetworkRequest()
448 final Set<Integer> subIds = new ArraySet<>(); in getAllSubIdsInGroup() local
220 public void setNewMobileIconSubIds(List<Integer> subIds) { in setNewMobileIconSubIds()
102 void setNewMobileIconSubIds(List<Integer> subIds); in setNewMobileIconSubIds()
308 protected void setSubscriptions(int... subIds) { in setSubscriptions()
1856 int[] subIds = Arrays.stream(SubscriptionManager.from(mContext) in notifyCarrierNetworkChange() local
2691 int[] subIds = mSubscriptionManager.getSubscriptionIds(slot); in initializeSimState() local