HomeSort by relevance Sort by last modified time
    Searched refs:plugged (Results 1 - 23 of 23) sorted by null

  /frameworks/base/core/proto/android/service/
battery.proto 52 // Plugged status of power sources
53 BatteryPlugged plugged = 2;
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
BatteryConstraintTest.java 67 void setBatteryState(boolean plugged, int level) throws Exception {
68 if (plugged) {
86 // plugged/unplugged events. So we can get this updated after the last seq
90 if (curSeq == seq && curCharging == plugged) {
96 + ", plugged=" + plugged + " curCharging=" + curCharging);
133 * plugged in.
151 * plugged in.
170 * not plugged in but has sufficient power.
211 // Ensure the job runs once the device is plugged in
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BatteryControllerImpl.java 142 dummy.putExtra("plugged", savePlugged);
146 dummy.putExtra("plugged", incr > 0 ? BatteryManager.BATTERY_PLUGGED_AC
211 String plugged = args.getString("plugged"); local
215 if (plugged != null) {
216 mPluggedIn = Boolean.parseBoolean(plugged);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 138 boolean plugged = (0 != intent.getIntExtra(BatteryManager.EXTRA_PLUGGED, 0));
140 if (plugged != mPlugged) {
141 mPlugged = plugged;
227 // we need to know whether the device is plugged in to do this correctly
  /external/autotest/client/cros/video/
chameleon_screenshot_capturer.py 80 self.was_plugged = connected_port.plugged
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 179 final boolean plugged = mPlugType != 0;
194 Slog.d(TAG, "plugged " + oldPlugged + " --> " + plugged);
210 if (!plugged
218 } else if (isPowerSaver || plugged || (bucket > oldBucket && bucket > 0)) {
  /packages/apps/Settings/src/com/android/settings/
CryptKeeperSettings.java 64 final int plugged = intent.getIntExtra(BatteryManager.EXTRA_PLUGGED, 0);
70 ((plugged & BatteryManager.BATTERY_PLUGGED_ANY) != 0) &&
  /external/autotest/client/cros/chameleon/
chameleon.py 428 def plugged(self): member in class:ChameleonPort
430 @returns True if this port is plugged to Chameleon, False otherwise.
519 Unplugs the port if needed, sets EDID, plugs back if it was plugged.
525 plugged = self.plugged
526 if plugged:
534 if plugged:
600 HIGH (plugged).
chameleon_video_capturer.py 31 self.was_plugged = self.chameleon_port.plugged
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java 654 final int plugged = intent.getIntExtra(EXTRA_PLUGGED, 0);
674 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health,
854 public final int plugged; field in class:KeyguardUpdateMonitor.BatteryStatus
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 80 * <p>&quot;plugged&quot; - int, 0 if the device is not plugged in; 1 if plugged
81 * into an AC power adapter; 2 if plugged in via USB.</p>
252 // the "stay on while plugged in" option will work.
269 final boolean plugged = mPlugType != BATTERY_PLUGGED_NONE;
273 * - is just un-plugged (previously was plugged) and battery level is
275 * - is not plugged and battery level falls to WARNING boundary
278 return !plugged
    [all...]
DeviceIdleController.java 343 int plugged = intent.getIntExtra("plugged", 0);
344 updateChargingLocked(plugged != 0);
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /external/blktrace/btt/doc/
btt.tex 264 During normal operation, requests queues are \emph{plugged} and during
270 DEV | # Plugs # Timer Us | % Time Q Plugged
282 limit for being plugged.
297 DEV | # Plugs # Timer Us | % Time Q Plugged
302 Overall | # Plugs # Timer Us | % Time Q Plugged
    [all...]
  /external/blktrace/doc/
blktrace.tex     [all...]
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 652 milliseconds