Searched defs:SCHEME_CONTENT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentResolver.java189 public static final String SCHEME_CONTENT = "content"; field in class:ContentResolver
624 if (!SCHEME_CONTENT.equals(url.getScheme())) {
983 * <li>content ({@link #SCHEME_CONTENT})</li>
1040 * <li>content ({@link #SCHEME_CONTENT})</li>
1075 * <li>content ({@link #SCHEME_CONTENT})</li>
1117 * <li>content ({@link #SCHEME_CONTENT})</li>
1175 * <li>content ({@link #SCHEME_CONTENT})</li>
1228 * <li>content ({@link #SCHEME_CONTENT})</li>
1776 if (!SCHEME_CONTENT.equals(uri.getScheme())) {
1795 if (!SCHEME_CONTENT
[all...]

Completed in 14 milliseconds