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

/frameworks/base/core/java/android/content/
H A DContentResolver.java159 public static final String SCHEME_CONTENT = "content"; field in class:ContentResolver
318 if (!SCHEME_CONTENT.equals(url.getScheme())) {
598 * <li>content ({@link #SCHEME_CONTENT})</li>
654 * <li>content ({@link #SCHEME_CONTENT})</li>
689 * <li>content ({@link #SCHEME_CONTENT})</li>
731 * <li>content ({@link #SCHEME_CONTENT})</li>
788 * <li>content ({@link #SCHEME_CONTENT})</li>
841 * <li>content ({@link #SCHEME_CONTENT})</li>
1373 if (!SCHEME_CONTENT.equals(uri.getScheme())) {
1392 if (!SCHEME_CONTENT
[all...]

Completed in 56 milliseconds