Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DGalParser.java135 } else if (tag == Tags.SEARCH_TOTAL) { in parseStore()
DSearch.java208 } else if (tag == Tags.SEARCH_TOTAL) { in parseStore()
DTags.java396 public static final int SEARCH_TOTAL = SEARCH_PAGE + 0x10; field in Tags