Searched refs:dataUsageSummary (Results 1 – 1 of 1) sorted by relevance
121 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_withSim_shouldShowMobileAndWifi()124 dataUsageSummary.onCreate(null); in configuration_withSim_shouldShowMobileAndWifi()126 verify(dataUsageSummary).addWifiSection(); in configuration_withSim_shouldShowMobileAndWifi()127 verify(dataUsageSummary).addMobileSection(anyInt()); in configuration_withSim_shouldShowMobileAndWifi()142 doNothing().when(dataUsageSummary).addWifiSection(); in configuration_withoutSim_shouldShowWifiSectionOnly()145 dataUsageSummary.onCreate(null); in configuration_withoutSim_shouldShowWifiSectionOnly()147 verify(dataUsageSummary).addWifiSection(); in configuration_withoutSim_shouldShowWifiSectionOnly()166 dataUsageSummary.onCreate(null); in configuration_withoutMobile_shouldShowWifiSectionOnly()168 verify(dataUsageSummary).addWifiSection(); in configuration_withoutMobile_shouldShowWifiSectionOnly()190 dataUsageSummary.onCreate(null); in configuration_invalidDataSusbscription_shouldShowWifiSectionOnly()[all …]