Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/util/
DLinkify.java425 Spannable s, Pattern pattern, String[] schemes, in gatherLinks() argument
435 String url = makeUrl(m.group(0), schemes, m, transformFilter); in gatherLinks()
/frameworks/base/core/java/android/content/
DIntentFilter.java901 final ArrayList<String> schemes = mDataSchemes; in matchData() local
907 if (types == null && schemes == null) { in matchData()
912 if (schemes != null) { in matchData()
913 if (schemes.contains(scheme != null ? scheme : "")) { in matchData()
/frameworks/base/docs/html/guide/topics/manifest/
Ddata-element.jd150 attribute) but no scheme, the {@code content:} and {@code file:} schemes are
155 case-sensitive, unlike the RFC. As a result, you should always specify schemes
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd39 <p>The dialer is good at normalizing some kinds of schemes: for example
Dg-app-intents.jd48 <p>The dialer is good at normalizing some kinds of schemes: for example
Dglossary.jd238 application can handle specific URI schemes and strings in any way it
239 wants. Some URI schemes are reserved by system components. For example,
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd39 <!-- <li><a href=#others_to_reuse_tip>Don't define your own URI schemes</a></li> -->
828 …to_reuse_tip">When writing an activity for others to re-use, don't define your own URI schemes</h3>
831 If publishing to others, don't define your own URI schemes in an
/frameworks/base/docs/html/sdk/
Dandroid-3.0.jd708 plug-ins to handle rights management and decryption for various DRM schemes.</li>
714 schemes.</p>
/frameworks/base/docs/html/guide/developing/tools/
Dadb.jd270 <td>Port specifications can use these schemes:
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd595 Internal URI schemes should not be used to rewrite the query in this way.</li>
/frameworks/base/docs/html/guide/topics/intents/
Dintents-filters.jd615 name the {@code content:} and {@code file:} schemes.