Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 143) sorted by relevance

123456

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java187 public void setHandles(int handles) { in setHandles() argument
188 mHandles = handles; in setHandles()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java350 int[] handles = device.getObjectHandles(storageId, 0, objectHandle); in getObjectList() local
351 if (handles == null) { in getObjectList()
355 int length = handles.length; in getObjectList()
358 MtpObjectInfo info = device.getObjectInfo(handles[i]); in getObjectList()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp228 MtpObjectHandleList* handles = device->getObjectHandles(storageID, format, objectID); in android_mtp_MtpDevice_get_object_handles() local
229 if (!handles) in android_mtp_MtpDevice_get_object_handles()
232 int length = handles->size(); in android_mtp_MtpDevice_get_object_handles()
235 env->SetIntArrayRegion(array, 0, length, (const jint *)handles->array()); in android_mtp_MtpDevice_get_object_handles()
237 delete handles; in android_mtp_MtpDevice_get_object_handles()
Dandroid_mtp_MtpDatabase.cpp267 jint* handles = env->GetIntArrayElements(array, 0); in getObjectList() local
270 list->push(handles[i]); in getObjectList()
271 env->ReleaseIntArrayElements(array, handles, 0); in getObjectList()
978 jint* handles = env->GetIntArrayElements(array, 0); in getObjectReferences() local
981 list->push(handles[i]); in getObjectReferences()
982 env->ReleaseIntArrayElements(array, handles, 0); in getObjectReferences()
998 jint* handles = env->GetIntArrayElements(array, 0); in setObjectReferences() local
1000 handles[i] = (*references)[i]; in setObjectReferences()
1001 env->ReleaseIntArrayElements(array, handles, 0); in setObjectReferences()
/frameworks/base/docs/html/training/beam-files/
Dindex.jd37 While the Android Beam file transfer API handles large amounts of data, the Android Beam NDEF
38 transfer API introduced in Android 4.0 (API level 14) handles small amounts of data such as
/frameworks/base/docs/html/design/building-blocks/
Dtext-fields.jd72 <h4>Selection handles</h4>
73 <p>Selection handles can be dragged to select more or less text while remaining in selection mode.<…
/frameworks/av/media/mtp/
DMtpServer.cpp581 MtpObjectHandleList* handles = mDatabase->getObjectList(storageID, format, parent); in doGetObjectHandles() local
582 mData.putAUInt32(handles); in doGetObjectHandles()
583 delete handles; in doGetObjectHandles()
619 MtpObjectHandleList* handles = mDatabase->getObjectReferences(handle); in doGetObjectReferences() local
620 if (handles) { in doGetObjectReferences()
621 mData.putAUInt32(handles); in doGetObjectReferences()
622 delete handles; in doGetObjectReferences()
/frameworks/base/docs/html/guide/topics/text/
Dspell-checker-framework.jd122 handles requests to cancel spell checking,
124 onGetSuggestions()}, which handles a word suggestion request, or
126 onGetSuggestionsMultiple()}, which handles batches of word suggestion requests.
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd74 {@link android.net.Uri} (such as when your activity handles to other kind of "extra" data, instead
76 data your activity handles, such as {@code text/plain} or {@code image/jpeg}.</p>
93 <p>For example, here's an activity with an intent filter that handles the {@link
119 <p>For example, suppose your activity handles both text and images for both the {@link
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt23 WifiStateMachine: Tracks the various states on STA and AP connectivity and handles bring up and shu…
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd184 avoid the activity restart, then you can declare that your activity handles the configuration change
192 <p>To declare that your activity handles a configuration change, edit the appropriate <a
204 <p>For example, the following manifest code declares an activity that handles both the
233 12 or lower, then your activity always handles this configuration change itself (this configuration
/frameworks/base/docs/html/training/in-app-billing/
Dpurchase-iab-products.jd42 … listener that is notified when the purchase operation has completed and handles the purchase resp…
80 …s a listener that is notified when the query operation has completed and handles the query respons…
110 …tener} that is notified when the consumption operation has completed and handles the consumption r…
/frameworks/base/docs/html/distribute/monetize/
Dsubscriptions.jd22 When users purchase subscriptions in your apps, Google Play handles all
/frameworks/base/docs/html/guide/faq/
Dframework.jd42 that also handles UI events. The only exception is the code that handles
/frameworks/base/docs/html/google/gcm/
Dindex.jd18 devices on the same connection. The GCM service handles all aspects of queueing of messages
/frameworks/base/docs/html/guide/appendix/
Dglossary.jd58 <dd>A drawing surface that handles compositing of the actual bits against
70 the {@link android.content.ContentProvider} class, which handles content
246 <dd>An object that draws to a rectangular area on the screen and handles
269 Because a widget is fully implemented, it handles measuring and drawing
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dindex.jd31 <dd>This document describes how Android handles discovered NFC tags and how it notifies
/frameworks/base/docs/html/guide/topics/ui/controls/
Dcheckbox.jd61 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles the
Dradiobutton.jd68 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles the
Dtogglebutton.jd68 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles the
/frameworks/base/docs/html/google/play/licensing/
Doverview.jd51 client, which handles communication with the Google Play server.</p>
69 handles all of the licensing-related communication with the Google Play licensing service. With
94 license and you have full control over how it handles the response, verifies the
/frameworks/base/docs/html/training/cloudsync/
Dbackupapi.jd159 android.app.backup.FileBackupHelper} handles all the files that you need to back up, and one
160 {@link android.app.backup.SharedPreferencesBackupHelper} handles all the shared
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd40 provider and other vital information for Android TV. You also need an activity that handles the
308 {@link android.content.Intent#ACTION_SEARCH} intent. The activity in your app which handles that
311 activity which handles the {@link android.content.Intent#ACTION_SEARCH} intent like this:
360 details screen, the system launches the activity which handles the {@link android.content.Intent#AC…
/frameworks/base/docs/html/training/sharing/
Dshareaction.jd34 bar, handles both the appearance and behavior of that item. In the case of {@link
/frameworks/base/docs/html/training/volley/
Drequest.jd56 <li>{@code ImageLoader}&mdash;a helper class that handles loading and caching images from
158 {@code ImageLoader} (the helper class that handles loading and caching images) is that

123456