Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DDataUsageSummaryTest.java139 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_withSim_shouldShowMobileAndWifi()
144 verify(dataUsageSummary).addWifiSection(); in configuration_withSim_shouldShowMobileAndWifi()
158 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_withoutSim_shouldShowWifiSectionOnly()
163 verify(dataUsageSummary).addWifiSection(); in configuration_withoutSim_shouldShowWifiSectionOnly()
177 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_withoutMobile_shouldShowWifiSectionOnly()
182 verify(dataUsageSummary).addWifiSection(); in configuration_withoutMobile_shouldShowWifiSectionOnly()
199 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_invalidDataSusbscription_shouldShowWifiSectionOnly()
204 verify(dataUsageSummary).addWifiSection(); in configuration_invalidDataSusbscription_shouldShowWifiSectionOnly()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummary.java101 addWifiSection(); in onCreate()
107 addWifiSection(); in onCreate()
164 void addWifiSection() { in addWifiSection() method in DataUsageSummary
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DDataUsageSummary.java106 addWifiSection(); in onCreate()
112 addWifiSection(); in onCreate()
168 void addWifiSection() { in addWifiSection() method in DataUsageSummary