/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerUI.java | 156 final boolean plugged = mPlugType != 0; in onReceive() 171 Slog.d(TAG, "plugged " + oldPlugged + " --> " + plugged); in onReceive() 187 if (!plugged in onReceive() 195 } else if (isPowerSaver || plugged || (bucket > oldBucket && bucket > 0)) { in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BatteryControllerImpl.java | 200 String plugged = args.getString("plugged"); in dispatchDemoCommand() local 204 if (plugged != null) { in dispatchDemoCommand() 205 mPluggedIn = Boolean.parseBoolean(plugged); in dispatchDemoCommand()
|
/frameworks/base/packages/SystemUI/docs/ |
D | demo_mode.md | 31 … | ```plugged``` | | Sets charging state (```true```, ```false```) 104 0 -e plugged false 158 plugged false
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 620 final int plugged = intent.getIntExtra(EXTRA_PLUGGED, 0); 640 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health, 825 public final int plugged; field in KeyguardUpdateMonitor.BatteryStatus 828 public BatteryStatus(int status, int level, int plugged, int health, in BatteryStatus() argument 832 this.plugged = plugged; in BatteryStatus() 842 return plugged == BatteryManager.BATTERY_PLUGGED_AC in isPluggedIn() 843 || plugged == BatteryManager.BATTERY_PLUGGED_USB in isPluggedIn() 844 || plugged == BatteryManager.BATTERY_PLUGGED_WIRELESS; in isPluggedIn()
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 45 so the USB OTG cable should be plugged directly into it.
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | cast.jd | 9 Chromecast plugged in, an Android TV or a Cast for audio device connected to their
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 21 1. Plug in the device. Ensure that it is the only device plugged in
|
/frameworks/base/services/core/java/com/android/server/ |
D | BatteryService.java | 259 final boolean plugged = mPlugType != BATTERY_PLUGGED_NONE; in shouldSendBatteryLowLocked() 268 return !plugged in shouldSendBatteryLowLocked()
|
D | EventLogTags.logtags | 9 2723 battery_status (status|1|5),(health|1|5),(present|1|5),(plugged|1|5),(technology|3)
|
D | DeviceIdleController.java | 331 int plugged = intent.getIntExtra("plugged", 0); 332 updateChargingLocked(plugged != 0);
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | battery-monitoring.jd | 81 <p>The charging status can change as easily as a device can be plugged in, so it's important to
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 5307 void setHdmiPlugged(boolean plugged) { 5308 if (mHdmiPlugged != plugged) { 5309 mHdmiPlugged = plugged; 5313 intent.putExtra(EXTRA_HDMI_PLUGGED_STATE, plugged); 5319 boolean plugged = false; 5331 plugged = 0 != Integer.parseInt(new String(buf, 0, n-1)); 5348 mHdmiPlugged = !plugged;
|
/frameworks/base/docs/html/work/ |
D | cosu.jd | 341 Keep a device’s screen on while plugged in via
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | seamlessness.jd | 231 A mobile device isn't very mobile if it's constantly plugged into the
|
/frameworks/base/docs/html/guide/practices/ |
D | seamlessness.jd | 232 A mobile device isn't very mobile if it's constantly plugged into the
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | running-sync-adapter.jd | 285 scheduling your sync adapter to run at night. Most users leave their powered on and plugged in
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0.jd | 658 <li>The app has work you'd prefer to do when the unit is plugged in.</li> 693 <p>If the device has stable power (that is, it has been plugged in for more
|
D | android-4.2.jd | 139 when the device is inserted into a dock or when the device is left idle while plugged in to a
|
/frameworks/base/docs/html/training/auto/messaging/ |
D | index.jd | 81 a separate Android mobile device. When the mobile device is plugged into a dashboard,
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | android-6.0.jd | 535 <li>Prevent the screen from turning off while plugged in with the
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 115 providers, which only appear if the drive is plugged in. </li>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-element.jd | 254 plugged in an external keyboard.</td>
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21379 field public static final java.lang.String EXTRA_PLUGGED = "plugged";
|
/frameworks/base/api/ |
D | current.txt | 28171 field public static final java.lang.String EXTRA_PLUGGED = "plugged";
|
D | test-current.txt | 28240 field public static final java.lang.String EXTRA_PLUGGED = "plugged";
|