Searched refs:updateSubscriptionIds (Results 1 – 4 of 4) sorted by relevance
90 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2)); in updateSubscriptionIds_beforeResume_startedListening()107 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2)); in updateSubscriptionIds_twoCalls_oneIdAdded()111 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2, SUB_ID_3)); in updateSubscriptionIds_twoCalls_oneIdAdded()122 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2)); in updateSubscriptionIds_twoCalls_oneIdRemoved()126 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_2)); in updateSubscriptionIds_twoCalls_oneIdRemoved()140 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2)); in updateSubscriptionIds_twoCalls_twoIdsRemovedOneAdded()144 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_3)); in updateSubscriptionIds_twoCalls_twoIdsRemovedOneAdded()156 mListener.updateSubscriptionIds(Sets.newSet(SUB_ID_1, SUB_ID_2)); in updateSubscriptionIds_thenPauseResume_correctlyStartsAndStops()
156 mSignalStrengthListener.updateSubscriptionIds(Collections.emptySet()); in update()190 mSignalStrengthListener.updateSubscriptionIds(activeSubIds); in update()
66 public void updateSubscriptionIds(Set<Integer> ids) { in updateSubscriptionIds() method in SignalStrengthListener
586 updateSubscriptionIds(); in updateAllFields()985 private final void updateSubscriptionIds() { in updateSubscriptionIds() method in RadioInfo