Home
last modified time | relevance | path

Searched refs:SEARCH_STATUS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DSearch.java173 if (tag == Tags.SEARCH_STATUS) { in parse()
206 if (tag == Tags.SEARCH_STATUS) { in parseStore()
DTags.java392 public static final int SEARCH_STATUS = SEARCH_PAGE + 0xC; field in Tags