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

12 3 4 5 6 7 8 910

  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 50 import com.android.mail.utils.LogUtils;
62 public static final String TAG = LogUtils.TAG;
286 if (LogUtils.isLoggable(TAG, LogUtils.DEBUG)) {
287 LogUtils.d(TAG, "== Attachment changed: " + att.mId);
293 if (LogUtils.isLoggable(TAG, LogUtils.DEBUG)) {
294 LogUtils.d(TAG, "== Attachment " + att.mId + " was in queue, removing");
308 if (LogUtils.isLoggable(TAG, LogUtils.DEBUG))
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceProxy.java 30 import com.android.mail.utils.LogUtils;
102 LogUtils.v(mTag, "Connected: " + name.getShortClassName() + " at " +
128 LogUtils.v(mTag, "Task " + mName + " completed; disconnecting");
140 LogUtils.v(mTag, "Disconnected: " + name.getShortClassName() + " at " +
168 LogUtils.v(mTag, "Bind requested for task " + mName);
193 LogUtils.v(mTag, "Waiting for task " + mName + " to complete...");
200 LogUtils.v(mTag, "Wait for " + mName +
217 LogUtils.v(mTag, "Connection test succeeded in " +
  /packages/apps/Exchange/src/com/android/exchange/service/
ContactsSyncAdapterService.java 36 import com.android.mail.utils.LogUtils;
68 if (LogUtils.isLoggable(TAG, Log.DEBUG)) {
69 LogUtils.d(TAG, "onPerformSync Contacts starting %s, %s", account.toString(),
72 LogUtils.i(TAG, "onPerformSync Contacts starting %s", extras.toString());
75 LogUtils.d(TAG, "onPerformSync Contacts finished");
96 LogUtils.d(TAG, "No-op sync requested, done");
117 LogUtils.d(TAG, "Upload sync; no changes");
139 LogUtils.d(TAG, "requestSync ContactsSyncAdapter %s", mailExtras.toString());
PingTask.java 27 import com.android.mail.utils.LogUtils;
75 LogUtils.i(TAG, "Ping task starting for %d", mOperation.getAccountId());
85 LogUtils.e(TAG, e, "Ping exception for account %d", mOperation.getAccountId());
88 LogUtils.i(TAG, "Ping task ending with status: %d", pingStatus);
103 LogUtils.w(TAG, "Ping cancelled for %d", mOperation.getAccountId());
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerController.java 37 import com.android.mail.utils.LogUtils;
100 LogUtils.d(LOG_TAG, "IN CPC.show, but already shown");
125 LogUtils.d(LOG_TAG, "IN CPC.show, adapter=%s", mPagerAdapter);
128 LogUtils.d(LOG_TAG, "init pager adapter, count=%d initialConv=%s adapter=%s",
136 LogUtils.d(LOG_TAG, "*** pager fragment init pos=%d", initialPos);
147 LogUtils.d(LOG_TAG, "IN CPC.hide, but already hidden");
155 LogUtils.d(LOG_TAG, "IN CPC.hide, clearing adapter and unregistering list observer");
186 LogUtils.i(LOG_TAG, "IN pager adapter, finished loading primary conversation," +
  /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/
Observable.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/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());
ImapUtility.java 20 import com.android.mail.utils.LogUtils;
78 LogUtils.d(Logging.LOG_TAG, "Invalid UID value", e);
121 LogUtils.d(Logging.LOG_TAG, "Invalid range value", e);
  /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/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/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/apps/UnifiedEmail/src/com/android/mail/photomanager/
BitmapUtil.java 22 import com.android.mail.utils.LogUtils;
56 LogUtils.w(PhotoManager.TAG, t, "unable to decode image");
76 LogUtils.w(PhotoManager.TAG, t, "unable to crop image");
164 if (DEBUG) LogUtils.i(PhotoManager.TAG,
170 LogUtils.e(PhotoManager.TAG, new Error(), "last center crop violated assumptions.");
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationViewFragment.java 50 import com.android.mail.utils.LogUtils;
190 LogUtils.d(LOG_TAG, "onCreate in ConversationViewFragment (this=%s)", this);
232 if (!LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG) || mConversation == null) {
243 LogUtils.wtf(LOG_TAG, "ConversationViewFragment expects only a ControllableActivity to"
313 LogUtils.e(LOG_TAG,
315 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) {
316 LogUtils.e(LOG_TAG, Utils.dumpFragment(this)); // the dump has '%' chars in it...
346 LogUtils.e(LOG_TAG, "unable to open 'change folders' dialog for a conversation")
    [all...]
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 27 import com.android.mail.utils.LogUtils;
107 LogUtils.d(Logging.LOG_TAG, "*** " + mDebugLabel + " open " +
129 LogUtils.d(Logging.LOG_TAG, e.toString());
134 LogUtils.d(Logging.LOG_TAG, ioe.toString());
139 LogUtils.d(Logging.LOG_TAG, iae.toString());
163 LogUtils.d(Logging.LOG_TAG, e.toString());
168 LogUtils.d(Logging.LOG_TAG, ioe.toString());
264 LogUtils.d(Logging.LOG_TAG, ">>> " + sensitiveReplacement);
266 LogUtils.d(Logging.LOG_TAG, ">>> " + s);
295 LogUtils.d(Logging.LOG_TAG, "End of stream reached while trying to read line.")
    [all...]
DiscourseLogger.java 20 import com.android.mail.utils.LogUtils;
113 LogUtils.w(Logging.LOG_TAG, "Last network activities:");
115 LogUtils.w(Logging.LOG_TAG, "%s", r);
  /packages/apps/Email/src/com/android/email/provider/
RefreshStatusMonitor.java 5 import com.android.mail.utils.LogUtils;
79 LogUtils.d(TAG, "RefreshStatusMonitor: setSyncStarted: mailboxId=%d", mailboxId);
110 LogUtils.d(TAG, "RefreshStatusMonitor: mailboxId=%d LOW STORAGE",
117 LogUtils.d(TAG, "RefreshStatusMonitor: mailboxId=%d NOT CONNECTED",
128 LogUtils.d(TAG, "RefreshStatusMonitor: mailboxId=%d Retry %d",
131 LogUtils.d(TAG, "RefreshStatusMonitor: mailboxId=%d TIMEOUT",
144 LogUtils.d(TAG, "RefreshStatusMonitor: mailboxId=%d SYNC DETECTED", mMailboxId);
AccountReconciler.java 35 import com.android.mail.utils.LogUtils;
151 LogUtils.d(Logging.LOG_TAG, "reconcileAccountsInternal");
167 LogUtils.w(Logging.LOG_TAG,
175 LogUtils.d(Logging.LOG_TAG,
180 LogUtils.d(Logging.LOG_TAG, "deleted account with hostAuth " + auth);
205 LogUtils.d(Logging.LOG_TAG,
216 LogUtils.w(Logging.LOG_TAG, e.toString());
218 LogUtils.w(Logging.LOG_TAG, e.toString());
220 LogUtils.w(Logging.LOG_TAG, e.toString());
233 LogUtils.i(Logging.LOG_TAG, "Restarting because account deleted")
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
VersionedPrefs.java 30 import com.android.mail.utils.LogUtils;
213 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
216 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
219 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
222 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
225 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
229 LogUtils.e(LOG_TAG, "Unknown MailPrefs preference data type: %s", value.getClass());
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 43 import com.android.mail.utils.LogUtils;
280 LogUtils.i(LOG_TAG, "Failed to initialize %d before sending request for operation %s",
312 LogUtils.i(LOG_TAG, "IOException while sending request: %s", message);
315 LogUtils.i(LOG_TAG, "CertificateException while sending request: %s",
319 LogUtils.d(LOG_TAG, "Exception sending request %s", e.getMessage());
324 LogUtils.e(LOG_TAG, e, "Exception while sending request");
337 LogUtils.e(LOG_TAG, e, "Exception while handling response");
346 LogUtils.e(LOG_TAG, "CommandStatusException: %s, %d", getCommand(), status);
368 LogUtils.e(LOG_TAG, "Forbidden response");
377 LogUtils.d(LOG_TAG, "Provisioning error handled during %s, retrying"
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
ContiguousFIFOAggregator.java 22 import com.android.mail.utils.LogUtils;
109 if (DEBUG) LogUtils.d(TAG, "ContiguousFIFOAggregator >> tasks: %s", prettyPrint());
138 if (DEBUG) LogUtils.d(TAG, "ContiguousFIFOAggregator < tasks: %s", prettyPrint());
174 if (DEBUG) LogUtils.d(TAG, "ContiguousFIFOAggregator ++ tasks: %s", prettyPrint());
205 if (DEBUG) LogUtils.d(TAG, "ContiguousFIFOAggregator - tasks: %s", prettyPrint());
226 if (DEBUG) LogUtils.d(TAG, "ContiguousFIFOAggregator first: %d", hash);

Completed in 639 milliseconds

12 3 4 5 6 7 8 910