Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 129) 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/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/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.cpp263 jint* handles = env->GetIntArrayElements(array, 0); in getObjectList() local
266 list->push(handles[i]); in getObjectList()
267 env->ReleaseIntArrayElements(array, handles, 0); in getObjectList()
960 jint* handles = env->GetIntArrayElements(array, 0); in getObjectReferences() local
963 list->push(handles[i]); in getObjectReferences()
964 env->ReleaseIntArrayElements(array, handles, 0); in getObjectReferences()
980 jint* handles = env->GetIntArrayElements(array, 0); in setObjectReferences() local
982 handles[i] = (*references)[i]; in setObjectReferences()
983 env->ReleaseIntArrayElements(array, handles, 0); in setObjectReferences()
/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.cpp555 MtpObjectHandleList* handles = mDatabase->getObjectList(storageID, format, parent); in doGetObjectHandles() local
556 mData.putAUInt32(handles); in doGetObjectHandles()
557 delete handles; in doGetObjectHandles()
589 MtpObjectHandleList* handles = mDatabase->getObjectReferences(handle); in doGetObjectReferences() local
590 if (handles) { in doGetObjectReferences()
591 mData.putAUInt32(handles); in doGetObjectReferences()
592 delete handles; in doGetObjectReferences()
/frameworks/base/services/java/com/android/server/wifi/
DREADME.txt11 WifiStateMachine: Tracks the various states on STA and AP connectivity and handles bring up and shu…
/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.jd76 {@link android.net.Uri} (such as when your activity handles to other kind of "extra" data, instead
78 data your activity handles, such as {@code text/plain} or {@code image/jpeg}.</p>
95 <p>For example, here's an activity with an intent filter that handles the {@link
121 <p>For example, suppose your activity handles both text and images for both the {@link
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd146 avoid the activity restart, then you can declare that your activity handles the configuration change
154 <p>To declare that your activity handles a configuration change, edit the appropriate <a
166 <p>For example, the following manifest code declares an activity that handles both the
195 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/guide/faq/
Dframework.jd42 that also handles UI events. The only exception is the code that handles
/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.jd52 client, which handles communication with the Google Play server.</p>
64 handles all of the licensing-related communication with the Google Play licensing service. With
89 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/google/gcm/
Dindex.jd17 …to receive messages from devices on the same connection. The GCM service handles all aspects of qu…
/frameworks/base/docs/html/google/play/billing/
Dindex.jd28 handles all checkout details so your application never has to directly process
Dbilling_overview.jd99 handles and tracks ownership for in-app products and subscriptions on your
125 specific in-app product. Google Play then handles all of the checkout details for
/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/tools/testing/
Dactivity_testing.jd156 can then test that the activity handles multiple calls correctly.
186 Lifecycle events: Test that each of your application's activities handles lifecycle events
195 Intents: Test that each activity correctly handles the intents listed in the intent

123456