Searched refs:ACTION_POWER_SAVE_MODE_CHANGING (Results 1 – 3 of 3) sorted by relevance
100 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGING); in registerReceiver()156 } else if (action.equals(PowerManager.ACTION_POWER_SAVE_MODE_CHANGING)) { in onReceive()
479 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGING) in handleBatterySaverStateChanged()
2006 public static final String ACTION_POWER_SAVE_MODE_CHANGING field in PowerManager