Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/
DBatterySaverUtils.java81 public static final String ACTION_SHOW_AUTO_SAVER_SUGGESTION field in BatterySaverUtils
152 sendSystemUiBroadcast(context, ACTION_SHOW_AUTO_SAVER_SUGGESTION, in setPowerSaveMode()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/fuelgauge/
DBatterySaverUtilsTest.java21 import static com.android.settingslib.fuelgauge.BatterySaverUtils.ACTION_SHOW_AUTO_SAVER_SUGGESTION;
159 assertThat(values.get(0).getAction()).isEqualTo(ACTION_SHOW_AUTO_SAVER_SUGGESTION); in testSetPowerSaveMode_enableWithWarning_5thCall_needAutoSuggestionWarning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java128 private static final String ACTION_SHOW_AUTO_SAVER_SUGGESTION = field in PowerNotificationWarnings
129 BatterySaverUtils.ACTION_SHOW_AUTO_SAVER_SUGGESTION;
830 filter.addAction(ACTION_SHOW_AUTO_SAVER_SUGGESTION); in init()
870 } else if (ACTION_SHOW_AUTO_SAVER_SUGGESTION.equals(action)) { in onReceive()