Searched refs:ACTION_SHOW_START_SAVER_CONFIRMATION (Results 1 – 4 of 4) sorted by relevance
231 Intent intent = new Intent(BatterySaverUtils.ACTION_SHOW_START_SAVER_CONFIRMATION); in testDialogStartedFromLauncher_viewVisible()247 Intent intent = new Intent(BatterySaverUtils.ACTION_SHOW_START_SAVER_CONFIRMATION); in testDialogStartedNotFromLauncher_viewNotVisible()262 Intent intent = new Intent(BatterySaverUtils.ACTION_SHOW_START_SAVER_CONFIRMATION); in testDialogShownNotFromLauncher()
76 public static final String ACTION_SHOW_START_SAVER_CONFIRMATION = "PNW.startSaverConfirmation"; field in BatterySaverUtils184 sendSystemUiBroadcast(context, ACTION_SHOW_START_SAVER_CONFIRMATION, extras); in maybeShowBatterySaverConfirmation()
22 …rt static com.android.settingslib.fuelgauge.BatterySaverUtils.ACTION_SHOW_START_SAVER_CONFIRMATION;89 ACTION_SHOW_START_SAVER_CONFIRMATION); in testSetPowerSaveMode_enableWithWarning_firstCall_needConfirmationWarning()
127 private static final String ACTION_SHOW_START_SAVER_CONFIRMATION = field in PowerNotificationWarnings128 BatterySaverUtils.ACTION_SHOW_START_SAVER_CONFIRMATION;825 filter.addAction(ACTION_SHOW_START_SAVER_CONFIRMATION); in init()849 } else if (action.equals(ACTION_SHOW_START_SAVER_CONFIRMATION)) { in onReceive()