HomeSort by relevance Sort by last modified time
    Searched full:charging (Results 26 - 50 of 260) sorted by null

12 3 4 5 6 7 8 91011

  /frameworks/base/services/core/java/com/android/server/job/controllers/
BatteryController.java 40 * Simple controller that tracks whether the phone is charging or not. The phone is considered to
41 * be charging when it's been plugged in for more than two minutes, and the system has broadcast
124 * Track whether we're "charging", where charging means that we're ready to commit to
140 // Charging/not charging.
171 // charging, but hasn't been for long enough to be healthy.
182 Slog.d(TAG, "Received charging intent, fired @ "
  /external/autotest/server/site_tests/firmware_ECCharging/
firmware_ECCharging.py 12 Servo based EC charging control test.
16 # Threshold of trickle charging current in mA
72 """Get target charging voltage set in charger."""
80 """Get target charging current set in charger."""
88 """Check if we are trickle charging battery."""
122 if not self.check_ec_capability(['battery', 'charging']):
128 logging.info("Trickling charging battery. Unable to test.")
  /external/autotest/server/site_tests/power_BatteryStateOnResume/
power_BatteryStateOnResume.py 96 """Tests whether battery is in 'Charging/Charged' state."""
98 if not (bat_state == 'Charging' or bat_state == 'Fully charged'):
99 raise error.TestFail('Not Charging. BAT state is %s.' % bat_state)
113 @return battery power 'state' value. (i.e, Charging/Discharging ..)
  /external/autotest/server/cros/servo/
plankton.py 31 # USB charging command delays in seconds.
106 """Gets Plankton charging power in watts."""
111 """Gets the lists of available charging voltages."""
118 @param voltage: Specified charging voltage in volts.
121 raise PlanktonError('Invalid charging voltage: %s' % voltage)
129 """Gets current charging voltage."""
  /external/chromium-trace/catapult/devil/devil/android/
battery_utils.py 166 Device must have charging disabled for this, not just battery updates
299 # If usb charging has been disabled, an extra line of header exists.
312 """Gets the charging state of the device.
318 True if the device is charging, false otherwise.
331 charging so that it will collect power data since last charge.
355 """Restarts device charging so that dumpsys no longer collects power data.
376 the device appear to stop charging so that dumpsys will start collecting
377 power data since last charge. Once the with block is exited, charging is
405 """Disables charging and waits for device to discharge given amount
440 """Enables charging and waits for device to be charged to given level
    [all...]
  /external/cros/system_api/dbus/power_manager/
power_supply_properties.proto 14 // enough rate that the battery is discharging rather than charging; see
35 CHARGING = 1;
40 // is neither charging nor discharging (i.e. current is zero) in a non-full
78 // The charging port to which this power source is connected.
119 // battery isn't charging. -1 if the estimated time would be huge (e.g.
  /frameworks/base/docs/html-intl/intl/ru/training/monitoring-device-state/
battery-monitoring.jd 1 page.title=Monitoring the Battery Level and Charging State
48 <pre>// Are we charging / charged?
53 // How are we charging?
index.jd 5 next.title=Monitoring the Battery Level and Charging State
  /external/autotest/server/site_tests/sequences/
control.power_daily 32 # test. Charging the battery from empty to full can take up to 4 hours.
46 # test. Charging the battery from empty to full can take up to 4 hours.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
android_dumpsys_power_monitor.py 39 # Disable the charging of the device over USB. This is necessary because the
41 # charging.
  /frameworks/base/docs/html/distribute/monetize/
premium.jd 3 page.metaDescription=Charging users to download your apps is a simple, convenient monetization model.
12 Charging users to download your apps is a simple, convenient monetization
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 90 public void onBatteryLevelChanged(int level, boolean pluggedIn, boolean charging) {
92 getContext().getString(charging ? R.string.accessibility_battery_level_charging
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/res/values/
strings.xml 26 <string name="charging_caption">Charging:</string>
  /developers/samples/android/background/JobScheduler/Application/src/main/res/values/
strings.xml 26 <string name="charging_caption">Charging:</string>
  /development/samples/browseable/JobScheduler/res/values/
strings.xml 26 <string name="charging_caption">Charging:</string>
  /device/google/dragon/dumpstate/
dumpstate.cpp 22 /* ask init.dragon.rc to dump the charging state and wait */
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values/
strings.xml 23 <string name="battery_saver_description">To help improve battery life, battery saver reduces your device?s performance and limits vibration, ambient display, location services, and most background data. Email, messaging, and other apps that rely on syncing may not update unless you open them.\n\nBattery saver turns off automatically when your device is charging.</string>
  /device/moto/shamu/overlay/frameworks/base/core/res/res/values/
strings.xml 23 <string name="battery_saver_description">To help improve battery life, battery saver reduces your device?s performance and limits vibration, ambient display, location services, and most background data. Email, messaging, and other apps that rely on syncing may not update unless you open them.\n\nBattery saver turns off automatically when your device is charging.</string>
  /external/autotest/client/site_tests/suite_HWQual/
control.battery_charge_time 13 This test measures the battery charging time and enforces constraints. Before
  /external/autotest/server/site_tests/platform_PowerStatusStress/
control 21 -Check powerd that the device is charging
control.stress2 21 -Check powerd that the device is charging
control.stress3 21 -Check powerd that the device is charging
control.stress4 21 -Check powerd that the device is charging
control.stress5 21 -Check powerd that the device is charging
  /external/autotest/server/site_tests/power_ChargeStatus/
control 14 2. "power_supply_info" state value reports "Charging" when AC Unplugged or

Completed in 1034 milliseconds

12 3 4 5 6 7 8 91011