/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupFinal.java | 50 import com.android.mail.utils.LogUtils; 299 LogUtils.e(LogUtils.TAG, "Force account create requires extras EMAIL, " + 310 LogUtils.e(LogUtils.TAG, "findProviderForDomain couldn't find provider"); 318 LogUtils.e(LogUtils.TAG, "Force create account failed to create account"); 360 LogUtils.e(LogUtils.TAG, 681 LogUtils.wtf(LogUtils.TAG, "Unknown state %d", mState) [all...] |
AccountServerSettingsActivity.java | 30 import com.android.mail.utils.LogUtils; 217 LogUtils.wtf(LogUtils.TAG, "Tried to change cert on non-incoming screen?");
|
CheckSettingsErrorDialogFragment.java | 29 import com.android.mail.utils.LogUtils; 183 LogUtils.w(LogUtils.TAG, "No data for unsupported policies?");
|
OAuthAuthenticationActivity.java | 25 import com.android.mail.utils.LogUtils; 160 LogUtils.d(Logging.LOG_TAG, "authentication %s", result); 189 LogUtils.w(Logging.LOG_TAG, "null oauth result");
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasOperation.java | 43 import com.android.mail.utils.LogUtils; 102 public static final String LOG_TAG = LogUtils.TAG; 312 LogUtils.i(LOG_TAG, "Failed to initialize %d before sending request for operation %s", 344 LogUtils.i(LOG_TAG, "IOException while sending request: %s", message); 347 LogUtils.i(LOG_TAG, "CertificateException while sending request: %s", 355 LogUtils.d(LOG_TAG, "Exception sending request %s", e.getMessage()); 360 LogUtils.e(LOG_TAG, e, "Exception while sending request"); 373 LogUtils.e(LOG_TAG, e, "Exception while handling response"); 382 LogUtils.e(LOG_TAG, "CommandStatusException: %s, %d", getCommand(), status); 404 LogUtils.e(LOG_TAG, "Forbidden response") [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
confirmdiff.py | 34 from webkitpy.common.system import logutils namespace 38 _log = logutils.get_logger(__file__)
|
/packages/apps/Email/tests/src/com/android/email/ |
TestUtils.java | 28 import com.android.mail.utils.LogUtils; 117 LogUtils.d(Logging.LOG_TAG, message + ": Waiting...");
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageInviteView.java | 31 import com.android.mail.utils.LogUtils; 85 LogUtils.w("UnifiedEmail", "SENDING INVITE COMMAND, VALUE=%s", command);
|
/packages/apps/UnifiedEmail/src/com/android/mail/content/ |
ThreadSafeCursorWrapper.java | 25 import com.android.mail.utils.LogUtils; 136 LogUtils.e(LOG_TAG, "Unexpected failure to move to current position, pos=%d", pos);
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
AllAccountObserver.java | 22 import com.android.mail.utils.LogUtils; 57 LogUtils.wtf(LOG_TAG, "AllAccountObserver initialized with null controller!");
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
TwoPaneLayout.java | 34 import com.android.mail.utils.LogUtils; 162 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, "TPL(%s).onMeasure()", this); 169 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, "TPL(%s).onLayout()", this); 323 LogUtils.i(LOG_TAG, "IN TPL.onTransitionComplete, activity destroyed->quitting early"); 429 LogUtils.i(LOG_TAG, "onViewModeChanged(%d)", newMode); 447 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) { 460 LogUtils.d(LOG_TAG, "TPL: setPaneWidth, w=%spx pane=%s", w, s);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
logutils.py | 86 from webkitpy.common.system import logutils 88 _log = logutils.get_logger(__file__) 108 # starts with /webkitpy, for example "/webkitpy/init/logutils". 118 logger_name = ".".join(parts) # For example, webkitpy.common.system.logutils.
|
/packages/apps/Email/emailcommon/ |
Android.mk | 29 $(unified_email_src_dir)/com/android/mail/utils/LogUtils.java \
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MessageStateChange.java | 9 import com.android.mail.utils.LogUtils; 142 LogUtils.w(LOG_TAG, "DChanges were not in ascending id order"); 146 LogUtils.w(LOG_TAG, "existing change inconsistent with new change"); 155 LogUtils.e(LOG_TAG, "No mailbox id for message %d", messageKey);
|
/packages/apps/Email/src/com/android/email/provider/ |
EmailConversationCursor.java | 42 import com.android.mail.utils.LogUtils; 100 LogUtils.d(Logging.LOG_TAG, 193 LogUtils.d(LogUtils.TAG, "Couldn't parse sender email address");
|
WidgetProvider.java | 30 import com.android.mail.utils.LogUtils; 96 LogUtils.d(LOG_TAG, "Couldn't load account or mailbox. accountId: %d" + 155 LogUtils.e(LOG_TAG, "Null account cursor");
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
Serializer.java | 31 import com.android.mail.utils.LogUtils; 51 private final boolean mLogging = LogUtils.isLoggable(TAG, LogUtils.VERBOSE); 98 LogUtils.v(TAG, "%s%s", indent, logStr);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
BitmapUtil.java | 55 LogUtils.w(TAG, t, "BitmapUtils unable to decode image"); 75 LogUtils.w(TAG, t, "BitmapUtils unable to crop image"); 163 if (DEBUG) LogUtils.i(TAG, 169 LogUtils.e(TAG, new Error(), "BitmapUtils last center crop violated assumptions.");
|
/packages/apps/Email/src/com/android/email/service/ |
ImapService.java | 64 import com.android.mail.utils.LogUtils; 177 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxSynchronous", e); 331 LogUtils.e(Logging.LOG_TAG, 337 LogUtils.e(Logging.LOG_TAG, 365 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxGeneric " + account + " " + mailbox + " " 413 LogUtils.d( 422 LogUtils.d(Logging.LOG_TAG, "full sync: original window: now - " + endDate); 428 LogUtils.d(Logging.LOG_TAG, "quick sync: original window: now - " + endDate); 434 LogUtils.d(Logging.LOG_TAG, "account is apparently deleted"); 447 LogUtils.w(Logging.LOG_TAG, "could not create remote folder type %d" [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
LabelDialogFragment.java | 150 LogUtils.e("No alarm or timer available."); 160 LogUtils.e("Error! Activities that use LabelDialogFragment must implement " 172 LogUtils.e("Error! Activities that use LabelDialogFragment must implement "
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
StopwatchFragment.java | 29 import com.android.deskclock.LogUtils; 263 LogUtils.wtf("Illegal state " + mState 311 if (DEBUG) LogUtils.v("StopwatchFragment.start laps-list disappearing"); 345 if (DEBUG) LogUtils.v("StopwatchFragment.end laps-list disappearing"); 453 if (DEBUG) LogUtils.v("StopwatchFragment.doStop"); 465 if (DEBUG) LogUtils.v("StopwatchFragment.doStart"); 478 if (DEBUG) LogUtils.v("StopwatchFragment.doLap"); 485 if (DEBUG) LogUtils.v("StopwatchFragment.doReset"); 518 LogUtils.e("No compatible receiver is found"); 533 LogUtils.v("lap " + lap_i + ": " + lap) [all...] |
/packages/apps/Email/src/com/android/email/ |
EmailConnectivityManager.java | 32 import com.android.mail.utils.LogUtils; 185 LogUtils.d(TAG, mName + ": Connectivity wait ended"); 192 LogUtils.d(TAG, mName + ": Connectivity waiting...");
|
LegacyConversions.java | 47 import com.android.mail.utils.LogUtils; 97 LogUtils.w(Logging.LOG_TAG, "No sentDate, falling back to internalDate"); 214 LogUtils.d(LogUtils.TAG, e, "Could not decode size \"%s\" from attachment part", 265 LogUtils.d(Logging.LOG_TAG, "Add attachment " + localAttachment); 293 LogUtils.d(Logging.LOG_TAG, "Skipped, found db attachment " + dbAttachment); 405 LogUtils.d(Logging.LOG_TAG, "Exception while reading html body " + rte.toString()); 412 LogUtils.d(Logging.LOG_TAG, "Exception while reading text body " + rte.toString()); 450 LogUtils.e(LogUtils.TAG, "Could not open attachment file for upsync") [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapConnection.java | 36 import com.android.mail.utils.LogUtils; 183 LogUtils.d(Logging.LOG_TAG, e, "SSLException"); 191 LogUtils.d(Logging.LOG_TAG, ioe, "IOException"); 276 LogUtils.d(Logging.LOG_TAG, "sendCommand %s", (sensitive ? IMAP_REDACTED_LOG : command)); 446 LogUtils.d(Logging.LOG_TAG, ie, "ImapException"); 471 LogUtils.d(Logging.LOG_TAG, ie, "ImapException"); 505 LogUtils.d(Logging.LOG_TAG, ie, "ImapException"); 528 LogUtils.d(Logging.LOG_TAG, "doSASLAuth"); 532 LogUtils.d(Logging.LOG_TAG, "failed to authenticate, retrying"); 543 LogUtils.d(Logging.LOG_TAG, "failed to authenticate, giving up") [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ |
MailLogService.java | 21 import com.android.mail.utils.LogUtils; 145 return LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG);
|