Searched refs:addMobileSection (Results 1 – 3 of 3) sorted by relevance
140 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()
97 addMobileSection(defaultSubId); in onCreate()147 void addMobileSection(int subId) { in addMobileSection() method in DataUsageSummary148 addMobileSection(subId, null); in addMobileSection()151 private void addMobileSection(int subId, SubscriptionInfo subInfo) { in addMobileSection() method in DataUsageSummary
102 addMobileSection(defaultSubId); in onCreate()152 void addMobileSection(int subId) { in addMobileSection() method in DataUsageSummary153 addMobileSection(subId, null); in addMobileSection()156 private void addMobileSection(int subId, SubscriptionInfo subInfo) { in addMobileSection() method in DataUsageSummary