Home
last modified time | relevance | path

Searched refs:USER_LOG (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/
DEas.java35 public static boolean USER_LOG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE field in Eas
98 USER_LOG = (state & EmailServiceProxy.DEBUG_BIT) != 0; in setUserDebug()
102 USER_LOG = true; in setUserDebug()
104 Log.d("Eas Debug", "Logging: " + (USER_LOG ? "User " : "") + in setUserDebug()
DAbstractSyncService.java193 if (Eas.USER_LOG) { in userLog()
199 if (Eas.USER_LOG) { in userLog()
205 if (Eas.USER_LOG) { in userLog()
222 if (Eas.USER_LOG) { in userLog()
DCalendarSyncAdapterService.java101 boolean logging = Eas.USER_LOG; in performSync()
DExchangeService.java1081 if (Eas.USER_LOG) { in logSyncHolds()
1176 if (Eas.USER_LOG) { in log()
1185 if (!Eas.USER_LOG) { in alwaysLog()
1403 if (Eas.USER_LOG && INSTANCE != null) { in alarmOwner()
1505 if (Eas.USER_LOG) { in alert()
1879 Eas.USER_LOG = true; in run()
2260 if (Eas.USER_LOG) { in checkMailboxes()
2264 } else if (Eas.USER_LOG) { in checkMailboxes()
2272 if (Eas.USER_LOG) { in checkMailboxes()
DEasSyncService.java285 if (Eas.USER_LOG) { in alarm()
314 if (Eas.USER_LOG) { in alarm()
1264 if (Eas.USER_LOG) { in sendPing()
1991 if (Eas.USER_LOG) { in runPingLoop()
2321 if (Eas.USER_LOG) { in sync()
/packages/apps/Exchange/src/com/android/exchange/service/
DExchangeBroadcastProcessorService.java71 if (Eas.USER_LOG) { in onHandleIntent()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DSearch.java164 if (Eas.USER_LOG) { in parse()
208 if (Eas.USER_LOG) { in parseStore()
DEmailSyncAdapter.java867 if (Eas.USER_LOG) {
DCalendarSyncAdapter.java724 if (Eas.USER_LOG) { in logEventColumns()
/packages/apps/Exchange/src/com/android/exchange/utility/
DCalendarUtilities.java359 if (Eas.USER_LOG) { in timeZoneToTziString()
733 if (Eas.USER_LOG) { in tziStringToTimeZone()
779 if (Eas.USER_LOG) { in tziStringToTimeZoneImpl()
791 if (Eas.USER_LOG) { in tziStringToTimeZoneImpl()
842 if (Eas.USER_LOG) { in tziStringToTimeZoneImpl()
1141 if (Eas.USER_LOG) { in recurrenceFromRrule()
1296 if (Eas.USER_LOG) { in rruleFromRecurrence()