Searched refs:ACTION_POWER_SAVE_MODE_CHANGED (Results 1 – 11 of 11) sorted by relevance
66 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in BlurController()70 if (PowerManager.ACTION_POWER_SAVE_MODE_CHANGED.equals(intent.getAction())) { in BlurController()
81 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in testIndependentAODBatterySaver_true()96 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in testIndependentAODBatterySaver_false()
109 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in registerReceiver()201 } else if (action.equals(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED)) { in onReceive()
488 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in handleBatterySaverStateChanged()494 intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED) in handleBatterySaverStateChanged()
228 case PowerManager.ACTION_POWER_SAVE_MODE_CHANGED:290 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in DeviceStateMonitor()
233 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in init()255 if (PowerManager.ACTION_POWER_SAVE_MODE_CHANGED.equals(action)) { in onReceive()
1096 if (!PowerManager.ACTION_POWER_SAVE_MODE_CHANGED.equals(intent.getAction())) { in onReceive()1139 new IntentFilter(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED)); in initializeDeviceStateListeners()
351 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in onSystemReady()397 case PowerManager.ACTION_POWER_SAVE_MODE_CHANGED:
2536 public static final String ACTION_POWER_SAVE_MODE_CHANGED field in PowerManager
31654 …field public static final String ACTION_POWER_SAVE_MODE_CHANGED = "android.os.action.POWER_SAVE_MO…
22162 …field public static final java.lang.String ACTION_POWER_SAVE_MODE_CHANGED = "android.os.action.POW…