/frameworks/base/core/java/android/text/util/ |
D | Linkify.java | 373 @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/ |
D | glu-tap-baseball.jd | 46 The results showed that of three different color schemes — blue, light blue,
|
/frameworks/base/core/java/android/content/ |
D | IntentFilter.java | 1273 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/ |
D | data-element.jd | 88 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/ |
D | filters.jd | 122 <!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/ |
D | filters.jd | 122 <!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/ |
D | filters.jd | 122 <!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/ |
D | filters.jd | 122 <!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | index.jd | 52 transfer schemes you design yourself:
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/ |
D | filters.jd | 122 <!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
|
/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 40 <p>The dialer is good at normalizing some kinds of schemes: for example
|
D | g-app-intents.jd | 49 <p>The dialer is good at normalizing some kinds of schemes: for example
|
D | glossary.jd | 239 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/ |
D | index.jd | 157 <p>All the UIs support different color schemes for day and night. The platform
|
/frameworks/base/docs/html/training/tv/tif/ |
D | tvinput.jd | 54 rating schemes</li>
|
/frameworks/base/docs/html/training/articles/ |
D | keystore.jd | 79 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/ |
D | filters.jd | 128 <!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
|
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/ |
D | filters.jd | 122 <!-- filter for sending text; accepts SENDTO action with sms URI schemes -->
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 77 <!-- <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/ |
D | index.jd | 201 Android Auto supports different color schemes for day and night. You should test your app in both
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | opensl-for-android.jd | 565 {@code http:} and {@code file:} schemes. It does not support other schemes, such as {@code https:},
|
/frameworks/base/docs/html/training/app-links/ |
D | index.jd | 121 any other schemes. The filter must also include the {@code android.intent.action.VIEW} and
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 637 plug-ins to handle rights management and decryption for various DRM schemes.</li> 643 schemes.</p>
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 1422 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/ |
D | adding-custom-suggestions.jd | 594 Internal URI schemes should not be used to rewrite the query in this way.</li>
|