Searched refs:getSelectableSubscriptionInfoList (Results 1 – 13 of 13) sorted by relevance
162 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onCreate_oneSim_enabled()174 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onCreate_oneSim_summaryIsDisplayName()188 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onCreate_multiSim_enabled()202 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onCreate_multiSim_summaryShowsCount()227 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in performClick_oneSim_startsMobileNetworkFragment()248 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in performClick_multiSim_startsMobileNetworkListFragment()
95 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onCreate_containsElements()108 when(mSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in onPreferenceClicked_launchesFragment()
89 when(sMockSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn( in onMobileNetworkUpdated_noArgumentProvided_updateTitle()109 when(sMockSubscriptionManager.getSelectableSubscriptionInfoList()).thenReturn( in setUpFragmentWithSubId()
48 when(subscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in getAvailableSubscriptions_hasSubscriptionsFromSubscriptionManager_valueReturned()86 when(subscriptionManager.getSelectableSubscriptionInfoList()).thenReturn(selectable); in getAvailableSubscriptions_hasInactiveInsertedPSim_valueRemoved()
61 protected List<SubscriptionInfo> getSelectableSubscriptionInfoList() { in getSelectableSubscriptionInfoList() method in ShadowSubscriptionManager
46 emptyIfNull(subscriptionManager.getSelectableSubscriptionInfoList())); in getAvailableSubscriptions()
108 mSubscriptionManager.getSelectableSubscriptionInfoList()) { in onMobileNetworkUpdated()
148 mSubscriptionManager.getSelectableSubscriptionInfoList()) { in getSubscription()
104 return new ArrayList<>(emptyIfNull(getSelectableSubscriptionInfoList(context))); in getAvailableSubscriptions()394 public static List<SubscriptionInfo> getSelectableSubscriptionInfoList(Context context) {
184 SubscriptionUtil.getSelectableSubscriptionInfoList(mContext); in isMobileDataAvailable()
290 SubscriptionUtil.getSelectableSubscriptionInfoList(mContext); in getGroupedEmbeddedSubscriptions()
279 SubscriptionUtil.getSelectableSubscriptionInfoList(this); in updateSubscriptions()
238 return SubscriptionUtil.getSelectableSubscriptionInfoList(context); in getSelectableSubscriptions()