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

/frameworks/base/core/java/android/content/
H A DContentResolver.java160 public static final String SCHEME_CONTENT = "content"; field in class:ContentResolver
338 if (!SCHEME_CONTENT.equals(url.getScheme())) {
615 * <li>content ({@link #SCHEME_CONTENT})</li>
671 * <li>content ({@link #SCHEME_CONTENT})</li>
706 * <li>content ({@link #SCHEME_CONTENT})</li>
748 * <li>content ({@link #SCHEME_CONTENT})</li>
805 * <li>content ({@link #SCHEME_CONTENT})</li>
858 * <li>content ({@link #SCHEME_CONTENT})</li>
1390 if (!SCHEME_CONTENT.equals(uri.getScheme())) {
1409 if (!SCHEME_CONTENT
[all...]

Completed in 49 milliseconds