Home
last modified time | relevance | path

Searched refs:setSelectableSubscriptionInfoList (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/network/
DMobileNetworkEntryPreferenceControllerTest.java170 getShadowSubscriptionManager().setSelectableSubscriptionInfoList(selectable); in refreshUi_oneSim_enabled()
183 getShadowSubscriptionManager().setSelectableSubscriptionInfoList(selectable); in refreshUi_oneSim_summaryIsDisplayName()
198 getShadowSubscriptionManager().setSelectableSubscriptionInfoList(selectable); in refreshUi_multiSim_enabled()
213 getShadowSubscriptionManager().setSelectableSubscriptionInfoList(selectable); in refreshUi_multiSim_summaryShowsCount()
237 getShadowSubscriptionManager().setSelectableSubscriptionInfoList(selectable); in performClick_oneSim_startsMobileNetworkFragment()
257 getShadowSubscriptionManager().setSelectableSubscriptionInfoList(selectable); in performClick_multiSim_startsMobileNetworkListFragment()
DMobileNetworkFragmentTest.java65 getShadowSubscriptionManager().setSelectableSubscriptionInfoList( in onMobileNetworkUpdated_startWithArgument_updateTitle()
80 getShadowSubscriptionManager().setSelectableSubscriptionInfoList( in onMobileNetworkUpdated_noArgumentProvided_updateTitle()
93 getShadowSubscriptionManager().setSelectableSubscriptionInfoList( in setUpFragmentWithSubId()
DMobileNetworkListPreferenceControllerTest.java78 getShadowSubscriptionManager().setSelectableSubscriptionInfoList(selectable); in refreshUi_containsElements()
90 getShadowSubscriptionManager().setSelectableSubscriptionInfoList(selectable); in onPreferenceClicked_launchesFragment()
DMobileNetworkUpdateManagerTest.java152 getShadowSubscriptionManager().setSelectableSubscriptionInfoList( in setupMobileNetworkUpdateManager()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowSubscriptionManager.java65 public void setSelectableSubscriptionInfoList(List<SubscriptionInfo> infos) { in setSelectableSubscriptionInfoList() method in ShadowSubscriptionManager