/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattService.java | 187 public void setHandles(int handles) { in setHandles() argument 188 mHandles = handles; in setHandles()
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
D | MtpClient.java | 350 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/ |
D | index.jd | 37 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/ |
D | android_mtp_MtpDevice.cpp | 228 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()
|
D | android_mtp_MtpDatabase.cpp | 263 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/ |
D | text-fields.jd | 72 <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/ |
D | MtpServer.cpp | 555 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/ |
D | README.txt | 11 WifiStateMachine: Tracks the various states on STA and AP connectivity and handles bring up and shu…
|
/frameworks/base/docs/html/guide/topics/text/ |
D | spell-checker-framework.jd | 122 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/ |
D | filters.jd | 76 {@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/ |
D | runtime-changes.jd | 146 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/ |
D | purchase-iab-products.jd | 42 … 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/ |
D | framework.jd | 42 that also handles UI events. The only exception is the code that handles
|
/frameworks/base/docs/html/guide/appendix/ |
D | glossary.jd | 58 <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/ |
D | index.jd | 31 <dd>This document describes how Android handles discovered NFC tags and how it notifies
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | checkbox.jd | 61 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles the
|
D | radiobutton.jd | 68 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles the
|
D | togglebutton.jd | 68 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles the
|
/frameworks/base/docs/html/google/play/licensing/ |
D | overview.jd | 52 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/ |
D | backupapi.jd | 159 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/ |
D | index.jd | 17 …to receive messages from devices on the same connection. The GCM service handles all aspects of qu…
|
/frameworks/base/docs/html/google/play/billing/ |
D | index.jd | 28 handles all checkout details so your application never has to directly process
|
D | billing_overview.jd | 99 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/ |
D | shareaction.jd | 34 bar, handles both the appearance and behavior of that item. In the case of {@link
|
/frameworks/base/docs/html/tools/testing/ |
D | activity_testing.jd | 156 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
|