/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 235 private static final String LOG_TAG = new Object(){}.getClass().getEnclosingClass().getName(); field in StkAppService 254 CatLog.d(LOG_TAG, "onCreate()+"); in onCreate() 259 CatLog.d(LOG_TAG, "simCount: " + mSimCount); in onCreate() 266 CatLog.d(LOG_TAG, "slotId: " + i); in onCreate() 283 CatLog.d(LOG_TAG, "StkAppService onStart intent is null so return"); in onStart() 289 CatLog.d(LOG_TAG, "StkAppService onStart args is null so return"); in onStart() 299 CatLog.d(LOG_TAG, "onStart sim id: " + slotId + ", op: " + op + ", " + args); in onStart() 303 CatLog.d(LOG_TAG, "mStkService is: " + mStkContext[slotId].mStkServiceState); in onStart() 352 CatLog.d(LOG_TAG, "onDestroy()"); in onDestroy() 396 CatLog.d(LOG_TAG, "isInputFinishBySrv: " + mStkContext[slotId].mIsInputPending); in isInputPending() [all …]
|
D | StkMenuActivity.java | 62 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in StkMenuActivity 85 CatLog.d(LOG_TAG, "MSG_ID_TIMEOUT mState: " + mState); 101 CatLog.d(LOG_TAG, "onCreate"); in onCreate() 121 CatLog.d(LOG_TAG, "mAcceptUsersInput:false"); in onListItemClick() 127 CatLog.d(LOG_TAG, "Item is null"); in onListItemClick() 131 CatLog.d(LOG_TAG, "onListItemClick Id: " + item.id + ", mState: " + mState); in onListItemClick() 145 CatLog.d(LOG_TAG, "mAcceptUsersInput: " + mAcceptUsersInput); in onKeyDown() 152 CatLog.d(LOG_TAG, "KEYCODE_BACK - mState[" + mState + "]"); in onKeyDown() 155 CatLog.d(LOG_TAG, "STATE_SECONDARY"); in onKeyDown() 162 CatLog.d(LOG_TAG, "STATE_MAIN"); in onKeyDown() [all …]
|
D | StkDialogActivity.java | 46 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in StkDialogActivity 72 CatLog.d(LOG_TAG, "onCreate, sim id: " + mSlotId); in onCreate() 98 CatLog.d(LOG_TAG, "OK Clicked!, mSlotId: " + mSlotId); in onClick() 103 CatLog.d(LOG_TAG, "Cancel Clicked!, mSlotId: " + mSlotId); in onClick() 115 CatLog.d(LOG_TAG, "onKeyDown - KEYCODE_BACK"); in onKeyDown() 127 CatLog.d(LOG_TAG, "onResume - mIsResponseSent[" + mIsResponseSent + in onResume() 163 CatLog.d(LOG_TAG, "User should clear text..showing message forever"); in onResume() 177 CatLog.d(LOG_TAG, "Pending Alarm! Let it finish counting down..."); in onResume() 180 CatLog.d(LOG_TAG, "No Pending Alarm! OK to start timer..."); in onResume() 188 CatLog.d(LOG_TAG, "onPause, sim id: " + mSlotId); in onPause() [all …]
|
D | StkLauncherActivity.java | 50 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in StkLauncherActivity 61 CatLog.d(LOG_TAG, "onCreate+"); in onCreate() 83 CatLog.d(LOG_TAG, "mAcceptUsersInput:false"); in onListItemClick() 89 CatLog.d(LOG_TAG, "Item is null"); in onListItemClick() 92 CatLog.d(LOG_TAG, "launch stk menu id: " + item.id); in onListItemClick() 101 CatLog.d(LOG_TAG, "mAcceptUsersInput: " + mAcceptUsersInput); in onKeyDown() 107 CatLog.d(LOG_TAG, "KEYCODE_BACK."); in onKeyDown() 118 CatLog.d(LOG_TAG, "onResume"); in onResume() 122 CatLog.d(LOG_TAG, "item size = 0 so finish."); in onResume() 128 CatLog.d(LOG_TAG, "resume to show multiple stk list."); in onResume() [all …]
|
D | StkInputActivity.java | 59 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in StkInputActivity 88 CatLog.d(LOG_TAG, "Msg timeout."); 101 CatLog.d(LOG_TAG, "mAcceptUsersInput:false"); in onClick() 109 CatLog.d(LOG_TAG, "handleClick, invalid text"); in onClick() 125 CatLog.d(LOG_TAG, "handleClick, ready to response"); in onClick() 135 CatLog.d(LOG_TAG, "onCreate - mIsResponseSent[" + mIsResponseSent + "]"); in onCreate() 171 CatLog.d(LOG_TAG, "onResume - mIsResponseSent[" + mIsResponseSent + in onResume() 180 CatLog.d(LOG_TAG, "onPause - mIsResponseSent[" + mIsResponseSent + "]"); in onPause() 186 CatLog.d(LOG_TAG, "onStop - mIsResponseSent[" + mIsResponseSent + "]"); in onStop() 198 CatLog.d(LOG_TAG, "onDestroy - before Send End Session mIsResponseSent[" + in onDestroy() [all …]
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | AttachmentService.java | 66 public static final String LOG_TAG = "AttachmentService"; field in AttachmentService 159 LogUtils.d(LOG_TAG, String.format(format, args)); in debugTrace() 307 LogUtils.d(LOG_TAG, "Not adding a DownloadRequest with an invalid attachment id"); in addRequest() 454 LogUtils.d(LOG_TAG, "Timeout for DownloadRequest #%d ", dr.mAttachmentId); in validateDownloadRequest() 476 LogUtils.w(LOG_TAG, "Cancelling DownloadRequest #%d", req.mAttachmentId); in watchdogAlarm() 527 debugTrace(LOG_TAG, "ServiceCallback for attachment #%d", attachmentId); in loadAttachmentStatus() 561 LogUtils.d(LOG_TAG, "Attachment #%d is done", attachmentId); in loadAttachmentStatus() 583 LogUtils.d(LOG_TAG, "Attachment with id: %d will potentially be queued for download", id); in attachmentChanged() 660 mConnectivityManager = new EmailConnectivityManager(this, LOG_TAG); in run() 671 LogUtils.d(LOG_TAG, in run() [all …]
|
D | ImapService.java | 179 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxSynchronous", e); in synchronizeMailboxSynchronous() 333 LogUtils.e(Logging.LOG_TAG, in downloadFlagAndEnvelope() 339 LogUtils.e(Logging.LOG_TAG, in downloadFlagAndEnvelope() 367 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxGeneric " + account + " " + mailbox + " " in synchronizeMailboxGeneric() 416 Logging.LOG_TAG, "oldest local message " + oldestLocalMessageDate); in synchronizeMailboxGeneric() 424 LogUtils.d(Logging.LOG_TAG, "full sync: original window: now - " + endDate); in synchronizeMailboxGeneric() 430 LogUtils.d(Logging.LOG_TAG, "quick sync: original window: now - " + endDate); in synchronizeMailboxGeneric() 436 LogUtils.d(Logging.LOG_TAG, "account is apparently deleted"); in synchronizeMailboxGeneric() 449 LogUtils.w(Logging.LOG_TAG, "could not create remote folder type %d", in synchronizeMailboxGeneric() 471 LogUtils.d(Logging.LOG_TAG, "received " + remoteMessages.length + " messages"); in synchronizeMailboxGeneric() [all …]
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
D | VCardService.java | 56 private final static String LOG_TAG = "VCardService"; field in VCardService 91 if (DEBUG) { Log.d(LOG_TAG, "Connected to MediaScanner. Start scanning."); } in onMediaScannerConnected() 97 if (DEBUG) { Log.d(LOG_TAG, "scan completed: " + path); } in onScanCompleted() 148 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created."); in onCreate() 195 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed."); in onDestroy() 210 Log.d(LOG_TAG, in handleImportRequest() 237 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path); in handleExportRequest() 239 Log.w(LOG_TAG, in handleExportRequest() 266 Log.d(LOG_TAG, "Executor service status: shutdown: " + mExecutorService.isShutdown() in tryExecute() 273 Log.w(LOG_TAG, "Failed to excetute a job.", e); in tryExecute() [all …]
|
D | ImportVCardActivity.java | 89 private static final String LOG_TAG = "VCardImport"; field in ImportVCardActivity 188 Log.i(LOG_TAG, "Send an import request"); in sendImportRequest() 195 Log.i(LOG_TAG, in onServiceConnected() 203 Log.i(LOG_TAG, "Disconnected from VCardService"); in onServiceDisconnected() 232 PowerManager.ON_AFTER_RELEASE, LOG_TAG); in VCardCacheThread() 239 Log.w(LOG_TAG, "WakeLock is being held."); in finalize() 246 Log.i(LOG_TAG, "vCard cache thread starts running."); in run() 255 Log.i(LOG_TAG, "vCard cache operation is canceled."); in run() 274 Log.e(LOG_TAG, "Maybe the file is in wrong format", e); in run() 298 Log.i(LOG_TAG, "vCard cache operation is canceled."); in run() [all …]
|
D | ImportProcessor.java | 47 private static final String LOG_TAG = "VCardImport"; field in ImportProcessor 110 Log.e(LOG_TAG, "OutOfMemoryError thrown during import", e); in run() 113 Log.e(LOG_TAG, "RuntimeException thrown during import", e); in run() 123 Log.i(LOG_TAG, String.format("vCard import (id: %d) has started.", mJobId)); in runInternal() 126 Log.i(LOG_TAG, "Canceled before actually handling parameter (" + request.uri + ")"); in runInternal() 162 Log.i(LOG_TAG, "start importing one vCard (Uri: " + uri + ")"); in runInternal() 165 Log.i(LOG_TAG, "start importing one vCard (byte[])"); in runInternal() 191 Log.i(LOG_TAG, "vCard import has been canceled (uri: " + uri + ")"); in runInternal() 194 Log.i(LOG_TAG, "Successfully finished importing one vCard file: " + uri); in runInternal() 202 Log.w(LOG_TAG, "Created Uris is null or 0 length " + in runInternal() [all …]
|
D | ExportVCardActivity.java | 51 private static final String LOG_TAG = "VCardExport"; field in ExportVCardActivity 60 if (DEBUG) Log.d(LOG_TAG, "IncomingHandler received message."); in handleMessage() 63 Log.i(LOG_TAG, "Message returned from vCard server contains error code."); in handleMessage() 74 Log.w(LOG_TAG, "Message returned from vCard server doesn't contain valid path"); in handleMessage() 80 Log.w(LOG_TAG, "Destination file name coming from vCard service is empty."); in handleMessage() 85 Log.d(LOG_TAG, in handleMessage() 94 Log.w(LOG_TAG, "Unknown message type: " + msg.what); in handleMessage() 138 Log.d(LOG_TAG, in onClick() 156 Log.w(LOG_TAG, "External storage is in state " + Environment.getExternalStorageState() + in onCreate() 177 Log.e(LOG_TAG, "Failed to start vCard service"); in onCreate() [all …]
|
D | ExportProcessor.java | 46 private static final String LOG_TAG = "VCardExport"; field in ExportProcessor 86 Log.e(LOG_TAG, "OutOfMemoryError thrown during import", e); in run() 89 Log.e(LOG_TAG, "RuntimeException thrown during export", e); in run() 99 if (DEBUG) Log.d(LOG_TAG, String.format("vCard export (id: %d) has started.", mJobId)); in runInternal() 106 Log.i(LOG_TAG, "Export request is cancelled before handling the request"); in runInternal() 114 Log.w(LOG_TAG, "FileNotFoundException thrown", e); in runInternal() 147 Log.e(LOG_TAG, "initialization of vCard composer failed: " + errorReason); in runInternal() 168 Log.i(LOG_TAG, "Export request is cancelled during composing vCard"); in runInternal() 175 Log.e(LOG_TAG, "Failed to read a contact: " + errorReason); in runInternal() 192 Log.i(LOG_TAG, "Successfully finished exporting vCard " + request.destUri); in runInternal() [all …]
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
D | OtaspTestActivity.java | 39 private static final String LOG_TAG = "OtaspTestActivity"; field in OtaspTestActivity 53 Log.i(LOG_TAG, "##### onCreate: intent = " + intent); in onCreate() 56 Log.i(LOG_TAG, " - has extras: size = " + extras.size()); // forces an unparcel() in onCreate() 57 Log.i(LOG_TAG, " - extras = " + extras); in onCreate() 88 Log.i(LOG_TAG, "==> onCreate: got a result from the OTASP call!"); in onCreate() 92 Log.i(LOG_TAG, " - resultCode = " + resultCode); in onCreate() 109 Log.i(LOG_TAG, " - result: " + resultString); in onCreate() 117 Log.i(LOG_TAG, "==> onCreate: entered from the launcher."); in onCreate() 123 Log.i(LOG_TAG, "onNewIntent: intent=" + intent); in onNewIntent() 125 if (extras != null) Log.i(LOG_TAG, " - intent extras = " + extras); in onNewIntent() [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneGlobals.java | 77 public static final String LOG_TAG = "PhoneApp"; field in PhoneGlobals 238 Log.i(LOG_TAG, "Ignoring EVENT_SIM_NETWORK_LOCKED event; " 244 Log.i(LOG_TAG, "show sim depersonal panel"); 297 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = " 316 if (VDBG) Log.v(LOG_TAG, "onCreate()..."); in onCreate() 361 mWakeLock = mPowerManager.newWakeLock(PowerManager.FULL_WAKE_LOCK, LOG_TAG); in onCreate() 364 | PowerManager.ON_AFTER_RELEASE, LOG_TAG); in onCreate() 377 if (DBG) Log.d(LOG_TAG, "onCreate: mUpdateLock: " + mUpdateLock); in onCreate() 533 if (DBG) Log.d(LOG_TAG, "handleOtaspEvent(message " + msg + ")..."); in handleOtaspEvent() 538 Log.w(LOG_TAG, "handleOtaEvents: got an event but otaUtils is null! " in handleOtaspEvent() [all …]
|
D | InCallScreenShowActivation.java | 47 private static final String LOG_TAG = "InCallScreenShowActivation"; field in InCallScreenShowActivation 56 if (DBG) Log.d(LOG_TAG, "onCreate: intent = " + intent); in onCreate() 59 Log.d(LOG_TAG, " - has extras: size = " + extras.size()); // forces an unparcel() in onCreate() 60 Log.d(LOG_TAG, " - extras = " + extras); in onCreate() 66 Log.w(LOG_TAG, "CDMA Provisioning not supported on this device"); in onCreate() 76 Log.i(LOG_TAG, "Starting Hfa from ACTION_PERFORM_CDMA_PROVISIONING"); in onCreate() 89 Log.i(LOG_TAG, "ACTION_PERFORM_CDMA_PROVISIONING (interactiveMode = " in onCreate() 100 Log.d(LOG_TAG, "==> MANUALLY OVERRIDING interactiveMode to " + interactiveMode); in onCreate() 120 if (DBG) Log.d(LOG_TAG, "==> Starting interactive CDMA provisioning..."); in onCreate() 135 if (DBG) Log.d(LOG_TAG, "==> Starting non-interactive CDMA provisioning..."); in onCreate() [all …]
|
D | PhoneUtils.java | 73 private static final String LOG_TAG = "PhoneUtils"; field in PhoneUtils 171 Log.e(LOG_TAG, "DISCONNECTING time out"); in handleMessage() 269 Log.i(LOG_TAG, "Forcing speaker off due to new incoming call..."); in answerCall() 273 Log.w(LOG_TAG, "answerCall: caught " + ex, ex); in answerCall() 283 Log.e(LOG_TAG, Log.getStackTraceString(new Throwable())); in answerCall() 369 Log.w(LOG_TAG, "hangupRingingCall: no INCOMING or WAITING call"); in hangupRingingCall() 432 Log.e(LOG_TAG, "Call hangup: caught " + ex, ex); in hangup() 449 Log.w(LOG_TAG, "Connection hangup: caught " + ex, ex); in hangup() 456 Log.e(LOG_TAG, "end holding failed!"); in answerAndEndHolding() 492 Log.w(LOG_TAG, "end active call failed!"); in answerAndEndActive() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | AbstractActivityController.java | 315 protected static final String LOG_TAG = LogTag.getLogTag(); field in AbstractActivityController 684 LogUtils.d(LOG_TAG, "AAC.switchToDefaultAccount(%s)", account); in switchToDefaultInboxOrChangeAccount() 706 LogUtils.d(LOG_TAG, "AAC.changeAccount(%s)", account); in changeAccount() 717 LogUtils.e(LOG_TAG, "AAC.changeAccount(null) called."); in changeAccount() 864 LogUtils.e(LOG_TAG, new Error(), "AAC.preloadConvList(): Got an empty folder"); in preloadConvList() 992 LogUtils.d(LOG_TAG, "Starting a LOADER_ACCOUNT_INBOX for %s", mAccount); in loadAccountInbox() 1034 LogUtils.e(LOG_TAG, new Error(), "AAC.setFolder(%s): Bad input", folder); in updateFolder() 1038 LogUtils.d(LOG_TAG, "AAC.setFolder(%s): Input matches mFolder", folder); in updateFolder() 1042 LogUtils.d(LOG_TAG, "AbstractActivityController.setFolder(%s)", folder.name); in updateFolder() 1240 LogUtils.e(LOG_TAG, "Starting MailLogService"); in initializeDevLoggingService() [all …]
|
D | ConversationViewFragment.java | 109 private static final String LOG_TAG = LogTag.getLogTag(); field in ConversationViewFragment 214 LogUtils.d(LOG_TAG, "CVF load observer fired, this=%s", 225 LogUtils.d(LOG_TAG, "onProgressDismiss go() - isUserVisible() = %b", isUserVisible()); 289 LogUtils.d(LOG_TAG, "IN CVF.onActivityCreated, this=%s visible=%s", this, isUserVisible()); in onActivityCreated() 424 LogUtils.e(LOG_TAG, "JS: %s (%s:%d) f=%s", consoleMessage.message(), in onCreateView() 428 LogUtils.i(LOG_TAG, "JS: %s (%s:%d) f=%s", consoleMessage.message(), in onCreateView() 540 LogUtils.w(LOG_TAG, "ignoring markUnread for conv=%s", mConversation.id); in markUnread() 545 LogUtils.i(LOG_TAG, "ignoring markUnread for conv with no view state (%d)", in markUnread() 556 LogUtils.d(LOG_TAG, "ConversationViewFragment#onUserVisibleHintChanged(), userVisible = %b", in onUserVisibleHintChanged() 572 LogUtils.d(LOG_TAG, "Fragment is now user-visible, onConversationSeen: %s", this); in onUserVisibleHintChanged() [all …]
|
D | AbstractConversationViewFragment.java | 67 private static final String LOG_TAG = LogTag.getLogTag(); field in AbstractConversationViewFragment 184 LogUtils.d(LOG_TAG, "onConversationSeen() - mConversation.isViewed() = %b, " in markRead() 239 LogUtils.d(LOG_TAG, "onCreate in ConversationViewFragment (this=%s)", this); in onCreate() 285 if (!LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG) || mConversation == null) { in toString() 296 LogUtils.wtf(LOG_TAG, "ConversationViewFragment expects only a ControllableActivity to" in onActivityCreated() 366 LogUtils.e(LOG_TAG, in onOptionsItemSelected() 368 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) { in onOptionsItemSelected() 369 LogUtils.e(LOG_TAG, "%s", Utils.dumpFragment(this)); in onOptionsItemSelected() 421 LogUtils.e(LOG_TAG, "unable to open 'change folders' dialog for a conversation"); in onFoldersClicked() 459 LogUtils.v(LOG_TAG, "in CVF.setHint, val=%s (%s)", isVisibleToUser, this); in setExtraUserVisibleHint() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 89 public static final String LOG_TAG = "NotifUtils"; field in NotificationUtils 123 LogUtils.v(LOG_TAG, "Clearing all notifications."); in clearAllNotfications() 332 LogUtils.d(LOG_TAG, "cancelAllNotifications - cancelling all"); in cancelAllNotifications() 344 LogUtils.d(LOG_TAG, "cancelAndResendNotificationsOnLocaleChange"); in cancelAndResendNotificationsOnLocaleChange() 367 LogUtils.i(LOG_TAG, "resendNotifications cancelExisting: %b, account: %s, folder: %s", in resendNotifications() 369 accountUri == null ? null : LogUtils.sanitizeName(LOG_TAG, accountUri.toString()), in resendNotifications() 370 folderUri == null ? null : LogUtils.sanitizeName(LOG_TAG, folderUri.toString())); in resendNotifications() 373 LogUtils.d(LOG_TAG, "resendNotifications - cancelling all"); in resendNotifications() 389 LogUtils.d(LOG_TAG, "resendNotifications - not resending %s / %s" in resendNotifications() 395 LogUtils.d(LOG_TAG, "resendNotifications - resending %s / %s", in resendNotifications() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationCursor.java | 79 public static final String LOG_TAG = "ConvCursor"; field in ConversationCursor 210 LogUtils.d(LOG_TAG, "Create: initial creation"); in load() 231 if (DEBUG) LogUtils.i(LOG_TAG, "[Paused: %s]", this); in pause() 239 if (DEBUG) LogUtils.i(LOG_TAG, "[Resumed: %s]", this); in resume() 244 if (DEBUG) LogUtils.i(LOG_TAG, "IN checkNotifyUI, this=%s", this); in checkNotifyUI() 295 if (DEBUG) LogUtils.i(LOG_TAG, "in cache job pos=%s c=%s", mStartPos, in doInBackground() 330 LogUtils.i(LOG_TAG, "ConversationCursor caching complete pos=%s", mCachePos); in onPostExecute() 415 LogUtils.e(LOG_TAG, "Inserting duplicate conversation uri key: %s. " + in UnderlyingCursorWrapper() 421 LogUtils.e(LOG_TAG, "Inserting duplicate conversation id key: %d" + in UnderlyingCursorWrapper() 441 LogUtils.e(LOG_TAG, "Unexpected map sizes. Cursor size: %d, " + in UnderlyingCursorWrapper() [all …]
|
D | ConversationPagerAdapter.java | 124 private static final String LOG_TAG = ConversationPagerController.LOG_TAG; field in ConversationPagerAdapter 190 LogUtils.i(LOG_TAG, "Pager adapter has a null controller. If the conversation view" in getCursor() 207 LogUtils.wtf(LOG_TAG, "pager cursor is null and position is non-zero: %d", in getItem() 214 LogUtils.wtf(LOG_TAG, "unable to seek to ConversationCursor pos=%d (%s)", position, in getItem() 223 LogUtils.d(LOG_TAG, "IN PagerAdapter.getItem, frag=%s conv=%s this=%s", f, c, this); in getItem() 250 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) { in getCount() 252 LogUtils.d(LOG_TAG, in getCount() 262 LogUtils.d(LOG_TAG, "IN CPA.getCount, returning 1 (effective singleton). cursor=%s", in getCount() 272 LogUtils.wtf(LOG_TAG, "getItemPosition received unexpected item: %s", item); in getItemPosition() 281 LogUtils.d(LOG_TAG, "IN PagerAdapter.setPrimaryItem, pos=%d, frag=%s", position, in setPrimaryItem() [all …]
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
D | EasLoadAttachment.java | 96 LogUtils.e(LOG_TAG, "RemoteException in loadAttachment: %s", e.getMessage()); in doStatusCallback() 153 LogUtils.e(LOG_TAG, "Could not load attachment %d", mAttachmentId); in performOperation() 159 LogUtils.e(LOG_TAG, "Attachment %d lacks a location", mAttachmentId); in performOperation() 167 LogUtils.e(LOG_TAG, "Could not load message %d", mAttachment.mMessageKey); in performOperation() 183 LogUtils.d(LOG_TAG, "Invoking callback for attachmentId: %d with CONNECTION_ERROR", in performOperation() 188 LogUtils.d(LOG_TAG, "Invoking callback for attachmentId: %d with SUCCESS", in performOperation() 199 LogUtils.wtf(LOG_TAG, "Error, mAttachment is null"); in getCommand() 223 LogUtils.wtf(LOG_TAG, "Error, mAttachment is null"); in getRequestEntity() 249 LogUtils.e(LOG_TAG, "IOException while cleaning up attachment: %s", e.getMessage()); in close() 262 LogUtils.e(LOG_TAG, "Could not open attachment file: %s", e.getMessage()); in finishLoadAttachment() [all …]
|
D | EasOperation.java | 103 public static final String LOG_TAG = LogUtils.TAG; field in EasOperation 259 LogUtils.i(LOG_TAG, "Failed to initialize %d before sending request for operation %s", in performOperation() 298 LogUtils.i(LOG_TAG, "IOException while sending request: %s", message); in performOperationInternal() 301 LogUtils.i(LOG_TAG, "CertificateException while sending request: %s", in performOperationInternal() 309 LogUtils.d(LOG_TAG, "Exception sending request %s", e.getMessage()); in performOperationInternal() 314 LogUtils.e(LOG_TAG, e, "Exception while sending request"); in performOperationInternal() 327 LogUtils.e(LOG_TAG, e, "Exception while handling response"); in performOperationInternal() 336 LogUtils.e(LOG_TAG, "CommandStatusException: %s, %d", getCommand(), status); in performOperationInternal() 358 LogUtils.e(LOG_TAG, "Forbidden response"); in performOperationInternal() 367 LogUtils.d(LOG_TAG, "Provisioning error handled during %s, retrying", in performOperationInternal() [all …]
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
D | Log.java | 25 private static final String LOG_TAG = LogUtils.TAG; field in Log 56 android.util.Log.v(LOG_TAG, toString(message, null)); in trace() 61 android.util.Log.v(LOG_TAG, toString(message, t)); in trace() 66 android.util.Log.d(LOG_TAG, toString(message, null)); in debug() 71 android.util.Log.d(LOG_TAG, toString(message, t)); in debug() 76 android.util.Log.i(LOG_TAG, toString(message, null)); in info() 81 android.util.Log.i(LOG_TAG, toString(message, t)); in info() 85 android.util.Log.w(LOG_TAG, toString(message, null)); in warn() 89 android.util.Log.w(LOG_TAG, toString(message, t)); in warn() 93 android.util.Log.e(LOG_TAG, toString(message, null)); in error() [all …]
|