/packages/apps/Settings/res/values-en-rIN/ |
strings.xml | 77 <string name="battery_info_status_label" msgid="8109155295509700309">"Battery status:"</string> 79 <string name="battery_info_scale_label" msgid="3649763192389778437">"Battery scale:"</string> 80 <string name="battery_info_level_label" msgid="8706526709307788737">"Battery level:"</string> 81 <string name="battery_info_health_label" msgid="6416051542741886958">"Battery health:"</string> 82 <string name="battery_info_technology_label" msgid="788304533220748681">"Battery technology:"</string> 83 <string name="battery_info_voltage_label" msgid="8971764146757637863">"Battery voltage:"</string> 85 <string name="battery_info_temperature_label" msgid="1968383098818648037">"Battery temperature:"</string> 88 <string name="battery_info_awake_battery" msgid="2557725975486185849">"Awake time on battery:"</string> 262 <string name="battery_info_label" msgid="4132685016148679403">"Battery info"</string> [all...] |
/frameworks/base/core/res/res/values/ |
config.xml | 41 <item><xliff:g id="id">battery</xliff:g></item> 473 <!-- Indicate whether the SD card is accessible without removing the battery. --> 539 <!-- Display low battery warning when battery level dips to this value. 540 Also, the battery stats are flushed to disk when we hit this level. --> 543 <!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. --> 546 <!-- Display low battery warning when battery level dips to this value --> 549 <!-- Close low battery warning when battery level reaches this value -- [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_ag_api.h | 249 #define BTA_AG_AT_CBC_EVT 25 /* Battery Level report from HF */ 316 #define BTA_AG_IND_BATTCHG 6 /* position of battery charge indicator */
|
/external/chromium/base/ |
time_win.cc | 26 // faster multimedia timers can hurt battery life. See the intel 31 // will only increase the system-wide timer if we're not running on battery
|
/frameworks/base/docs/html/training/basics/network-ops/ |
connecting.jd | 28 <li><a href="{@docRoot}training/monitoring-device-state/index.html">Optimizing Battery Life</a></li> 29 <li><a href="{@docRoot}training/efficient-downloads/index.html">Transferring Data Without Draining the Battery</a></li>
|
/frameworks/base/services/java/com/android/server/ |
Watchdog.java | 237 public void init(Context context, BatteryService battery, 241 mBattery = battery;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
LocationModeTestActivity.java | 38 * example in battery saving mode, Wi-Fi should be on but GPS should be off.
|
/developers/samples/android/ui/window/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/advancedimmersivemode/ |
AdvancedImmersiveModeFragment.java | 166 // which usually shows notification icons, battery life, etc
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
main.c | 214 // This is to avoid consuming battery while not being used.
|
/external/e2fsprogs/e2fsck/ |
e2fsck.conf.5.in | 136 be doubled if the system is running on battery. This setting defaults to
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
main.c | 214 // This is to avoid consuming battery while not being used.
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
pausing.jd | 78 GPS), or any resources that may affect battery life while your activity is paused and the user
|
/frameworks/base/wifi/java/android/net/wifi/ |
BatchedScanSettings.java | 28 * This can give information over time with minimal battery impact.
|
/packages/apps/Settings/res/xml/ |
settings_headers.xml | 93 <!-- Battery -->
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
bluetooth-le.jd | 70 For example, a device could contain a heart rate monitor and a battery level 235 results are returned. Because scanning is battery-intensive, you should observe 241 the battery.</li>
|
/frameworks/base/services/java/com/android/server/wifi/ |
WifiController.java | 69 * the approximate point at which the battery drain caused by Wi-Fi 70 * being enabled but not active exceeds the battery drain caused by 359 if (DBG) Slog.d(TAG, "battery changed pluggedType: " + pluggedType);
|
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | 72 * battery life. All times are represented in microseconds except where indicated 268 * These keep track of battery levels (1-100) at the last plug event and the last unplug event. 586 // lock count, and are in "battery realtime" units. [all...] |
/external/qemu/android/ |
console.c | [all...] |
/frameworks/base/services/java/com/android/server/power/ |
PowerManagerService.java | 107 // Dirty bit: battery state changed 165 // If the battery level drops by this percentage and the user activity timeout 275 // The current battery level percentage. 278 // The battery level percentage at the time the dream started. 279 // This is used to terminate a dream and go to sleep if the battery is 321 // A bitfield of battery conditions under which to make the screen stay on. [all...] |
/frameworks/base/docs/html/training/ |
training_toc.cs | 535 "How to minimize your app's impact on the battery when performing downloads 537 >Transferring Data Without Draining the Battery</a> [all...] |
/frameworks/base/docs/html/guide/components/ |
fundamentals.jd | 173 that the screen has turned off, the battery is low, or a picture was captured. 236 announcement being broadcast (for example, a broadcast to indicate the device battery is low 237 includes only a known action string that indicates "battery is low").</p>
|
/frameworks/base/packages/Keyguard/res/values/ |
strings.xml | 55 <!-- When the lock screen is showing, the phone is plugged in and the battery is fully 59 <!-- When the lock screen is showing and the phone plugged in, and the battery 63 <!-- When the lock screen is showing and the battery is low, warn user to plug
|
/art/runtime/jdwp/ |
jdwp_adb.cc | 221 * of battery life, we should consider timing out and giving
|
/device/asus/flo/overlay/frameworks/base/core/res/res/values/ |
config.xml | 220 <!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultHttpClient.java | 99 * speed and save battery. See the <a
|