Home
last modified time | relevance | path

Searched refs:ACTION_BATTERY_LOW (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/docs/html-intl/zh-cn/training/monitoring-device-state/
Dbattery-monitoring.jd108 <p>以下清单代码段提取自广播接收器中的 intent 过滤器元素。通过侦听 {@link android.content.Intent#ACTION_BATTERY_LOW} 和 {@link a…
112 &lt;action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
/frameworks/base/docs/html-intl/ru/training/monitoring-device-state/
Dbattery-monitoring.jd108 …го. Для этого прослушиваются события {@link android.content.Intent#ACTION_BATTERY_LOW} и {@link an…
112 &lt;action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
/frameworks/base/docs/html-intl/ja/training/monitoring-device-state/
Dbattery-monitoring.jd108 …状態に入ったときや、その状態が解消されたときに呼び出されます。そのために、{@link android.content.Intent#ACTION_BATTERY_LOW} と {@link an…
112 &lt;action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
/frameworks/base/docs/html-intl/ko/training/monitoring-device-state/
Dbattery-monitoring.jd108 … 리시버 내의 인텐트 필터를 보여줍니다. 배터리가 얼마 남지 않거나{@link android.content.Intent#ACTION_BATTERY_LOW} 배터리 상태가 회복되…
112 &lt;action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
DBatteryWaster.java63 mFilter.addAction(Intent.ACTION_BATTERY_LOW); in onCreate()
/frameworks/base/docs/html/training/monitoring-device-state/
Dbattery-monitoring.jd139 condition by listening for {@link android.content.Intent#ACTION_BATTERY_LOW} and {@link
144 &lt;action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
/frameworks/base/docs/html-intl/es/training/monitoring-device-state/
Dbattery-monitoring.jd108 …ptor de emisión. El receptor detecta {@link android.content.Intent#ACTION_BATTERY_LOW} y {@link an…
112 &lt;action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
/frameworks/base/services/java/com/android/server/
DBatteryService.java434 Intent statusIntent = new Intent(Intent.ACTION_BATTERY_LOW); in processValuesLocked()
/frameworks/base/core/java/android/content/
DIntent.java1855 public static final String ACTION_BATTERY_LOW = "android.intent.action.BATTERY_LOW"; field in Intent
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd149 <td>{@code ACTION_BATTERY_LOW}
/frameworks/base/api/
Dcurrent.txt6036 …field public static final java.lang.String ACTION_BATTERY_LOW = "android.intent.action.BATTERY_LOW…