OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charging
(Results
1 - 8
of
8
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBatteryManager.java
23
public void setIsCharging(boolean
charging
) {
24
isCharging =
charging
;
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PChargingFunctionAddressesParser.java
43
* P-
Charging
-Function-Addresses header parser.
47
* P-
Charging
-Addr = "P-
Charging
-Function-Addresses" HCOLON
71
public PChargingFunctionAddressesParser(String
charging
) {
73
super(
charging
);
149
"P-
Charging
-Function-Addresses: ccf=\"test str\"; ecf=token\n",
150
"P-
Charging
-Function-Addresses: ccf=192.1.1.1; ccf=192.1.1.2; ecf=192.1.1.3; ecf=192.1.1.4\n",
151
"P-
Charging
-Function-Addresses: ccf=[5555::b99:c88:d77:e66]; ccf=[5555::a55:b44:c33:d22]; " +
/external/chromium-trace/catapult/devil/devil/android/
battery_utils.py
224
Device must have
charging
disabled for this, not just battery updates
357
# If usb
charging
has been disabled, an extra line of header exists.
370
"""Gets the
charging
state of the device.
376
True if the device is
charging
, false otherwise.
394
charging
so that it will collect power data since last charge.
418
"""Restarts device
charging
so that dumpsys no longer collects power data.
439
the device appear to stop
charging
so that dumpsys will start collecting
440
power data since last charge. Once the with block is exited,
charging
is
468
"""Disables
charging
and waits for device to discharge given amount
503
"""Enables
charging
and waits for device to be charged to given level
[
all
...]
/external/autotest/client/site_tests/video_JDAPerf/
video_JDAPerf.py
116
logging.warning('Can\'t stop
charging
')
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
BatteryConstraintTest.java
120
// The job scheduler actually looks at the
charging
/discharging state,
125
"cmd jobscheduler get-battery-
charging
").trim());
135
void verifyChargingState(boolean
charging
) throws Exception {
137
"cmd jobscheduler get-battery-
charging
").trim());
138
assertEquals(
charging
, curCharging);
179
* Schedule a job that requires the device is
charging
, when the battery reports it is
192
assertTrue("Job with
charging
constraint did not fire on power.",
246
* Schedule a job that requires the device is
charging
, and assert if failed when
265
assertFalse("Job with
charging
constraint fired while not on power.",
279
assertTrue("Job with
charging
constraint did not fire on power."
[
all
...]
/external/u-boot/doc/
README.power-framework
40
to start
charging
the battery, use PMIC to reduce board's overall power
90
2. Complex battery
charging
.
111
for performing the
charging
114
how they handle the exact
charging
. Trats uses polling (MAX8997) and trats2
139
2.
Charging
battery with hierarchy
163
code responsible for
charging
them and since it in fact describes the
charging
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
AppStandbyTests.java
478
private void setBatteryCharging(final boolean
charging
) throws Exception {
480
if (
charging
) {
/external/autotest/client/cros/power/
power_status.py
491
Returns true if device is currently
charging
from AC power.
493
charging
= False
495
charging
|= (linepower.status == '
Charging
')
496
return
charging
514
SoC. If AC is
charging
and SoC > 95% we can safely assume that.
[
all
...]
Completed in 1523 milliseconds