Searched refs:SEARCH_RESPONSE (Results 1 – 3 of 3) sorted by relevance
47 if (tag == Tags.SEARCH_RESPONSE) { in parse()116 while (nextTag(Tags.SEARCH_RESPONSE) != END) { in parseResponse()
178 } else if (tag == Tags.SEARCH_RESPONSE) { in parse()189 while (nextTag(Tags.SEARCH_RESPONSE) != END) { in parseResponse()
393 public static final int SEARCH_RESPONSE = SEARCH_PAGE + 0xD; field in Tags