Home
last modified time | relevance | path

Searched refs:plugged (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java156 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/
DBatteryControllerImpl.java200 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/
Ddemo_mode.md31 … | ```plugged``` | | Sets charging state (```true```, ```false```)
104 0 -e plugged false
158 plugged false
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java620 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/
DREADME45 so the USB OTG cable should be plugged directly into it.
/frameworks/base/docs/html/distribute/googleplay/
Dcast.jd9 Chromecast plugged in, an Android TV or a Cast for audio device connected to their
/frameworks/base/tools/orientationplot/
DREADME.txt21 1. Plug in the device. Ensure that it is the only device plugged in
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java259 final boolean plugged = mPlugType != BATTERY_PLUGGED_NONE; in shouldSendBatteryLowLocked()
268 return !plugged in shouldSendBatteryLowLocked()
DEventLogTags.logtags9 2723 battery_status (status|1|5),(health|1|5),(present|1|5),(plugged|1|5),(technology|3)
DDeviceIdleController.java331 int plugged = intent.getIntExtra("plugged", 0);
332 updateChargingLocked(plugged != 0);
/frameworks/base/docs/html/training/monitoring-device-state/
Dbattery-monitoring.jd81 <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/
DPhoneWindowManager.java5307 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/
Dcosu.jd341 Keep a device’s screen on while plugged in via
/frameworks/base/docs/html/guide/practices/app-design/
Dseamlessness.jd231 A mobile device isn't very mobile if it's constantly plugged into the
/frameworks/base/docs/html/guide/practices/
Dseamlessness.jd232 A mobile device isn't very mobile if it's constantly plugged into the
/frameworks/base/docs/html/training/sync-adapters/
Drunning-sync-adapter.jd285 scheduling your sync adapter to run at night. Most users leave their powered on and plugged in
/frameworks/base/docs/html/about/versions/
Dandroid-5.0.jd658 <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
Dandroid-4.2.jd139 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/
Dindex.jd81 a separate Android mobile device. When the mobile device is plugged into a dashboard,
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0.jd535 <li>Prevent the screen from turning off while plugged in with the
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd115 providers, which only appear if the drive is plugged in. </li>
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd254 plugged in an external keyboard.</td>
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21379 field public static final java.lang.String EXTRA_PLUGGED = "plugged";
/frameworks/base/api/
Dcurrent.txt28171 field public static final java.lang.String EXTRA_PLUGGED = "plugged";
Dtest-current.txt28240 field public static final java.lang.String EXTRA_PLUGGED = "plugged";

12