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

  /packages/apps/Exchange/src/com/android/exchange/
Eas.java 43 public static boolean PARSER_LOG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE
135 PARSER_LOG = (state & EmailServiceProxy.DEBUG_VERBOSE_BIT) != 0;
137 if (FILE_LOG || PARSER_LOG) {
141 (PARSER_LOG ? "Parser " : "") + (FILE_LOG ? "File" : ""));
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java 169 logging = Eas.PARSER_LOG;
179 logging = Eas.PARSER_LOG;

Completed in 6207 milliseconds