Searched refs:ACTION_SHOW_AUTO_SAVER_SUGGESTION (Results 1 – 3 of 3) sorted by relevance
81 public static final String ACTION_SHOW_AUTO_SAVER_SUGGESTION field in BatterySaverUtils152 sendSystemUiBroadcast(context, ACTION_SHOW_AUTO_SAVER_SUGGESTION, in setPowerSaveMode()
21 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()
128 private static final String ACTION_SHOW_AUTO_SAVER_SUGGESTION = field in PowerNotificationWarnings129 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()