Searched refs:enableProxySubscriptionManager (Results 1 – 2 of 2) sorted by relevance
116 doNothing().when(dataUsageSummary).enableProxySubscriptionManager(any()); in configuration_withSim_shouldShowMobileAndWifi()137 doNothing().when(dataUsageSummary).enableProxySubscriptionManager(any()); in configuration_withoutSim_shouldShowWifiSectionOnly()158 doNothing().when(dataUsageSummary).enableProxySubscriptionManager(any()); in configuration_withoutMobile_shouldShowWifiSectionOnly()182 doNothing().when(dataUsageSummary).enableProxySubscriptionManager(any()); in configuration_invalidDataSusbscription_shouldShowWifiSectionOnly()
83 enableProxySubscriptionManager(context); in onCreate()154 void enableProxySubscriptionManager(Context context) { in enableProxySubscriptionManager() method in DataUsageSummary