Home
last modified time | relevance | path

Searched refs:WarningBannerInfo (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DAnomalyEventWrapper.java56 @Nullable Function<WarningBannerInfo, T> warningBannerInfoSupplier, in getInfo()
74 Function<WarningBannerInfo, String> warningBannerInfoSupplier, in getString() argument
116 getInfo(WarningBannerInfo::getTitleString, WarningItemInfo::getTitleString); in getTitleString()
133 WarningBannerInfo::getMainButtonString, in getMainBtnString()
141 WarningBannerInfo::getCancelButtonString, in getDismissBtnString()
186 getInfo(WarningBannerInfo::getMainButtonDestination, null); in getSubSettingLauncher()
189 getInfo(WarningBannerInfo::getMainButtonSourceMetricsCategory, null); in getSubSettingLauncher()
191 getInfo(WarningBannerInfo::getMainButtonSourceHighlightKey, null); in getSubSettingLauncher()
262 getInfo(WarningBannerInfo::getMainButtonConfigSettingsName, null); in updateSystemSettingsIfAvailable()
264 getInfo(WarningBannerInfo::getMainButtonConfigSettingsValue, null); in updateSystemSettingsIfAvailable()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DBatteryTestUtils.java42 import com.android.settings.fuelgauge.batteryusage.WarningBannerInfo;
233 WarningBannerInfo.Builder warningBannerInfoBuilder = in createAdaptiveBrightnessAnomalyEvent()
234 WarningBannerInfo.newBuilder() in createAdaptiveBrightnessAnomalyEvent()
263 WarningBannerInfo.newBuilder() in createScreenTimeoutAnomalyEvent()
/packages/apps/Settings/src/com/android/settings/fuelgauge/protos/
Dpower_anomaly_event.proto18 WarningBannerInfo warning_banner_info = 6;
49 message WarningBannerInfo { message