OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:battery
(Results
76 - 100
of
500
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/asus/flo/overlay/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml
28
Mute
battery
sounds on tablets after one hour with screen off -->
/device/asus/grouper/overlay/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml
26
Mute
battery
sounds on tablets after one hour with screen off -->
/device/asus/tilapia/overlay/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml
26
Mute
battery
sounds on tablets after one hour with screen off -->
/external/chromium/chrome/browser/chromeos/status/
power_menu_button.cc
53
// The first item shows the percentage of
battery
left.
58
// The second item shows the
battery
is charged if it is.
62
// If
battery
is in an intermediate charge state, show how much time left.
144
// Get the power image depending on
battery
percentage. Percentage is
/external/chromium_org/ash/system/chromeos/power/
power_status_view.h
58
//
Battery
status indicator icon.
power_status.cc
64
// Minimum
battery
percentage rendered in UI.
67
// Width and height of
battery
images.
209
// Get the horizontal offset in the
battery
icon array image. The USB /
211
// image contains a "
battery
" column on the left and a "line power"
215
// Get the vertical offset corresponding to the current
battery
level.
/external/chromium_org/base/power_monitor/
power_monitor.cc
47
<< "
battery
";
power_monitor.h
35
// Is the computer currently on
battery
power.
/external/chromium_org/chrome/browser/chromeos/policy/
login_screen_power_management_policy.cc
22
const char kScreenDimDelayBattery[] = "
Battery
.Delays.ScreenDim";
23
const char kScreenOffDelayBattery[] = "
Battery
.Delays.ScreenOff";
24
const char kIdleDelayBattery[] = "
Battery
.Delays.Idle";
26
const char kIdleActionBattery[] = "
Battery
.IdleAction";
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
queue.h
23
* much less CPU (and
battery
), which is important to consider for ChromeOS
/external/qemu/hw/
power_supply.h
24
* For systems where the charger determines the maximum
battery
capacity
/frameworks/av/services/audioflinger/
Configuration.h
23
// uncomment to enable detailed
battery
usage reporting (not debugged)
/frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd
2
parent.title=Transferring Data Without Draining the
Battery
26
<li><a href="{@docRoot}training/monitoring-device-state/index.html">Optimizing
Battery
Life</a></li>
32
<p>Using the wireless radio to transfer data is potentially one of your app's most significant sources of
battery
drain. To minimize the
battery
drain associated with network activity, it's critical that you understand how your connectivity model will affect the underlying radio hardware.</p>
34
<p>This lesson introduces the wireless radio state machine and explains how your app's connectivity model interacts with it. It goes on to propose ways to minimize your data connections, use prefetching, and bundle your transfers in order to minimize the
battery
drain associated with your data transfers.</p>
42
<li><b>Low power</b>: An intermediate state that uses around 50% of the
battery
power at the full state.</li>
46
<p>While the low and idle states drain significantly less
battery
, they also introduce significant latency to network requests. Returning to full power from the low state takes around 1.5 seconds, while moving from idle to full can take over 2 seconds.</p>
59
<p>Unfortunately, this approach can lead to inefficient apps on modern smartphone OSs like Android, where apps run both in the foreground (where latency is important) and in the background (where
battery
life should be prioritized).</p>
65
<p>In practice, this means an app that transfers unbundled data for 1 second every 18 seconds will keep the wireless radio perpetually active, moving it back to high power just as it was about to become idle. As a result, every minute it will consume
battery
at the high power state for 18 seconds, and at the low power state for the remaining 42 seconds.</p>
69
<p>The second example allows the radio to be idle for an additional 40 second every minute, resulting in a massive reduction in
battery
consumption.</p
[
all
...]
/frameworks/base/docs/html/training/monitoring-device-state/
docking-monitoring.jd
2
parent.title=Optimizing
Battery
Life
6
previous.title= Monitoring the
Battery
Level and Charging State
7
previous.link=
battery
-monitoring.html
58
<pre>int dockState =
battery
.getIntExtra(EXTRA_DOCK_STATE, -1);
/frameworks/base/docs/html-intl/ru/training/monitoring-device-state/
manifest-receivers.jd
2
parent.title=Optimizing
Battery
Life
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DemoMode.java
30
public static final String COMMAND_BATTERY = "
battery
";
/system/core/charger/
charger.c
129
struct power_supply *
battery
;
member in struct:charger
304
if (!charger->
battery
)
307
ret = read_file_int(charger->
battery
->cap_path, &batt_cap);
425
bool
battery
= false;
local
444
if (!strncmp(ps_type, "
Battery
", 7))
445
battery
= true;
463
/* only pick up the first
battery
for now */
464
if (
battery
&& !charger->
battery
)
465
charger->
battery
= supply
[
all
...]
/frameworks/base/docs/html/about/versions/
android-1.6-highlights.jd
63
<img src="{@docRoot}sdk/images/
battery
.png" class="screenshot" alt="" /><br/>
64
Battery
Usage Indicator
106
<h3 id="
Battery
">
Battery
usage indicator</h3>
108
<p>A new
battery
usage screen lets users see which apps and services are consuming
109
battery
power. If the user determines that a particular service or application is
110
using too much power, they can take action to save the
battery
by
/frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java
47
*
battery
life.
71
Slog.w("BatteryStats", "Writing
battery
stats before shutdown...");
88
* to reflect events that affect
battery
usage. You must lock the
98
//Slog.i("foo", "SENDING
BATTERY
INFO:");
497
pw.println("
Battery
stats (batterystats) dump options:");
534
pw.println("
Battery
stats reset.");
540
pw.println("
Battery
stats written.");
/frameworks/base/services/java/com/android/server/power/
WirelessChargerDetector.java
38
* if the
battery
is already nearly full or if it is too hot. As a result, we cannot
39
* always rely on the
battery
service wireless plug signal to accurately indicate
52
* but is not receiving power anymore because the
battery
is full.
58
*
battery
already appears to be mostly full. This situation may indicate
60
* wasn't receiving power because the
battery
was already full. We can't tell
64
* signals that occur when the
battery
level is above a given threshold.
86
// Upper bound on the
battery
charge percentage in order to consider turning
178
* @param batteryLevel The current
battery
level.
213
// receiving power wirelessly, has a high enough
battery
level that we
214
// can be assured that charging was not delayed due to the
battery
previousl
[
all
...]
/external/qemu-pc-bios/bochs/bios/
apmbios.S
293
// mov bh, #0x02 //
battery
294
mov bl, #0xff // unknown
battery
status
296
mov ch, #0x80 // no system
battery
301
mov si, #0 // zero
battery
302
// mov si, #1 // one
battery
/external/chromium_org/ash/
ash_strings.grd
452
<message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL" desc="The label in the tray dialog to indicate that the
battery
is full.">
453
Battery
full
455
<message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT" desc="The label in the tray dialog to show the remaining
battery
power as a percent.">
458
<message name="IDS_ASH_STATUS_TRAY_BATTERY_PERCENT_ONLY" desc="The label in the tray bubble setting row to show the remaining
battery
power as a percent.">
461
<message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL" desc="The label in the tray dialog to show a time estimate until the
battery
is fully charged.">
464
<message name="IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING" desc="The label in the tray dialog indicating that the time to charge or discharge the
battery
is being calculated.">
467
<message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_LEFT_SHORT" desc="The label in the tray bubble settings row to show a time estimate until the
battery
is empty.">
470
<message name="IDS_ASH_STATUS_TRAY_BATTERY_TIME_UNTIL_FULL_SHORT" desc="The label in the tray bubble settings row to show a time estimate until the
battery
is fully charged.">
473
<message name="IDS_ASH_STATUS_TRAY_BATTERY_CHARGING_UNRELIABLE" desc="The label in the tray dialog to indicate that
battery
charging is unreliable.">
476
<message name="IDS_ASH_STATUS_TRAY_BATTERY_FULL_CHARGE_ACCESSIBLE" desc="The message used by accessibility to show
battery
is fully charged."
[
all
...]
/external/chromium_org/ash/strings/
ash_strings_en-GB.xtb
4
<translation id="3595596368722241419">
Battery
full</translation>
19
<translation id="8054466585765276473">Calculating
battery
time.</translation>
110
<translation id="1621499497873603021">Time left until
battery
is empty, <ph name="TIME_LEFT"/></translation>
138
<translation id="2727977024730340865">Plugged in to a low-power charger.
Battery
charging may not be reliable.</translation>
151
<translation id="3019353588588144572">Time remaining until
battery
is fully charged, <ph name="TIME_REMAINING"/></translation>
176
<translation id="9201131092683066720">
Battery
is <ph name="PERCENTAGE"/>% full.</translation>
190
<translation id="6785414152754474415">
Battery
is <ph name="PERCENTAGE"/>% full and charging.</translation>
192
<translation id="4895488851634969361">
Battery
is full.</translation>
215
<translation id="8940956008527784070">
Battery
low (<ph name="PERCENTAGE"/>%)</translation>
/frameworks/base/packages/SystemUI/res/values-en-rGB/
strings.xml
36
<string name="battery_low_subtitle" msgid="1752040062087829196">"The
battery
is getting low."</string>
39
<string name="battery_low_why" msgid="7279169609518386372">"
Battery
use"</string>
86
<string name="accessibility_no_battery" msgid="358343022352820946">"No
battery
."</string>
87
<string name="accessibility_battery_one_bar" msgid="7774887721891057523">"
Battery
one bar."</string>
88
<string name="accessibility_battery_two_bars" msgid="8500650438735009973">"
Battery
two bars."</string>
89
<string name="accessibility_battery_three_bars" msgid="2302983330865040446">"
Battery
three bars."</string>
90
<string name="accessibility_battery_full" msgid="8909122401720158582">"
Battery
full."</string>
136
<string name="accessibility_battery_level" msgid="7451474187113371965">"
Battery
<xliff:g id="NUMBER">%d</xliff:g> per cent."</string>
153
<string name="accessibility_quick_settings_battery" msgid="1480931583381408972">"
Battery
<xliff:g id="STATE">%s</xliff:g>."</string>
/frameworks/base/packages/SystemUI/res/values-en-rIN/
strings.xml
36
<string name="battery_low_subtitle" msgid="1752040062087829196">"The
battery
is getting low."</string>
39
<string name="battery_low_why" msgid="7279169609518386372">"
Battery
use"</string>
86
<string name="accessibility_no_battery" msgid="358343022352820946">"No
battery
."</string>
87
<string name="accessibility_battery_one_bar" msgid="7774887721891057523">"
Battery
one bar."</string>
88
<string name="accessibility_battery_two_bars" msgid="8500650438735009973">"
Battery
two bars."</string>
89
<string name="accessibility_battery_three_bars" msgid="2302983330865040446">"
Battery
three bars."</string>
90
<string name="accessibility_battery_full" msgid="8909122401720158582">"
Battery
full."</string>
136
<string name="accessibility_battery_level" msgid="7451474187113371965">"
Battery
<xliff:g id="NUMBER">%d</xliff:g> per cent."</string>
153
<string name="accessibility_quick_settings_battery" msgid="1480931583381408972">"
Battery
<xliff:g id="STATE">%s</xliff:g>."</string>
Completed in 1715 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>