Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/
DSignalStrengthListenerTest.java88 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()
/packages/apps/Settings/src/com/android/settings/network/
DSubscriptionsPreferenceController.java226 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()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkProviderWorker.java173 mSignalStrengthListener.updateSubscriptionIds(Collections.singleton(defaultDataSubId)); in updateListener()
179 mSignalStrengthListener.updateSubscriptionIds(Collections.emptySet()); in updateListener()
DSignalStrengthListener.java72 public void updateSubscriptionIds(Set<Integer> ids) { in updateSubscriptionIds() method in SignalStrengthListener
DTelephonyDisplayInfoListener.java85 public void updateSubscriptionIds(Set<Integer> ids) { in updateSubscriptionIds() method in TelephonyDisplayInfoListener
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java811 updateSubscriptionIds(); in updateAllFields()
1258 private void updateSubscriptionIds() { in updateSubscriptionIds() method in RadioInfo