Searched refs:extended (Results 1 – 25 of 47) sorted by relevance
12
/frameworks/compile/mclinker/lib/LD/ |
D | EhFrameReader.cpp | 64 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/ |
D | modify-data.jd | 47 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 …]
|
D | index.jd | 53 here can be extended to perform more complex tasks. In addition, this class helps you
|
/frameworks/opt/net/ims/ |
D | README.txt | 56 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/ |
D | about.jd | 27 …<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/ |
D | index.jd | 46 be extended and customized so you can create an experience that is unique to your app.
|
/frameworks/base/docs/html/distribute/monetize/ |
D | subscriptions.jd | 40 features or content for free or part of the initial purchase and extended
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 117 or should it be a new parameter to an extended variant of eglSwapBuffers?
|
/frameworks/base/docs/html/google/play/billing/ |
D | versions.jd | 27 is extended by the appropriate amount of time.</li>
|
D | index.jd | 23 still active. The existing subscription is extended by the appropriate
|
D | billing_reference.jd | 204 is extended dynamically every day until the end of the grace period or until the
|
D | billing_subscriptions.jd | 86 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/ |
D | about.jd | 90 Businesses will often look for extended support for business critical
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | creating.jd | 175 <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/ |
D | report-status.jd | 47 extended data. As an option, you can add an action and data URI to this
|
/frameworks/base/docs/html/sdk/installing/ |
D | adding-packages.jd | 133 provides an extended set of APIs that are compatible with most versions of Android.</p>
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | process-bitmap.jd | 122 android.os.AsyncTask} from the previous section can be extended to follow a similar pattern.</p>
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.3.jd | 51 <p>Android 2.3.3 provides improved and extended support for NFC, to allow
|
D | lollipop.jd | 86 …—no modifications are needed. If your app uses native code, we’ve extended the NDK to suppor…
|
/frameworks/base/docs/html/training/articles/ |
D | perf-jni.jd | 156 (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/ |
D | actionbar.jd | 245 The Gallery app's share action provider with extended spinner for additional sharing options.
|
/frameworks/base/docs/html/guide/practices/ |
D | verifying-apps-art.jd | 282 files are now ELF files and not an extended form of DEX files. While ART tries
|
/frameworks/base/docs/html/design/wear/ |
D | structure.jd | 246 in an ongoing conversation, displaying personal messages on the screen for an extended period of
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | starting.jd | 116 extended period of time:</p>
|
/frameworks/base/docs/html/training/location/ |
D | receive-location-updates.jd | 222 that contains the location in its extended data. The accuracy and frequency of
|
12