Home | History | Annotate | Download | only in provider

Lines Matching defs:Images

40  * history, images and the mapping between the image and URL.
230 * The ID of the image in Images. One image can map onto the multiple URLs.
236 * The URL. The URL can map onto the different type of images.
555 * Stores images for URLs.
567 public static final class Images implements ImageColumns {
571 private Images() {}
576 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "images");
579 * The MIME type of {@link #CONTENT_URI} providing a directory of images.
581 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/images";
586 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/images";
589 * Used in {@link Images#TYPE} column and indicats the row is a favicon.
594 * Used in {@link Images#TYPE} column and indicats the row is a precomposed touch icon.
599 * Used in {@link Images#TYPE} column and indicats the row is a touch icon.
624 * The URL the images came from.