HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_POWER_SAVE_MODE_CHANGING (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BatteryController.java 50 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGING);
90 } else if (action.equals(PowerManager.ACTION_POWER_SAVE_MODE_CHANGING)) {
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatterySaverSettings.java 19 import static android.os.PowerManager.ACTION_POWER_SAVE_MODE_CHANGING;
184 mContext.registerReceiver(this, new IntentFilter(ACTION_POWER_SAVE_MODE_CHANGING));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 140 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGING);
212 } else if (PowerManager.ACTION_POWER_SAVE_MODE_CHANGING.equals(action)) {
  /frameworks/base/core/java/android/os/
PowerManager.java 830 public static final String ACTION_POWER_SAVE_MODE_CHANGING
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 695 Intent intent = new Intent(PowerManager.ACTION_POWER_SAVE_MODE_CHANGING)
    [all...]

Completed in 190 milliseconds