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