Searched refs:getSystemUiBroadcast (Results 1 – 1 of 1) sorted by relevance
173 getSystemUiBroadcast(ACTION_SHOW_START_SAVER_CONFIRMATION, extras)); in maybeShowBatterySaverConfirmation()178 context.sendBroadcast(getSystemUiBroadcast(ACTION_SHOW_AUTO_SAVER_SUGGESTION, extras)); in showAutoBatterySaverSuggestion()181 private static Intent getSystemUiBroadcast(String action, Bundle extras) { in getSystemUiBroadcast() method in BatterySaverUtils