Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DDataUsageSummaryTest.java121 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_withSim_shouldShowMobileAndWifi()
126 verify(dataUsageSummary).addWifiSection(); in configuration_withSim_shouldShowMobileAndWifi()
142 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_withoutSim_shouldShowWifiSectionOnly()
147 verify(dataUsageSummary).addWifiSection(); in configuration_withoutSim_shouldShowWifiSectionOnly()
163 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_withoutMobile_shouldShowWifiSectionOnly()
168 verify(dataUsageSummary).addWifiSection(); in configuration_withoutMobile_shouldShowWifiSectionOnly()
187 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_invalidDataSusbscription_shouldShowWifiSectionOnly()
192 verify(dataUsageSummary).addWifiSection(); in configuration_invalidDataSusbscription_shouldShowWifiSectionOnly()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummary.java103 addWifiSection(); in onCreate()
109 addWifiSection(); in onCreate()
183 void addWifiSection() { in addWifiSection() method in DataUsageSummary