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

  /packages/apps/Email/src/com/android/exchange/
Eas.java 32 public static boolean USER_LOG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE
85 USER_LOG = (state & DEBUG_BIT) != 0;
89 USER_LOG = true;
91 Log.d("Eas Debug", "Logging: " + (USER_LOG ? "User " : "") +
AbstractSyncService.java 207 if (Eas.USER_LOG) {
213 if (Eas.USER_LOG) {
219 if (Eas.USER_LOG) {
236 if (Eas.USER_LOG) {
CalendarSyncAdapterService.java 101 boolean logging = Eas.USER_LOG;
SyncManager.java     [all...]
EasSyncService.java 266 if (Eas.USER_LOG) {
295 if (Eas.USER_LOG) {
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 327 if (Eas.USER_LOG) {
700 if (Eas.USER_LOG) {
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
EmailSyncAdapter.java 422 if (Eas.USER_LOG) {
    [all...]
CalendarSyncAdapter.java     [all...]

Completed in 36 milliseconds