Home
last modified time | relevance | path

Searched refs:extended (Results 1 – 25 of 50) 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…
86 Consider offering enhanced support to cover extended hours or
/frameworks/base/docs/html/distribute/monetize/
Dsubscriptions.jd40 features or content for free or part of the initial purchase and extended
/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.
Dguided-step.jd162 Add an action that uses subactions to let the user pick from an extended list of
/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.jd40 is extended by the appropriate amount of time.</li>
Dindex.jd46 still active. The existing subscription is extended by the appropriate
Dbilling_reference.jd225 is extended dynamically every day until the end of the grace period or until the
Dbilling_subscriptions.jd88 In-app Billing to provide subscription purchasers with extended access to
218 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/about/versions/
Dandroid-2.3.3.jd51 <p>Android 2.3.3 provides improved and extended support for NFC, to allow
/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/training/performance/battery/network/
Danalyze-data.jd42 this app is likely to keep the radio on for extended periods of time, which is
/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/training/location/
Dreceive-location-updates.jd113 that contains the location in its extended data. The accuracy and frequency of
/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/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/training/basics/activity-lifecycle/
Dstarting.jd116 extended period of time:</p>

12