HomeSort by relevance Sort by last modified time
    Searched refs:SEARCH_STORE (Results 1 - 4 of 4) sorted by null

  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
GalParser.java 58 while (nextTag(Tags.SEARCH_STORE) != END) {
106 while (nextTag(Tags.SEARCH_STORE) != END) {
117 if (tag == Tags.SEARCH_STORE) {
126 while (nextTag(Tags.SEARCH_STORE) != END) {
Search.java 84 s.start(Tags.SEARCH_SEARCH).start(Tags.SEARCH_STORE);
111 s.end().end().end().done(); // SEARCH_OPTIONS, SEARCH_STORE, SEARCH_SEARCH
190 if (tag == Tags.SEARCH_STORE) {
205 while (nextTag(Tags.SEARCH_STORE) != END) {
Tags.java 387 public static final int SEARCH_STORE = SEARCH_PAGE + 7;
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java     [all...]

Completed in 93 milliseconds