Searched refs:isBatteryTipsEnabled (Results 1 – 5 of 5) sorted by relevance
78 when(mFeatureFactory.powerUsageFeatureProvider.isBatteryTipsEnabled()).thenReturn(true); in handleBatteryTipsCardUpdated_adaptiveBrightnessAnomaly_showAnomaly()104 when(mFeatureFactory.powerUsageFeatureProvider.isBatteryTipsEnabled()).thenReturn(true); in handleBatteryTipsCardUpdated_screenTimeoutAnomaly_showAnomaly()135 when(mFeatureFactory.powerUsageFeatureProvider.isBatteryTipsEnabled()).thenReturn(true); in handleBatteryTipsCardUpdated_screenTimeoutAnomalyHasTitle_showAnomaly()158 when(mFeatureFactory.powerUsageFeatureProvider.isBatteryTipsEnabled()).thenReturn(true); in handleBatteryTipsCardUpdated_appAnomaly_showAnomaly()
110 when(mFeatureFactory.powerUsageFeatureProvider.isBatteryTipsEnabled()).thenReturn(true); in onClick_mainBtnOfSettingsAnomalyLaunchPage_getAdaptiveBrightnessLauncher()151 when(mFeatureFactory.powerUsageFeatureProvider.isBatteryTipsEnabled()).thenReturn(true); in onClick_mainBtnOfSettingsAnomalyChangeSettings_settingsChanged()187 when(mFeatureFactory.powerUsageFeatureProvider.isBatteryTipsEnabled()).thenReturn(true); in onClick_dismissBtnOfSettingsAnomaly_cardDismissAndLogged()217 when(mFeatureFactory.powerUsageFeatureProvider.isBatteryTipsEnabled()).thenReturn(true); in onClick_mainBtnOfAppsAnomaly_selectHighlightSlot()249 when(mFeatureFactory.powerUsageFeatureProvider.isBatteryTipsEnabled()).thenReturn(true); in onClick_dismissBtnOfAppsAnomaly_keepHighlightSlotIndex()
45 boolean isBatteryTipsEnabled(); in isBatteryTipsEnabled() method
87 public boolean isBatteryTipsEnabled() { in isBatteryTipsEnabled() method in PowerUsageFeatureProviderImpl
77 assertThat(mPowerFeatureProvider.isBatteryTipsEnabled()).isFalse(); in isBatteryTipsEnabled_returnFalse()