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

  /packages/apps/Exchange/exchange2/src/com/android/exchange/
Eas.java 36 public static boolean PARSER_LOG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE
99 PARSER_LOG = (state & EmailServiceProxy.DEBUG_VERBOSE_BIT) != 0;
101 if (FILE_LOG || PARSER_LOG) {
105 (PARSER_LOG ? "Parser " : "") + (FILE_LOG ? "File" : ""));
ExchangeService.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Parser.java 165 logging = Eas.PARSER_LOG;
175 logging = Eas.PARSER_LOG;

Completed in 40 milliseconds