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.java142 filter.addAction(Intent.ACTION_BATTERY_LOW);
168 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.java245 /* The ACTION_BATTERY_LOW broadcast is sent in these situations:
450 Intent statusIntent = new Intent(Intent.ACTION_BATTERY_LOW);
/frameworks/base/core/java/android/content/
H A DIntent.java2119 * Context.registerReceiver()}. See {@link #ACTION_BATTERY_LOW},
2138 public static final String ACTION_BATTERY_LOW = "android.intent.action.BATTERY_LOW"; field in class:Intent
2141 * This will be sent after {@link #ACTION_BATTERY_LOW} once the battery has

Completed in 3971 milliseconds