Home
last modified time | relevance | path

Searched refs:addMobileSection (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DDataUsageSummaryTest.java140 doNothing().when(dataUsageSummary).addMobileSection(1); in configuration_withSim_shouldShowMobileAndWifi()
145 verify(dataUsageSummary).addMobileSection(anyInt()); in configuration_withSim_shouldShowMobileAndWifi()
159 doNothing().when(dataUsageSummary).addMobileSection(1); in configuration_withoutSim_shouldShowWifiSectionOnly()
164 verify(dataUsageSummary, never()).addMobileSection(anyInt()); in configuration_withoutSim_shouldShowWifiSectionOnly()
178 doNothing().when(dataUsageSummary).addMobileSection(1); in configuration_withoutMobile_shouldShowWifiSectionOnly()
183 verify(dataUsageSummary, never()).addMobileSection(anyInt()); in configuration_withoutMobile_shouldShowWifiSectionOnly()
200 doNothing().when(dataUsageSummary).addMobileSection(1); in configuration_invalidDataSusbscription_shouldShowWifiSectionOnly()
205 verify(dataUsageSummary, never()).addMobileSection(anyInt()); in configuration_invalidDataSusbscription_shouldShowWifiSectionOnly()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummary.java97 addMobileSection(defaultSubId); in onCreate()
147 void addMobileSection(int subId) { in addMobileSection() method in DataUsageSummary
148 addMobileSection(subId, null); in addMobileSection()
151 private void addMobileSection(int subId, SubscriptionInfo subInfo) { in addMobileSection() method in DataUsageSummary
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DDataUsageSummary.java102 addMobileSection(defaultSubId); in onCreate()
152 void addMobileSection(int subId) { in addMobileSection() method in DataUsageSummary
153 addMobileSection(subId, null); in addMobileSection()
156 private void addMobileSection(int subId, SubscriptionInfo subInfo) { in addMobileSection() method in DataUsageSummary