Home
last modified time | relevance | path

Searched refs:ACTION_BATTERY_CHANGED (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBatteryControllerImpl.java68 filter.addAction(Intent.ACTION_BATTERY_CHANGED); in registerReceiver()
105 if (action.equals(Intent.ACTION_BATTERY_CHANGED)) { in onReceive()
129 Intent dummy = new Intent(Intent.ACTION_BATTERY_CHANGED); in onReceive()
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
DBatteryWaster.java62 mFilter.addAction(Intent.ACTION_BATTERY_CHANGED); in onCreate()
172 if (Intent.ACTION_BATTERY_CHANGED.equals(action)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java133 filter.addAction(Intent.ACTION_BATTERY_CHANGED); in init()
145 if (action.equals(Intent.ACTION_BATTERY_CHANGED)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/pm/
DBackgroundDexOptService.java103 IntentFilter filter = new IntentFilter(Intent.ACTION_BATTERY_CHANGED); in getBatteryLevel()
/frameworks/base/docs/html-intl/intl/ru/training/monitoring-device-state/
Dbattery-monitoring.jd43 <pre>IntentFilter ifilter = new IntentFilter(Intent.ACTION_BATTERY_CHANGED);
/frameworks/base/docs/html-intl/intl/ja/training/monitoring-device-state/
Dbattery-monitoring.jd43 <pre>IntentFilter ifilter = new IntentFilter(Intent.ACTION_BATTERY_CHANGED);
/frameworks/base/docs/html-intl/intl/zh-cn/training/monitoring-device-state/
Dbattery-monitoring.jd43 <pre>IntentFilter ifilter = new IntentFilter(Intent.ACTION_BATTERY_CHANGED);
/frameworks/base/docs/html-intl/intl/ko/training/monitoring-device-state/
Dbattery-monitoring.jd43 <pre>IntentFilter ifilter = new IntentFilter(Intent.ACTION_BATTERY_CHANGED);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DBatteryInfo.java116 new IntentFilter(Intent.ACTION_BATTERY_CHANGED)); in getBatteryInfo()
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java144 if (action.equals(Intent.ACTION_BATTERY_CHANGED)) {
215 new IntentFilter(Intent.ACTION_BATTERY_CHANGED)); in setServer()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java174 new IntentFilter(Intent.ACTION_BATTERY_CHANGED)); in onStart()
DBatteryService.java515 final Intent intent = new Intent(Intent.ACTION_BATTERY_CHANGED); in sendIntentLocked()
DDeviceIdleController.java329 case Intent.ACTION_BATTERY_CHANGED: {
1409 filter.addAction(Intent.ACTION_BATTERY_CHANGED); in onBootPhase()
/frameworks/base/docs/html/training/monitoring-device-state/
Dbattery-monitoring.jd58 <pre>IntentFilter ifilter = new IntentFilter(Intent.ACTION_BATTERY_CHANGED);
/frameworks/base/docs/html-intl/intl/es/training/monitoring-device-state/
Dbattery-monitoring.jd43 <pre>IntentFilter ifilter = new IntentFilter(Intent.ACTION_BATTERY_CHANGED);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java618 } else if (Intent.ACTION_BATTERY_CHANGED.equals(action)) {
1002 filter.addAction(Intent.ACTION_BATTERY_CHANGED); in KeyguardUpdateMonitor()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHelper.java758 new IntentFilter(Intent.ACTION_BATTERY_CHANGED)); in load()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1368 } else if (action.equals(Intent.ACTION_BATTERY_CHANGED)) {
1409 intentFilter.addAction(Intent.ACTION_BATTERY_CHANGED); in registerForBroadcasts()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java596 filter.addAction(Intent.ACTION_BATTERY_CHANGED); in systemReady()
/frameworks/base/core/java/android/content/
DIntent.java2290 public static final String ACTION_BATTERY_CHANGED = "android.intent.action.BATTERY_CHANGED"; field in Intent
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java775 IntentFilter filter = new IntentFilter(Intent.ACTION_BATTERY_CHANGED); in RIL()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7593 …field public static final java.lang.String ACTION_BATTERY_CHANGED = "android.intent.action.BATTERY…
/frameworks/base/api/
Dcurrent.txt8524 …field public static final java.lang.String ACTION_BATTERY_CHANGED = "android.intent.action.BATTERY…
Dtest-current.txt8533 …field public static final java.lang.String ACTION_BATTERY_CHANGED = "android.intent.action.BATTERY…
Dsystem-current.txt8854 …field public static final java.lang.String ACTION_BATTERY_CHANGED = "android.intent.action.BATTERY…