Class InventoryContract.Tag

    • Field Detail

      • CONTENT_URI

        public static final Uri CONTENT_URI
        The content:// style URI for this table
      • CONTENT_FOR_ITEMS_URI

        public static final Uri CONTENT_FOR_ITEMS_URI
        The content:// style URI for this table joined with the item table
      • CONTENT_FOR_PRINTERS_URI

        public static final Uri CONTENT_FOR_PRINTERS_URI
        The content:// style URI for this table joined with the printers table
    • Method Detail

      • contentUriWithToken

        public static Uri contentUriWithToken​(String token)
      • contentForItemsUriWithToken

        public static Uri contentForItemsUriWithToken​(String token)
      • contentUriWithAccount

        public static Uri contentUriWithAccount​(Account account)
      • contentForItemsUriWithAccount

        public static Uri contentForItemsUriWithAccount​(Account account)
      • contentForPrintersUriWithAccount

        public static Uri contentForPrintersUriWithAccount​(Account account)