Searched refs:ACTION_SHOW_START_SAVER_CONFIRMATION (Results 1 – 4 of 4) sorted by relevance
243 Intent intent = new Intent(BatterySaverUtils.ACTION_SHOW_START_SAVER_CONFIRMATION); in testDialogStartedFromLauncher_viewVisible()258 Intent intent = new Intent(BatterySaverUtils.ACTION_SHOW_START_SAVER_CONFIRMATION); in testDialogStartedNotFromLauncher_viewNotVisible()273 Intent intent = new Intent(BatterySaverUtils.ACTION_SHOW_START_SAVER_CONFIRMATION); in testDialogShownNotFromLauncher()
75 public static final String ACTION_SHOW_START_SAVER_CONFIRMATION = "PNW.startSaverConfirmation"; field in BatterySaverUtils183 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()
126 private static final String ACTION_SHOW_START_SAVER_CONFIRMATION = field in PowerNotificationWarnings127 BatterySaverUtils.ACTION_SHOW_START_SAVER_CONFIRMATION;829 filter.addAction(ACTION_SHOW_START_SAVER_CONFIRMATION); in init()853 } else if (action.equals(ACTION_SHOW_START_SAVER_CONFIRMATION)) { in onReceive()