Searched refs:ACTION_POWER_SAVE_MODE_CHANGED (Results 1 – 11 of 11) sorted by relevance
61 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in testIndependentAODBatterySaver_true()76 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in testIndependentAODBatterySaver_false()
99 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in registerReceiver()154 } else if (action.equals(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED)) { in onReceive()
228 case PowerManager.ACTION_POWER_SAVE_MODE_CHANGED:298 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in DeviceStateMonitor()
209 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in init()220 if (PowerManager.ACTION_POWER_SAVE_MODE_CHANGED.equals(action)) { in onReceive()
484 intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in handleBatterySaverStateChanged()
909 if (!PowerManager.ACTION_POWER_SAVE_MODE_CHANGED.equals(intent.getAction())) { in onReceive()949 new IntentFilter(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED)); in initializeTelephonyAndPowerStateListeners()
1953 public static final String ACTION_POWER_SAVE_MODE_CHANGED field in PowerManager
509 case PowerManager.ACTION_POWER_SAVE_MODE_CHANGED:2115 intentFilter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED);
22162 …field public static final java.lang.String ACTION_POWER_SAVE_MODE_CHANGED = "android.os.action.POW…
35270 …field public static final String ACTION_POWER_SAVE_MODE_CHANGED = "android.os.action.POWER_SAVE_MO…
35414 …field public static final String ACTION_POWER_SAVE_MODE_CHANGED = "android.os.action.POWER_SAVE_MO…