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

/frameworks/base/services/core/java/com/android/server/
H A DEntropyMixer.java116 broadcastFilter.addAction(Intent.ACTION_POWER_CONNECTED);
H A DBatteryService.java451 Intent statusIntent = new Intent(Intent.ACTION_POWER_CONNECTED);
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java65 mFilter.addAction(Intent.ACTION_POWER_CONNECTED);
/frameworks/base/core/java/android/content/
H A DIntent.java545 * <li> {@link #ACTION_POWER_CONNECTED}
2297 * {@link #ACTION_BATTERY_OKAY}, {@link #ACTION_POWER_CONNECTED},
2337 public static final String ACTION_POWER_CONNECTED = "android.intent.action.ACTION_POWER_CONNECTED"; field in class:Intent

Completed in 2305 milliseconds