Searched refs:ACTION_BATTERY_LOW (Results 1 – 11 of 11) sorted by relevance
108 <p>以下清单代码段提取自广播接收器中的 intent 过滤器元素。通过侦听 {@link android.content.Intent#ACTION_BATTERY_LOW} 和 {@link a…112 <action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
108 …го. Для этого прослушиваются события {@link android.content.Intent#ACTION_BATTERY_LOW} и {@link an…112 <action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
108 …状態に入ったときや、その状態が解消されたときに呼び出されます。そのために、{@link android.content.Intent#ACTION_BATTERY_LOW} と {@link an…112 <action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
108 … 리시버 내의 인텐트 필터를 보여줍니다. 배터리가 얼마 남지 않거나{@link android.content.Intent#ACTION_BATTERY_LOW} 배터리 상태가 회복되…112 <action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
63 mFilter.addAction(Intent.ACTION_BATTERY_LOW); in onCreate()
139 condition by listening for {@link android.content.Intent#ACTION_BATTERY_LOW} and {@link144 <action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
108 …ptor de emisión. El receptor detecta {@link android.content.Intent#ACTION_BATTERY_LOW} y {@link an…112 <action android:name="android.intent.action.ACTION_BATTERY_LOW"/>
434 Intent statusIntent = new Intent(Intent.ACTION_BATTERY_LOW); in processValuesLocked()
1855 public static final String ACTION_BATTERY_LOW = "android.intent.action.BATTERY_LOW"; field in Intent
149 <td>{@code ACTION_BATTERY_LOW}
6036 …field public static final java.lang.String ACTION_BATTERY_LOW = "android.intent.action.BATTERY_LOW…