Home
last modified time | relevance | path

Searched refs:schemes (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/text/util/
DLinkify.java373 @Nullable String defaultScheme, @Nullable String[] schemes, in addLinks() argument
377 boolean linksAdded = addLinks(spannable, pattern, defaultScheme, schemes, matchFilter, in addLinks()
438 @Nullable String defaultScheme, @Nullable String[] schemes, in addLinks() argument
442 if (schemes == null || schemes.length < 1) { in addLinks()
443 schemes = EmptyArray.STRING; in addLinks()
446 schemesCopy = new String[schemes.length + 1]; in addLinks()
448 for (int index = 0; index < schemes.length; index++) { in addLinks()
449 String scheme = schemes[index]; in addLinks()
511 Spannable s, Pattern pattern, String[] schemes, in gatherLinks() argument
521 String url = makeUrl(m.group(0), schemes, m, transformFilter); in gatherLinks()
/frameworks/base/docs/html/distribute/stories/games/
Dglu-tap-baseball.jd46 The results showed that of three different color schemes — blue, light blue,
/frameworks/base/core/java/android/content/
DIntentFilter.java1273 final ArrayList<String> schemes = mDataSchemes; in matchData() local
1277 if (types == null && schemes == null) { in matchData()
1282 if (schemes != null) { in matchData()
1283 if (schemes.contains(scheme != null ? scheme : "")) { in matchData()
/frameworks/base/docs/html/guide/topics/manifest/
Ddata-element.jd88 attribute) but no scheme, the {@code content:} and {@code file:} schemes are
93 case-sensitive, unlike the RFC. As a result, you should always specify schemes
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
Dfilters.jd122 &lt;!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dfilters.jd122 &lt;!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dfilters.jd122 &lt;!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dfilters.jd122 &lt;!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
/frameworks/base/docs/html/training/sync-adapters/
Dindex.jd52 transfer schemes you design yourself:
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dfilters.jd122 &lt;!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd40 <p>The dialer is good at normalizing some kinds of schemes: for example
Dg-app-intents.jd49 <p>The dialer is good at normalizing some kinds of schemes: for example
Dglossary.jd239 application can handle specific URI schemes and strings in any way it
240 wants. Some URI schemes are reserved by system components. For example,
/frameworks/base/docs/html/design/auto/
Dindex.jd157 <p>All the UIs support different color schemes for day and night. The platform
/frameworks/base/docs/html/training/tv/tif/
Dtvinput.jd54 rating schemes</li>
/frameworks/base/docs/html/training/articles/
Dkeystore.jd79 modes, padding schemes, and digests with which the key is authorized to be used. To check whether
98 verify), padding schemes, block modes, digests with which the key can be used;</li>
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd128 &lt;!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/
Dfilters.jd122 &lt;!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd77 <!-- <li><a href=#others_to_reuse_tip>Don't define your own URI schemes</a></li> -->
869 …to_reuse_tip">When writing an activity for others to re-use, don't define your own URI schemes</h3>
872 If publishing to others, don't define your own URI schemes in an
/frameworks/base/docs/html/training/auto/testing/
Dindex.jd201 Android Auto supports different color schemes for day and night. You should test your app in both
/frameworks/base/docs/html/ndk/guides/audio/
Dopensl-for-android.jd565 {@code http:} and {@code file:} schemes. It does not support other schemes, such as {@code https:},
/frameworks/base/docs/html/training/app-links/
Dindex.jd121 any other schemes. The filter must also include the {@code android.intent.action.VIEW} and
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd637 plug-ins to handle rights management and decryption for various DRM schemes.</li>
643 schemes.</p>
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1422 the location information in the intent data with one of the schemes defined below.</p>
1922 <p>The Phone's dialer is good at normalizing schemes, such as
2121 <p>Each of these schemes are handled the same.
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd594 Internal URI schemes should not be used to rewrite the query in this way.</li>

12