Home
last modified time | relevance | path

Searched refs:getSelectableSubscriptionInfoList (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/network/
H A DMobileNetworkEntryPreferenceControllerTest.java204 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onCreate_oneSim_enabled()
216 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onCreate_oneSim_summaryIsDisplayName()
230 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onCreate_multiSim_enabled()
244 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onCreate_multiSim_summaryShowsCount()
269 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in performClick_oneSim_startsMobileNetworkFragment()
290 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in performClick_multiSim_startsMobileNetworkListFragment()
304 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in performToggle_disabled_setsDataEnabled()
321 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in performToggle_enabled_setsDataDisabled()
H A DSubscriptionUtilsTest.java49 when(subscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in getAvailableSubscriptions_hasSubscriptionsFromSubscriptionManager_valueReturned()
87 when(subscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in getAvailableSubscriptions_hasInactiveInsertedPSim_valueRemoved()
H A DMobileNetworkListPreferenceControllerTest.java95 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onCreate_containsElements()
108 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onPreferenceClicked_launchesFragment()
H A DMobileNetworkFragmentTest.java92 when(sMockSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn( in onMobileNetworkUpdated_noArgumentProvided_updateTitle()
112 when(sMockSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn( in setUpFragmentWithSubId()
H A DMobileNetworkUpdateManagerTest.java138 when(mMockSubscriptionManager.getSelectableSubscriptionInfoList()) in setupMobileNetworkUpdateManager()
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowSubscriptionManager.java61 protected List<SubscriptionInfo> getSelectableSubscriptionInfoList() { in getSelectableSubscriptionInfoList() method in ShadowSubscriptionManager
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/network/
H A DSubscriptionUtils.java46 emptyIfNull(subscriptionManager.getSelectableSubscriptionInfoList())); in getAvailableSubscriptions()
H A DMobileNetworkUpdateManager.java160 mSubscriptionManager.getSelectableSubscriptionInfoList()) { in getSubscription()
H A DMobileNetworkFragment.java128 mSubscriptionManager.getSelectableSubscriptionInfoList()) { in onMobileNetworkUpdated()
/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DSubscriptionUtil.java104 return new ArrayList<>(emptyIfNull(getSelectableSubscriptionInfoList(context))); in getAvailableSubscriptions()
394 public static List<SubscriptionInfo> getSelectableSubscriptionInfoList(Context context) {
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DMobileDataSlice.java189 SubscriptionUtil.getSelectableSubscriptionInfoList(mContext); in isMobileDataAvailable()
/aosp12/packages/apps/Settings/src/com/android/settings/sim/receivers/
H A DSimSlotChangeHandler.java290 SubscriptionUtil.getSelectableSubscriptionInfoList(mContext); in getGroupedEmbeddedSubscriptions()
/aosp12/packages/apps/Settings/src/com/android/settings/sim/
H A DChooseSimActivity.java279 SubscriptionUtil.getSelectableSubscriptionInfoList(this); in updateSubscriptions()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/calling/
H A DWifiCallingSettings.java238 return SubscriptionUtil.getSelectableSubscriptionInfoList(context); in getSelectableSubscriptions()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java3339 public @Nullable List<SubscriptionInfo> getSelectableSubscriptionInfoList() { in getSelectableSubscriptionInfoList() method in SubscriptionManager