Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java232 public void addToSubIdList(int slotIndex, Integer value) { in addToSubIdList() method in SubscriptionController.WatchedSlotIndexToSubIds
1442 if (addToSubIdList(slotIndex, subId, subscriptionType)) { in addSubInfo()
4348 private synchronized boolean addToSubIdList(int slotIndex, int subId, int subscriptionType) { in addToSubIdList() method
4362 sSlotIndexToSubIds.addToSubIdList(slotIndex, subId); in addToSubIdList()
4366 sSlotIndexToSubIds.addToSubIdList(slotIndex, subId); in addToSubIdList()