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

  /packages/apps/Exchange/src/com/android/exchange/
Exchange.java 27 LogTag.setLogTag(Eas.LOG_TAG);
Eas.java 29 * Constants used throughout the EAS implementation are stored here.
32 public class Eas {
46 public static final String CLIENT_VERSION = "EAS-1.3";
68 // From EAS spec
121 // For EAS 12, we use HTML, so we want a larger size than in EAS 2.5
123 // For EAS 2.5, truncation is a code; the largest is "7", which is 100k
140 LogUtils.d("Eas Debug", "Logging: " + (USER_LOG ? "User " : "") +

Completed in 858 milliseconds