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 25 * Constants used throughout the EAS implementation are stored here.
28 public class Eas {
42 public static final String CLIENT_VERSION = "EAS-1.3";
64 // From EAS spec
117 // For EAS 12, we use HTML, so we want a larger size than in EAS 2.5
119 // For EAS 2.5, truncation is a code; the largest is "7", which is 100k
136 LogUtils.d("Eas Debug", "Logging: " + (USER_LOG ? "User " : "") +

Completed in 42 milliseconds