Searched refs:schemes (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/text/util/ |
D | Linkify.java | 425 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/ |
D | IntentFilter.java | 901 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/ |
D | data-element.jd | 150 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/ |
D | app-intents.jd | 39 <p>The dialer is good at normalizing some kinds of schemes: for example
|
D | g-app-intents.jd | 48 <p>The dialer is good at normalizing some kinds of schemes: for example
|
D | glossary.jd | 238 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/ |
D | activity_task_design.jd | 39 <!-- <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/ |
D | android-3.0.jd | 708 plug-ins to handle rights management and decryption for various DRM schemes.</li> 714 schemes.</p>
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | adb.jd | 270 <td>Port specifications can use these schemes:
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-custom-suggestions.jd | 595 Internal URI schemes should not be used to rewrite the query in this way.</li>
|
/frameworks/base/docs/html/guide/topics/intents/ |
D | intents-filters.jd | 615 name the {@code content:} and {@code file:} schemes.
|