Searched refs:ITEMS_RESPONSE (Results 1 – 2 of 2) sorted by relevance
67 while (nextTag(Tags.ITEMS_RESPONSE) != END) { in parseResponse()86 } else if (tag == Tags.ITEMS_RESPONSE) { in parse()
547 public static final int ITEMS_RESPONSE = ITEMS_PAGE + 0xE; field in Tags