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.java92 doNothing().when(mDataUsageSummary).addWifiSection(); in setUp()
117 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_withSim_shouldShowMobileAndWifi()
122 verify(dataUsageSummary).addWifiSection(); in configuration_withSim_shouldShowMobileAndWifi()
137 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_withoutSim_shouldShowWifiSectionOnly()
142 verify(dataUsageSummary).addWifiSection(); in configuration_withoutSim_shouldShowWifiSectionOnly()
157 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_withoutMobile_shouldShowWifiSectionOnly()
162 verify(dataUsageSummary).addWifiSection(); in configuration_withoutMobile_shouldShowWifiSectionOnly()
180 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_invalidDataSusbscription_shouldShowWifiSectionOnly()
185 verify(dataUsageSummary).addWifiSection(); in configuration_invalidDataSusbscription_shouldShowWifiSectionOnly()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummary.java108 addWifiSection(); in onCreate()
114 addWifiSection(); in onCreate()
180 void addWifiSection() { in addWifiSection() method in DataUsageSummary