Home
last modified time | relevance | path

Searched refs:dock (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/docs/html/training/monitoring-device-state/
Ddocking-monitoring.jd33 docks and digital versus analog docks. The dock-state is typically closely linked to the charging
36 <p>How the dock-state of the phone affects your update rate depends on your app. You may choose
37 to increase the update frequency of a sports center app when it's in the desktop dock, or disable
41 <p>The dock state is also broadcast as a sticky {@link android.content.Intent}, allowing you to
42 query if the device is docked or not, and if so, in which kind of dock.</p>
47 <p>The dock-state details are included as an extra in a sticky broadcast of the {@link
64 <p>If a device is docked, it can be docked in any one of four different type of dock:
71 practice to check for all three where you are only interested in the type of dock rather than it
84 device's dock-state, simply register a broadcast receiver in your application manifest as shown in
89 <p>You can extract the dock type and state within the receiver implementation using the same
Dbattery-monitoring.jd155 <p>In many cases, the act of charging a device is coincident with putting it into a dock. The next
156 lesson shows you how to determine the current dock state and monitor for changes in device
Dindex.jd60 determine, and monitor, the docking state and type of dock being used to affect your app's
/frameworks/base/tests/AccessoryDisplay/
DREADME13 a monitor or video dock that the user will want to plug a phone into.
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java7053 Intent dock = createHomeDockIntent(); in startDockOrHome() local
7054 if (dock != null) { in startDockOrHome()
7057 dock.putExtra(WindowManagerPolicy.EXTRA_FROM_HOME_KEY, fromHomeKey); in startDockOrHome()
7059 startActivityAsUser(dock, UserHandle.CURRENT); in startDockOrHome()
7104 Intent dock = createHomeDockIntent(); in goHome() local
7105 if (dock != null) { in goHome()
7107 .startActivityAsUser(null, null, dock, in goHome()
7108 dock.resolveTypeIfNeeded(mContext.getContentResolver()), in goHome()
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd599 <li>{@code car}: Device is displaying in a car dock</li>
600 <li>{@code desk}: Device is displaying in a desk dock</li>
611 removed from a dock, read <a
615 dock. You can enable or disable some of these modes using {@link
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.jd314 … applications to launch special activities when the device is placed in a desktop or car dock.</li>
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-intl/intl/pt-br/guide/topics/resources/
Dproviding-resources.jd582 …ou removido de um dock, consulte <a href="{@docRoot}training/monitoring-device-state/docking-monit…
583 e monitoramento do tipo e do estado do dock</a>.</p>
585 em um dock. É possível ativar ou desativar alguns desses modos usando {@link
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd1025 the keyboard dock.
/frameworks/base/proto/src/
Dmetrics_constants.proto2152 // User tried to dock an unresizable app.
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd273 device into a desk/car dock or when the night mode changes. See {@link