Home
last modified time | relevance | path

Searched refs:SEARCH_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DGalParser.java47 if (tag == Tags.SEARCH_RESPONSE) { in parse()
116 while (nextTag(Tags.SEARCH_RESPONSE) != END) { in parseResponse()
DSearch.java178 } else if (tag == Tags.SEARCH_RESPONSE) { in parse()
189 while (nextTag(Tags.SEARCH_RESPONSE) != END) { in parseResponse()
DTags.java393 public static final int SEARCH_RESPONSE = SEARCH_PAGE + 0xD; field in Tags