Searched refs:getSelectableSubscriptionInfoList (Results 1 – 15 of 15) sorted by relevance
204 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()
49 when(subscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in getAvailableSubscriptions_hasSubscriptionsFromSubscriptionManager_valueReturned()87 when(subscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in getAvailableSubscriptions_hasInactiveInsertedPSim_valueRemoved()
95 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onCreate_containsElements()108 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onPreferenceClicked_launchesFragment()
92 when(sMockSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn( in onMobileNetworkUpdated_noArgumentProvided_updateTitle()112 when(sMockSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn( in setUpFragmentWithSubId()
138 when(mMockSubscriptionManager.getSelectableSubscriptionInfoList()) in setupMobileNetworkUpdateManager()
61 protected List<SubscriptionInfo> getSelectableSubscriptionInfoList() { in getSelectableSubscriptionInfoList() method in ShadowSubscriptionManager
46 emptyIfNull(subscriptionManager.getSelectableSubscriptionInfoList())); in getAvailableSubscriptions()
160 mSubscriptionManager.getSelectableSubscriptionInfoList()) { in getSubscription()
128 mSubscriptionManager.getSelectableSubscriptionInfoList()) { in onMobileNetworkUpdated()
104 return new ArrayList<>(emptyIfNull(getSelectableSubscriptionInfoList(context))); in getAvailableSubscriptions()394 public static List<SubscriptionInfo> getSelectableSubscriptionInfoList(Context context) {
189 SubscriptionUtil.getSelectableSubscriptionInfoList(mContext); in isMobileDataAvailable()
290 SubscriptionUtil.getSelectableSubscriptionInfoList(mContext); in getGroupedEmbeddedSubscriptions()
279 SubscriptionUtil.getSelectableSubscriptionInfoList(this); in updateSubscriptions()
238 return SubscriptionUtil.getSelectableSubscriptionInfoList(context); in getSelectableSubscriptions()
3339 public @Nullable List<SubscriptionInfo> getSelectableSubscriptionInfoList() { in getSelectableSubscriptionInfoList() method in SubscriptionManager