Searched refs:ACTION_POWER_SAVE_MODE_CHANGED (Results 1 – 13 of 13) sorted by relevance
49 if (action == PowerManager.ACTION_POWER_SAVE_MODE_CHANGED) { in onBroadcastReceived()57 return IntentFilter(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED) in onRegister()
66 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in BlurController()70 if (PowerManager.ACTION_POWER_SAVE_MODE_CHANGED.equals(intent.getAction())) { in BlurController()
61 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in registerReceiver()
144 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in registerReceiver()281 } else if (action.equals(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED)) { in onReceive()
118 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in testIndependentAODBatterySaver_true()133 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in testIndependentAODBatterySaver_false()
467 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in handleBatterySaverStateChanged()473 intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED) in handleBatterySaverStateChanged()
241 case PowerManager.ACTION_POWER_SAVE_MODE_CHANGED:306 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in DeviceStateMonitor()
291 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in init()310 if (PowerManager.ACTION_POWER_SAVE_MODE_CHANGED.equals(action)) { in onReceive()
276 if (!PowerManager.ACTION_POWER_SAVE_MODE_CHANGED in onBootPhase()283 }, new IntentFilter(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED)); in onBootPhase()
527 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in onSystemReady()590 case PowerManager.ACTION_POWER_SAVE_MODE_CHANGED:
3063 public static final String ACTION_POWER_SAVE_MODE_CHANGED field in PowerManager
22162 …field public static final java.lang.String ACTION_POWER_SAVE_MODE_CHANGED = "android.os.action.POW…
33658 …field public static final String ACTION_POWER_SAVE_MODE_CHANGED = "android.os.action.POWER_SAVE_MO…