HomeSort by relevance Sort by last modified time
    Searched refs:LogUtils (Results 26 - 50 of 285) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java 24 import com.android.mail.utils.LogUtils;
65 LogUtils.e(Logging.LOG_TAG,
72 LogUtils.w(Logging.LOG_TAG, f.getAbsolutePath() + ": File exists, but can't read?" +
75 LogUtils.w(Logging.LOG_TAG, "Remove failed. Tring to overwrite.");
108 LogUtils.d(Logging.LOG_TAG, "Error in TelephonyManager.getDeviceId(): "
  /packages/apps/Exchange/src/com/android/exchange/service/
PingTask.java 27 import com.android.mail.utils.LogUtils;
64 LogUtils.i(TAG, "Ping task starting for %d", mOperation.getAccountId());
74 LogUtils.e(TAG, e, "Ping exception for account %d", mOperation.getAccountId());
77 LogUtils.i(TAG, "Ping task ending with status: %d", pingStatus);
87 LogUtils.w(TAG, "Ping cancelled for %d", mOperation.getAccountId());
EasService.java 58 import com.android.mail.utils.LogUtils;
102 LogUtils.d(TAG, "IEmailService.loadAttachment: %d", attachmentId);
113 LogUtils.d(TAG, "IEmailService.updateFolderList: %d", accountId);
123 LogUtils.wtf(TAG, "unexpected call to EasService.sendMail");
127 LogUtils.d(TAG, "IEmailService.updateFolderList: %d", accountId);
134 LogUtils.i(LogUtils.TAG, "Security Hold trying to sync");
145 LogUtils.d(TAG, "IEmailService.pushModify: %d", accountId);
156 LogUtils.d(TAG, "IEmailService.validate");
166 LogUtils.d(TAG, "IEmailService.searchMessages")
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasPing.java 40 import com.android.mail.utils.LogUtils;
101 LogUtils.d(TAG, "initial ping duration " + mPingDuration + " account " + getAccountId());
111 LogUtils.d(TAG, "doPing request failure, timed out after %d millis", timeoutDuration);
120 LogUtils.d(TAG, "decreasePingDuration adjusting by " + MAXIMUM_HEARTBEAT_INCREMENT +
128 LogUtils.d(TAG, "increasePingDuration adjusting by " + MAXIMUM_HEARTBEAT_INCREMENT +
186 LogUtils.d(TAG, "EasPing.handleResponse");
199 LogUtils.i(TAG, "Ping expired for account %d", accountId);
204 LogUtils.i(TAG, "Ping found changed folders for account %d", accountId);
212 LogUtils.e(TAG, "Bad ping request for account %d", accountId);
216 LogUtils.i(TAG, "Heartbeat out of bounds for account %d, "
    [all...]
EasLoadAttachment.java 35 import com.android.mail.utils.LogUtils;
96 LogUtils.e(LOG_TAG, "RemoteException in loadAttachment: %s", e.getMessage());
153 LogUtils.e(LOG_TAG, "Could not load attachment %d", mAttachmentId);
159 LogUtils.e(LOG_TAG, "Attachment %d lacks a location", mAttachmentId);
167 LogUtils.e(LOG_TAG, "Could not load message %d", mAttachment.mMessageKey);
183 LogUtils.d(LOG_TAG, "Invoking callback for attachmentId: %d with CONNECTION_ERROR",
188 LogUtils.d(LOG_TAG, "Invoking callback for attachmentId: %d with SUCCESS",
199 LogUtils.wtf(LOG_TAG, "Error, mAttachment is null");
223 LogUtils.wtf(LOG_TAG, "Error, mAttachment is null");
249 LogUtils.e(LOG_TAG, "IOException while cleaning up attachment: %s", e.getMessage())
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SuppressNotificationReceiver.java 24 import com.android.mail.utils.LogUtils;
67 LogUtils.wtf(LOG_TAG, "Malformed mimetype: %s", mMimeType);
72 LogUtils.d(LOG_TAG, "Registering receiver with no mime type");
123 LogUtils.e(LOG_TAG, "unexpected null context");
136 LogUtils.e(LOG_TAG, "SuppressNotificationReceiver.onReceive: account=%s, folder=%s",
161 LogUtils.i(LOG_TAG, "Aborting broadcast of intent %s, folder uri is %s",
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 50 import com.android.mail.utils.LogUtils;
159 LogUtils.d(LOG_TAG, String.format(format, args));
307 LogUtils.d(LOG_TAG, "Not adding a DownloadRequest with an invalid attachment id");
454 LogUtils.d(LOG_TAG, "Timeout for DownloadRequest #%d ", dr.mAttachmentId);
476 LogUtils.w(LOG_TAG, "Cancelling DownloadRequest #%d", req.mAttachmentId);
561 LogUtils.d(LOG_TAG, "Attachment #%d is done", attachmentId);
583 LogUtils.d(LOG_TAG, "Attachment with id: %d will potentially be queued for download", id);
671 LogUtils.d(LOG_TAG,
697 LogUtils.d(LOG_TAG, "AttachmentService has been instructed to stop");
710 LogUtils.d(LOG_TAG, "Shutting down service. No in-progress or pending downloads.")
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerAdapter.java 44 import com.android.mail.utils.LogUtils;
190 LogUtils.i(LOG_TAG, "Pager adapter has a null controller. If the conversation view"
207 LogUtils.wtf(LOG_TAG, "pager cursor is null and position is non-zero: %d",
214 LogUtils.wtf(LOG_TAG, "unable to seek to ConversationCursor pos=%d (%s)", position,
223 LogUtils.d(LOG_TAG, "IN PagerAdapter.getItem, frag=%s conv=%s this=%s", f, c, this);
250 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) {
252 LogUtils.d(LOG_TAG,
262 LogUtils.d(LOG_TAG, "IN CPA.getCount, returning 1 (effective singleton). cursor=%s",
272 LogUtils.wtf(LOG_TAG, "getItemPosition received unexpected item: %s", item)
    [all...]
ConversationFooterView.java 16 import com.android.mail.utils.LogUtils;
67 LogUtils.i(LOG_TAG, "ignoring conversation footer tap on unbound view");
72 LogUtils.i(LOG_TAG, "ignoring conversation footer tap on null header item");
77 LogUtils.i(LOG_TAG, "ignoring conversation footer tap on null message");
94 LogUtils.i(LOG_TAG, "ignoring conversation footer tap on unbound view");
99 LogUtils.i(LOG_TAG, "ignoring conversation footer tap on null header item");
104 LogUtils.i(LOG_TAG, "ignoring conversation footer tap on null message");
126 LogUtils.e(LOG_TAG, "Unable to measure height of conversation header");
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertWakeLock.java 31 return pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, LogUtils.LOGTAG);
49 | PowerManager.ACQUIRE_CAUSES_WAKEUP | PowerManager.ON_AFTER_RELEASE, LogUtils.LOGTAG);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
AccountObserver.java 24 import com.android.mail.utils.LogUtils;
58 LogUtils.wtf(LOG_TAG, "AccountObserver initialized with null controller!");
AllAccountObserver.java 22 import com.android.mail.utils.LogUtils;
57 LogUtils.wtf(LOG_TAG, "AllAccountObserver initialized with null controller!");
FolderObserver.java 22 import com.android.mail.utils.LogUtils;
58 LogUtils.wtf(LOG_TAG, "FolderObserver initialized with null controller!");
RecentFolderObserver.java 25 import com.android.mail.utils.LogUtils;
61 LogUtils.wtf(LOG_TAG, "RecentFolderObserver initialized with null controller!");
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MailObservable.java 38 LogUtils.d(LOG_TAG, "IN register(%s)Observer: %s before=%d after=%d",
46 LogUtils.d(LOG_TAG, "IN unregister(%s)Observer: %s before=%d after=%d",
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java 23 import com.android.mail.utils.LogUtils;
79 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Temp file not found");
97 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Error while reading temp file", e);
110 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage());
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentComposeView.java 29 import com.android.mail.utils.LogUtils;
45 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) {
52 LogUtils.d(LOG_TAG, "attachment view: %s", attachStr);
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapTempFileLiteral.java 21 import com.android.phone.common.mail.utils.LogUtils;
79 LogUtils.w(TAG, "ImapTempFileLiteral: Temp file not found");
97 LogUtils.w(TAG, "ImapTempFileLiteral: Error while reading temp file", e);
110 LogUtils.w(TAG, "Failed to remove temp file: " + re.getMessage());
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmKlaxon.java 25 import com.android.deskclock.LogUtils;
40 LogUtils.v("AlarmKlaxon.stop()");
50 LogUtils.v("AlarmKlaxon.start()");
AlarmService.java 30 import com.android.deskclock.LogUtils;
139 LogUtils.v("AlarmService.start with instance: " + instance.mId);
159 LogUtils.v("There is no current alarm to stop");
163 LogUtils.v("AlarmService.stop with instance: %s", (Object) mCurrentAlarm.mId);
176 LogUtils.i("AlarmService received intent %s", action);
178 LogUtils.i("No valid firing alarm");
183 LogUtils.i("AlarmActivity bound; AlarmService no-op");
218 LogUtils.v("AlarmService.onStartCommand() with %s", intent);
226 LogUtils.e("No instance found to start alarm: %d", instanceId);
235 LogUtils.e("Alarm already started for instance: %d", instanceId)
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
LoggingInputStream.java 20 import com.android.mail.utils.LogUtils;
46 LogUtils.d(Logging.LOG_TAG, mTag + "dump start");
98 LogUtils.d(Logging.LOG_TAG, mSb.toString());
  /packages/apps/Email/src/com/android/email/activity/
ComposeActivityEmail.java 27 import com.android.mail.utils.LogUtils;
39 LogUtils.d(LogUtils.TAG, "mReplyFromAccount is null, not adding Quick Response menu");
  /packages/apps/Email/src/com/android/email/activity/setup/
DuplicateAccountDialogFragment.java 20 import com.android.mail.utils.LogUtils;
79 LogUtils.d(LogUtils.TAG, "Null callback in DuplicateAccount dialog onDismiss");
  /packages/apps/Exchange/src/com/android/exchange/adapter/
SettingsParser.java 19 import com.android.mail.utils.LogUtils;
48 LogUtils.d(TAG, "Settings status = %d", status);
77 LogUtils.d(TAG, "Set status = %d", getValueInt());
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
ImapHelper.java 39 import com.android.phone.common.mail.utils.LogUtils;
93 LogUtils.w(TAG, "Could not parse port number");
135 LogUtils.e(TAG, e, "Messaging exception");
169 LogUtils.e(TAG, e, "Messaging Exception");
183 LogUtils.d(TAG, "Fetching message structure for " + message.getUid());
229 LogUtils.d(TAG, "Fetching message body for " + message.getUid());
256 LogUtils.d(TAG, "Fetched message structure for " + message.getUid());
257 LogUtils.d(TAG, "Message retrieved: " + message);
261 LogUtils.d(TAG, "This voicemail does not have an attachment...");
265 LogUtils.e(TAG, e, "Messaging Exception")
    [all...]

Completed in 1506 milliseconds

12 3 4 5 6 7 8 91011>>