Home | History | Annotate | Download | only in content

Lines Matching refs:Uri

19 import android.net.Uri;
22 * Utility methods useful for working with {@link android.net.Uri} objects
36 * The scheme portion of the URI. This is always set to {@link
78 * @throws UnsupportedOperationException if this isn't a hierarchical URI
84 public static long parseId(Uri contentUri) {
97 public static Uri.Builder appendId(Uri.Builder builder, long id) {
107 * @return a new URI with the given ID appended to the end of the path
109 public static Uri withAppendedId(Uri contentUri, long id) {