Home
last modified time | relevance | path

Searched refs:extended (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/compile/mclinker/lib/LD/
DEhFrameReader.cpp64 uint64_t extended = 0x0; in scan() local
66 extended = data[cur_idx++]; in scan()
67 extended <<= 32; in scan()
68 extended |= data[cur_idx++]; in scan()
69 result.size = extended + 12; in scan()
/frameworks/base/docs/html/training/contacts-provider/
Dmodify-data.jd47 if you send extended data in the {@link android.content.Intent} it's entered into the UI of the
100 insert them into the intent as extended data. For a key value, use the appropriate constant from
162 already have, you can put them in the intent's extended data. Notice that some
251 To work around this problem in Android 4.0.3 (API version 15) and later, add the extended
254 extended data, do the following:
257 // Sets the special extended data for navigation
260 <h3>Add other extended data</h3>
262 To add additional extended data to the {@link android.content.Intent}, call
264 You can add extended data for common contact fields by using the key values specified in
292 Any extended data fields you add to the intent populates the screen that appears. You can use
[all …]
Dindex.jd53 here can be extended to perform more complex tasks. In addition, this class helps you
/frameworks/opt/net/ims/
DREADME.txt56 merged or extended to the conference.
97 merged or extended to the conference.
105 the IMS network after merged or extended to the conference.
/frameworks/base/docs/html/distribute/googleplay/work/
Dabout.jd27 …<p>Businesses will often look for extended support for business critical apps, and you have the op…
76 <li>Consider offering enhanced support to cover extended hours or specific means of contact. Busine…
/frameworks/base/docs/html/training/tv/playback/
Dindex.jd46 be extended and customized so you can create an experience that is unique to your app.
/frameworks/base/docs/html/distribute/monetize/
Dsubscriptions.jd40 features or content for free or part of the initial purchase and extended
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt117 or should it be a new parameter to an extended variant of eglSwapBuffers?
/frameworks/base/docs/html/google/play/billing/
Dversions.jd27 is extended by the appropriate amount of time.</li>
Dindex.jd23 still active. The existing subscription is extended by the appropriate
Dbilling_reference.jd204 is extended dynamically every day until the end of the grace period or until the
Dbilling_subscriptions.jd86 In-app Billing to provide subscription purchasers with extended access to
217 is active, it is extended by the appropriate period at the current rate.</p>
/frameworks/base/docs/html/distribute/googleplay/edu/
Dabout.jd90 Businesses will often look for extended support for business critical
/frameworks/base/docs/html/training/wearables/notifications/
Dcreating.jd175 <p>You can insert extended text content
180 <p>To add the extended content to your notification, call {@link
/frameworks/base/docs/html/training/run-background-service/
Dreport-status.jd47 extended data. As an option, you can add an action and data URI to this
/frameworks/base/docs/html/sdk/installing/
Dadding-packages.jd133 provides an extended set of APIs that are compatible with most versions of Android.</p>
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd122 android.os.AsyncTask} from the previous section can be extended to follow a similar pattern.</p>
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.3.jd51 <p>Android 2.3.3 provides improved and extended support for NFC, to allow
Dlollipop.jd86 …&mdash;no modifications are needed. If your app uses native code, we’ve extended the NDK to suppor…
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd156 (The runtime will warn you about most reference mis-uses when extended JNI
237 the UTF-16 conversion will likely not be what you expect. The extended
403 …tion table pointers are switched to tables of functions that perform an extended series of checks …
/frameworks/base/docs/html/design/patterns/
Dactionbar.jd245 The Gallery app's share action provider with extended spinner for additional sharing options.
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd282 files are now ELF files and not an extended form of DEX files. While ART tries
/frameworks/base/docs/html/design/wear/
Dstructure.jd246 in an ongoing conversation, displaying personal messages on the screen for an extended period of
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstarting.jd116 extended period of time:</p>
/frameworks/base/docs/html/training/location/
Dreceive-location-updates.jd222 that contains the location in its extended data. The accuracy and frequency of

12