Searched refs:activeIds (Results 1 – 2 of 2) sorted by relevance
1472 ArraySet<Integer> activeIds = new ArraySet<>();1476 activeIds.addAll(nc.getSubscriptionIds());1480 Slog.d(TAG, "Active subscription IDs: " + activeIds);1485 if (activeIds.contains(subId)) {
295 void addActiveIdsForTest(long... activeIds) { in addActiveIdsForTest() argument297 for (long id : activeIds) { in addActiveIdsForTest()