Searched refs:updateSubscriptionIds (Results 1 – 6 of 6) sorted by relevance
88 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2)); in updateSubscriptionIds_beforeResume_startedListening()111 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2)); in updateSubscriptionIds_twoCalls_oneIdAdded()118 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2, SUB_ID_3)); in updateSubscriptionIds_twoCalls_oneIdAdded()133 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2)); in updateSubscriptionIds_twoCalls_oneIdRemoved()138 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_2)); in updateSubscriptionIds_twoCalls_oneIdRemoved()154 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2)); in updateSubscriptionIds_twoCalls_twoIdsRemovedOneAdded()158 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_3)); in updateSubscriptionIds_twoCalls_twoIdsRemovedOneAdded()171 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2)); in updateSubscriptionIds_thenPauseResume_correctlyStartsAndStops()
226 mSignalStrengthListener.updateSubscriptionIds(Collections.emptySet()); in update()227 mTelephonyDisplayInfoListener.updateSubscriptionIds(Collections.emptySet()); in update()266 mSignalStrengthListener.updateSubscriptionIds(activeDataSubIds); in update()267 mTelephonyDisplayInfoListener.updateSubscriptionIds(activeDataSubIds); in update()
173 mSignalStrengthListener.updateSubscriptionIds(Collections.singleton(defaultDataSubId)); in updateListener()179 mSignalStrengthListener.updateSubscriptionIds(Collections.emptySet()); in updateListener()
72 public void updateSubscriptionIds(Set<Integer> ids) { in updateSubscriptionIds() method in SignalStrengthListener
85 public void updateSubscriptionIds(Set<Integer> ids) { in updateSubscriptionIds() method in TelephonyDisplayInfoListener
811 updateSubscriptionIds(); in updateAllFields()1258 private void updateSubscriptionIds() { in updateSubscriptionIds() method in RadioInfo