Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/
DSignalStrengthListenerTest.java90 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()
/packages/apps/Settings/src/com/android/settings/network/
DSubscriptionsPreferenceController.java156 mSignalStrengthListener.updateSubscriptionIds(Collections.emptySet()); in update()
190 mSignalStrengthListener.updateSubscriptionIds(activeSubIds); in update()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DSignalStrengthListener.java66 public void updateSubscriptionIds(Set<Integer> ids) { in updateSubscriptionIds() method in SignalStrengthListener
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java586 updateSubscriptionIds(); in updateAllFields()
985 private final void updateSubscriptionIds() { in updateSubscriptionIds() method in RadioInfo