Searched refs:getSystemUiBroadcast (Results 1 – 1 of 1) sorted by relevance
132 context.sendBroadcast(getSystemUiBroadcast(ACTION_SHOW_START_SAVER_CONFIRMATION)); in maybeShowBatterySaverConfirmation()137 context.sendBroadcast(getSystemUiBroadcast(ACTION_SHOW_AUTO_SAVER_SUGGESTION)); in showAutoBatterySaverSuggestion()140 private static Intent getSystemUiBroadcast(String action) { in getSystemUiBroadcast() method in BatterySaverUtils