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

  /packages/apps/Exchange/exchange2/src/com/android/exchange/
Eas.java 35 public static boolean USER_LOG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE
98 USER_LOG = (state & EmailServiceProxy.DEBUG_BIT) != 0;
102 USER_LOG = true;
104 Log.d("Eas Debug", "Logging: " + (USER_LOG ? "User " : "") +
AbstractSyncService.java 193 if (Eas.USER_LOG) {
199 if (Eas.USER_LOG) {
205 if (Eas.USER_LOG) {
222 if (Eas.USER_LOG) {
CalendarSyncAdapterService.java 101 boolean logging = Eas.USER_LOG;
ExchangeService.java     [all...]
EasAccountService.java 531 if (Eas.USER_LOG) {
641 if (Eas.USER_LOG) {
    [all...]
EasSyncService.java 232 if (Eas.USER_LOG) {
261 if (Eas.USER_LOG) {
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/service/
ExchangeBroadcastProcessorService.java 71 if (Eas.USER_LOG) {
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Search.java 175 if (Eas.USER_LOG) {
219 if (Eas.USER_LOG) {
EmailSyncAdapter.java     [all...]
CalendarSyncAdapter.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java 388 if (Eas.USER_LOG) {
    [all...]

Completed in 251 milliseconds