Searched refs:sendSystemUiBroadcast (Results 1 – 1 of 1) sorted by relevance
153 sendSystemUiBroadcast(context, ACTION_SHOW_AUTO_SAVER_SUGGESTION, in setPowerSaveMode()184 sendSystemUiBroadcast(context, ACTION_SHOW_START_SAVER_CONFIRMATION, extras); in maybeShowBatterySaverConfirmation()193 sendSystemUiBroadcast(context, ACTION_SAVER_STATE_MANUAL_UPDATE, enabledReasonExtras); in recordBatterySaverEnabledReason()196 private static void sendSystemUiBroadcast(Context context, String action, Bundle extras) { in sendSystemUiBroadcast() method in BatterySaverUtils