Home
last modified time | relevance | path

Searched refs:SEARCH_STORE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DGalParser.java58 while (nextTag(Tags.SEARCH_STORE) != END) { in parseProperties()
106 while (nextTag(Tags.SEARCH_STORE) != END) { in parseResult()
117 if (tag == Tags.SEARCH_STORE) { in parseResponse()
126 while (nextTag(Tags.SEARCH_STORE) != END) { in parseStore()
DSearch.java84 s.start(Tags.SEARCH_SEARCH).start(Tags.SEARCH_STORE); in searchMessages()
190 if (tag == Tags.SEARCH_STORE) { in parseResponse()
205 while (nextTag(Tags.SEARCH_STORE) != END) { in parseStore()
DTags.java387 public static final int SEARCH_STORE = SEARCH_PAGE + 7; field in Tags
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasSyncService.java934 s.start(Tags.SEARCH_SEARCH).start(Tags.SEARCH_STORE); in searchGal()