HomeSort by relevance Sort by last modified time
    Searched defs:LogUtils (Results 226 - 230 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 52 import com.android.mail.utils.LogUtils;
387 LogUtils.d(TAG, "TZI string for " + tz.getDisplayName() +
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java 103 import com.android.mail.utils.LogUtils;
675 LogUtils.d(LOG_TAG, "AAC.switchToDefaultAccount(%s)", account);
697 LogUtils.d(LOG_TAG, "AAC.changeAccount(%s)", account);
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 123 import com.android.mail.utils.LogUtils;
362 LogUtils.v(TAG, methodName + ": uri=" + uri + ", match is " + match);
419 LogUtils.w(TAG, "Found " + count + " orphaned row(s) in " + table);
433 LogUtils.d(TAG, "Fixing parent keys");
518 LogUtils.w(TAG, "restoreIfNeeded...");
528 LogUtils.w(TAG, "Created new EmailProvider backup database");
538 LogUtils.w(TAG, "Migrated from backup database to account manager");
547 LogUtils.w(TAG, "restoreIfNeeded: Account exists.");
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 43 import com.android.mail.utils.LogUtils;
173 LogUtils.d("EmailContent", "init for " + AUTHORITY);
202 LogUtils.w(Logging.LOG_TAG, new Throwable(), "Method called on the UI thread");
613 LogUtils.v(LogUtils.TAG, e, "Exception while reading body content");
    [all...]
Account.java 35 import com.android.mail.utils.LogUtils;
778 LogUtils.d(LogUtils.TAG, e, "Exception while serializing Account");
788 LogUtils.d(LogUtils.TAG, e, "Could not parse json for account");
816 LogUtils.d(LogUtils.TAG, e, "Exception while deserializing Account");
    [all...]

Completed in 974 milliseconds

1 2 3 4 5 6 7 8 910