Home
last modified time | relevance | path

Searched refs:over (Results 1 – 25 of 253) sorted by relevance

1234567891011

/frameworks/base/tests/AccessoryDisplay/
DREADME2 displays created over an Android Open Accessories Protocol link.
16 from the source device over USB. The sink acts as a USB host
21 events to the source over USB HID.
26 display that happens to be attached over USB. This is the typical
31 to the sink device over USB. The source acts as a USB peripheral
36 an encoder and streams the output to the sink over USB. Then
/frameworks/base/docs/html/training/wearables/apps/
Dbt-debugging.jd1 page.title=Debugging over Bluetooth
24 <p>You can debug your wearable over Bluetooth by routing its debug output to the
45 <li>Enable <b>Debug over Bluetooth</b>.</li>
54 <li>Enable <b>Debugging over Bluetooth</b>. You should see a tiny status summary appear under the
61 <li>Connect the handheld to your machine over USB and run:
85 <p>If there are no other devices connected over TCP/IP (namely emulators), you can shorten the com…
Dindex.jd74 …<dt><a href="{@docRoot}training/wearables/apps/bt-debugging.html">Debugging over Bluetooth</a></dt>
75 <dd>Learn how to debug your wearable over Bluetooth instead of USB.</dd>
/frameworks/base/docs/html/training/efficient-downloads/
Dconnectivity_patterns.jd32 …As a result, you should endeavor to perform data transfers when connected over Wi-Fi whenever poss…
38 <p>When connected over a wireless radio, higher bandwidth generally comes at the price of higher ba…
42 …bandwidth means you can prefetch more aggressively, downloading more data over the same time. Perh…
/frameworks/multidex/library/
DREADME.txt6 Note that multidexing will allow to go over the dex index limit.
/frameworks/base/docs/html/training/multiple-threads/
Drun-code.jd109 // Stores the array length in order to iterate over the array
112 * Iterates over the array of Runnables and interrupts each one's Thread.
115 // Iterates over the array of tasks
/frameworks/base/core/java/android/widget/
DOverScroller.java747 void fling(int start, int velocity, int min, int max, int over) { in fling() argument
748 mOver = over; in fling()
841 void notifyEdgeReached(int start, int end, int over) { in notifyEdgeReached() argument
844 mOver = over; in notifyEdgeReached()
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dindex.jd32 applications of data that is relevant to the application. It also goes over how to work with the
38 <dd>This document goes over the APIs that enable use of the various tag technologies that
/frameworks/base/docs/html/tools/adk/
Dadk2.jd21 <li><a href="#adk-conn-bt">ADK Connection over Bluetooth</a></li>
22 <li><a href="#adk-conn-usb">ADK Connection over USB</a></li>
54 <p>One of the important new features demonstrated by this ADK is the ability to play audio over a
111 <li>Place and hold your fingertip over the clock symbol on the control face.
116 <li>Place your fingertip over the alarm clock symbol to activate alarm setting.</li>
120 <li>To set the alarm tone, place and hold your fingertip over the alarm clock symbol, then tap the
187 <p>To play audio over Bluetooth:</p>
191 device to the ADK over Bluetooth.</li>
200 <p>To play audio over USB, you must use a device running Android 4.1 (API Level 16) or higher:</p>
315 accessory to an Android device over Bluetooth.</li>
[all …]
Dindex.jd15 devices, over a USB cable or through a Bluetooth connection. If you are building an accessory that
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dindex.jd53 <code>adb</code> over a network connection. To enable <code>adb</code> over a network
/frameworks/base/docs/html/guide/faq/
Dlicensingandoss.jd18 …a.com/news.ars/post/20071106-why-google-chose-the-apache-software-license-over-gplv2.html">ArsTech…
/frameworks/base/docs/html/google/play/licensing/
Doverview.jd75 directly, but instead calls the Google Play client over remote IPC to
80 validate any response from the server, and a callback over which the
90 application over the IPC callback.</li>
94 license and you have full control over how it handles the response, verifies the
202 <li>To complete a license check, the licensing server must be accessible over
/frameworks/opt/net/ims/
DREADME.txt11 - 3GPP TS 24.623 : XCAP over the Ut interface for manipulating supplementary services
51 Provides IMS voice / video calls over LTE network.
/frameworks/base/docs/html/distribute/engage/
Dgcm.jd2 …users in sync with your latest content by delivering lightweight messages over Google's infrastruc…
/frameworks/base/docs/html/guide/topics/connectivity/
Dindex.jd3 …rovides rich APIs to let your app connect and interact with other devices over Bluetooth, NFC, Wi-…
/frameworks/base/docs/html/about/versions/
Dandroid-3.1-highlights.jd132 over USB and/or Bluetooth HID, in any combination. No special configuration or
145 most PC joysticks and gamepads that are connected over USB or Bluetooth HID.</p>
148 game controllers over USB (but not Bluetooth), Logitech Dual Action&trade; gamepads and
167 proxy when communicating with the network over the access point and other apps
212 can connect their cameras over USB and import their pictures to Gallery with a
356 <h3 id="rtp">RTP API, for control over audio streaming sessions</h3>
362 transmit or receive data streams over any available network.</p>
Dkitkat.jd152 <strong>procstats tool</strong> details memory use over time, with run times
215 Android apps can now print any type of content over Wi-Fi or
227 system UI for printing, giving users consistent control over printing from
248 you can update print services over-the-air at any time.
540 For custom control over the transitions that run between specific scenes in
617 connected to your Android SDK environment over USB. It's a great new way to
698 use-cases such as listening to music over a headset with the screen off. For
700 playback time of up to 60 hours, an increase of over 50% over non-tunneled
852 interactions. <strong>Bluetooth HID over GATT</strong> (HOGP) gives apps a
1067 Procstats keeps track of <strong>how apps are running over time</strong>,
[all …]
/frameworks/base/docs/html/distribute/analyze/
Dunderstand-user-value.jd9 value over time. Fundamentally, users are people — and no two people are
55 back over time.
78 such as how their purchase patterns change over time. However, in order to
/frameworks/native/opengl/specs/
DEGL_ANDROID_image_native_buffer.txt101 The requirements have evolved over time and will continue to change with
/frameworks/base/docs/html/distribute/googleplay/
Dguide.jd21 Developer Console to distribute your app to over 1 billion Android users
/frameworks/base/docs/html/training/tv/tif/
Dindex.jd24 video streamed over the internet.
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd74 <p>Learn peoples' preferences over time. Rather than asking them to make the same choices over and
75 over, place previous choices within easy reach.</p>
/frameworks/base/docs/html/design/tv/
Dstyle.jd12 steadily increased over time, users expect TV experiences to be relatively simple and
65 <p>Subtle hue or brightness differences between elements may disappear or be over-emphasized on
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt51 - Exposure (over/under)

1234567891011