Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/adapter/
DGalParser.java121 if (tag == Tags.SEARCH_STORE) { in parseResponse()
130 while (nextTag(Tags.SEARCH_STORE) != END) { in parseStore()
DSearchParser.java74 if (tag == Tags.SEARCH_STORE) { in parseResponse()
89 while (nextTag(Tags.SEARCH_STORE) != END) { in parseStore()
DTags.java514 public static final int SEARCH_STORE = SEARCH_PAGE + 7; field in Tags
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasSearchGal.java50 s.start(Tags.SEARCH_SEARCH).start(Tags.SEARCH_STORE); in getRequestEntity()
DEasSearch.java90 s.start(Tags.SEARCH_SEARCH).start(Tags.SEARCH_STORE); in getRequestEntity()