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

  /frameworks/base/core/java/android/os/
BatteryManager.java 169 public static final String ACTION_CHARGING = "android.os.action.CHARGING";
175 * This is paired with {@link #ACTION_CHARGING}. The current state can always
243 * broadcasts of {@link #ACTION_CHARGING} and {@link #ACTION_DISCHARGING}.
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DeviceStateMonitorTest.java 106 Intent intent = new Intent(BatteryManager.ACTION_CHARGING);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
ChargingConstraintTestActivity.java 87 intentFilter.addAction(BatteryManager.ACTION_CHARGING);
127 if (BatteryManager.ACTION_CHARGING.equals(intent.getAction())) {
  /frameworks/base/services/core/java/com/android/server/job/controllers/
BatteryController.java 147 filter.addAction(BatteryManager.ACTION_CHARGING);
220 } else if (BatteryManager.ACTION_CHARGING.equals(action)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DeviceStateMonitor.java 137 case BatteryManager.ACTION_CHARGING:
187 filter.addAction(BatteryManager.ACTION_CHARGING);
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 244 action = mCharging ? BatteryManager.ACTION_CHARGING
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 293 milliseconds