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

/frameworks/base/core/java/android/content/
H A DContentResolver.java106 public static final String SCHEME_CONTENT = "content"; field in class:ContentResolver
271 * <li>content ({@link #SCHEME_CONTENT})</li>
327 * <li>content ({@link #SCHEME_CONTENT})</li>
362 * <li>content ({@link #SCHEME_CONTENT})</li>
408 * <li>content ({@link #SCHEME_CONTENT})</li>
727 if (!SCHEME_CONTENT.equals(uri.getScheme())) {

Completed in 104 milliseconds