Searched refs:ACTION_BATTERY_LOW (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DBatteryController.java144 filter.addAction(Intent.ACTION_BATTERY_LOW);
203 if (Intent.ACTION_BATTERY_LOW.equals(action)) {
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java63 mFilter.addAction(Intent.ACTION_BATTERY_LOW);
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java272 /* The ACTION_BATTERY_LOW broadcast is sent in these situations:
484 final Intent statusIntent = new Intent(Intent.ACTION_BATTERY_LOW);
/frameworks/base/core/java/android/content/
H A DIntent.java2420 * Context.registerReceiver()}. See {@link #ACTION_BATTERY_LOW},
2439 public static final String ACTION_BATTERY_LOW = "android.intent.action.BATTERY_LOW"; field in class:Intent
2442 * This will be sent after {@link #ACTION_BATTERY_LOW} once the battery has

Completed in 1486 milliseconds