Searched refs:activeDataSubIds (Results 1 – 1 of 1) sorted by relevance
264 final Set<Integer> activeDataSubIds = new ArraySet<>(); in update() local265 activeDataSubIds.add(subInfo.getSubscriptionId()); in update()266 mSignalStrengthListener.updateSubscriptionIds(activeDataSubIds); in update()267 mTelephonyDisplayInfoListener.updateSubscriptionIds(activeDataSubIds); in update()