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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Email/provider_src/com/android/email/provider/
ContentCache.java 29 import com.android.mail.utils.LogUtils;
189 LogUtils.d(mLogTag, "============ Invalidate tokens for: " + id);
208 LogUtils.d(mLogTag, "============ List invalidated");
220 LogUtils.d(mLogTag, "============ Removing token for: " + token.mId);
222 LogUtils.d(mLogTag, "============ No token found for: " + token.mId);
232 LogUtils.d(mLogTag, "============ Taking token for: " + token.mId);
487 LogUtils.d(mLogTag, "============ Stale token for " + id);
494 LogUtils.d(mLogTag, "============ Caching cursor for: " + id);
599 LogUtils.d(mTokenList.mLogTag, "============ Lock invalidated " + count +
636 LogUtils.d(mLogTag, "=========== Unlocking cache for: " + id)
    [all...]
FolderPickerActivity.java 38 import com.android.mail.utils.LogUtils;
62 LogUtils.w(TAG, "No account # in Uri?");
69 LogUtils.w(TAG, "Invalid account # in Uri?");
79 LogUtils.w(TAG, "Trash folder already exists");
85 LogUtils.w(TAG, "No account?");
  /packages/apps/Email/provider_src/com/android/email/service/
Pop3Service.java 57 import com.android.mail.utils.LogUtils;
121 LogUtils.v(Logging.LOG_TAG, "synchronizeMailbox", e);
174 LogUtils.d(TAG, "Loading " + unsyncedMessages.size() + " unsynced messages");
194 LogUtils.d(TAG, "Message is " + (message.isComplete() ? "" : "NOT ")
322 LogUtils.d(Logging.LOG_TAG, "remoteMessageCount " + remoteMessageCount);
362 LogUtils.d(Logging.LOG_TAG, "found a local message, need " +
373 LogUtils.d(Logging.LOG_TAG, "need to sync " + uid);
376 LogUtils.d(Logging.LOG_TAG, "don't need to sync " + uid);
380 LogUtils.d(Logging.LOG_TAG, "loaded " + count + " messages, stopping");
386 LogUtils.d(TAG, "*** Message count is zero??")
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 123 LogUtils.v(LOG_TAG, "Clearing all notifications.");
237 LogUtils.contentUriToString(accountUri));
257 LogUtils.contentUriToString(folderUri));
332 LogUtils.d(LOG_TAG, "cancelAllNotifications - cancelling all");
344 LogUtils.d(LOG_TAG, "cancelAndResendNotificationsOnLocaleChange");
367 LogUtils.i(LOG_TAG, "resendNotifications cancelExisting: %b, account: %s, folder: %s",
369 accountUri == null ? null : LogUtils.sanitizeName(LOG_TAG, accountUri.toString()),
370 folderUri == null ? null : LogUtils.sanitizeName(LOG_TAG, folderUri.toString()));
373 LogUtils.d(LOG_TAG, "resendNotifications - cancelling all");
389 LogUtils.d(LOG_TAG, "resendNotifications - not resending %s / %s
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCreationFragment.java 38 import com.android.mail.utils.LogUtils;
195 LogUtils.d(LogUtils.TAG, "addAccount was canceled");
197 LogUtils.d(LogUtils.TAG, "addAccount failed: " + e);
199 LogUtils.d(LogUtils.TAG, "addAccount failed: " + e);
AccountSetupCredentialsFragment.java 44 import com.android.mail.utils.LogUtils;
259 LogUtils.e(LogUtils.TAG, "Unknown result from certificate request %d",
280 LogUtils.i(LogUtils.TAG, "Result from oauth %d", resultCode);
282 LogUtils.wtf(LogUtils.TAG, "Unknown result code from OAUTH: %d", resultCode);
285 LogUtils.e(LogUtils.TAG, "Unknown request code for onActivityResult in"
DebugFragment.java 37 import com.android.mail.utils.LogUtils;
50 LogUtils.d(Logging.LOG_TAG, "DebugFragment onCreateView");
127 LogUtils.w(Logging.LOG_TAG, "Cleard WebView cache.");
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSettingsUtils.java 37 import com.android.mail.utils.LogUtils;
67 LogUtils.d(LogUtils.TAG, "Clearing unsupported policies "
173 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() +
180 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e);
225 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() +
231 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e);
289 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() +
327 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java 39 import com.android.mail.utils.LogUtils;
307 LogUtils.v(LOG_TAG, "adding account %s", accountEntry.mAccount);
363 LogUtils.e(LOG_TAG, e, "ignoring unparsable accounts cache");
376 LogUtils.e(LOG_TAG, "Dropping account that doesn't specify settings");
387 LogUtils.e(LOG_TAG, "Dropping account without provider: %s",
393 LogUtils.e(LOG_TAG, e,
441 LogUtils.d(LOG_TAG, "null account cursor returned");
445 LogUtils.d(LOG_TAG, "Cursor with %d accounts returned", data.getCount());
503 LogUtils.d(LOG_TAG, "Removing account %s", accountUri);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 24 import com.android.mail.utils.LogUtils;
79 LogUtils.d(Logging.LOG_TAG, String.format("Using policy: package=%s name=%s",
121 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e);
124 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e);
151 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader", e);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactoryWrapper.java 19 import com.android.mail.utils.LogUtils;
240 LogUtils.d(LogUtils.TAG, "using cipherSuite %s", session.getCipherSuite());
255 LogUtils.w(LogUtils.TAG, e, "unable to set handshake timeout");
AttachmentUtilities.java 37 import com.android.mail.utils.LogUtils;
380 LogUtils.e(Logging.LOG_TAG, "Failed to delete attachment file " + file.getName());
414 LogUtils.w(Logging.LOG_TAG, "Trying to save an attachment with no name: %d",
445 LogUtils.d(LogUtils.TAG, e, "IAE from DownloadManager while saving attachment");
449 LogUtils.w(Logging.LOG_TAG,
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java 28 import com.android.mail.utils.LogUtils;
103 LogUtils.d(Logging.LOG_TAG, message);
165 LogUtils.d(Logging.LOG_TAG, "<<< " + response.toString());
180 LogUtils.w(Logging.LOG_TAG, ByeException.MESSAGE);
204 LogUtils.w(Logging.LOG_TAG, "Exception detected: " + e.getMessage());
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MiniDrawerView.java 32 import com.android.mail.utils.LogUtils;
222 LogUtils.v(LogUtils.TAG, "The ellipsis was the last item in the minidrawer and " +
242 LogUtils.v(LogUtils.TAG, "Hid two children in the minidrawer and still couldn't fit " +
SecureConversationViewFragment.java 41 import com.android.mail.utils.LogUtils;
80 LogUtils.d(LOG_TAG, "ignoring SCVF.onPageFinished, url=%s fragment=%s", url,
211 LogUtils.w(LOG_TAG, "ignoring markUnread for conv=%s",
250 LogUtils.i(LOG_TAG, "CONV RENDER: existing cursor is null, rendering from scratch");
258 LogUtils.e(LOG_TAG, "unable to open message cursor");
ConversationPositionTracker.java 25 import com.android.mail.utils.LogUtils;
208 LogUtils.d(LOG_TAG, "ConversationPositionTracker: Could not find conversation %s" +
233 LogUtils.d(LOG_TAG, "ConversationPositionTracker.getNextConversation: " +
ConversationSyncDisabledTipView.java 40 import com.android.mail.utils.LogUtils;
114 LogUtils.i(LOG_TAG, "Sync is off with reason %d", mReasonSyncOff);
133 LogUtils.i(LOG_TAG, "getMasterSyncAutomatically() return false");
  /packages/apps/Email/provider_src/com/android/email/
EmailConnectivityManager.java 31 import com.android.mail.utils.LogUtils;
184 LogUtils.d(TAG, mName + ": Connectivity wait ended");
191 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...]
SecurityPolicy.java 49 import com.android.mail.utils.LogUtils;
145 LogUtils.d(TAG, "Aggregate from: " + policy);
190 LogUtils.d(TAG, "Calculated Aggregate: " + aggregate);
195 LogUtils.d(TAG, "Calculated Aggregate: no policy");
237 LogUtils.d(TAG, "reducePolicies");
269 LogUtils.d(TAG, sb.toString());
412 LogUtils.d(TAG, "setActivePolicies: none, remove admin");
417 LogUtils.d(TAG, "setActivePolicies: " + aggregatePolicy);
447 LogUtils.d(TAG, "SecurityException in setCameraDisabled, nothing changed");
506 LogUtils.d(TAG, "policiesRequired for " + account.mDisplayName + ": " + policy)
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java 32 import com.android.mail.utils.LogUtils;
99 LogUtils.d(LOG_TAG, "Performing FolderSync for account %d", getAccountId());
124 LogUtils.d(LOG_TAG, "Performing validation");
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
LetterTileProvider.java 34 import com.android.mail.utils.LogUtils;
91 LogUtils.w(TAG, "LetterTileProvider width(%d) or height(%d) is 0 for name %s and "
124 LogUtils.w(TAG,
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 36 import com.android.mail.utils.LogUtils;
132 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required");
147 LogUtils.w(Logging.LOG_TAG, "OAuth requested, but not supported.");
160 LogUtils.w(Logging.LOG_TAG, "No valid authentication mechanism found.");
168 LogUtils.d(Logging.LOG_TAG, e.toString());
173 LogUtils.d(Logging.LOG_TAG, ioe.toString());
  /packages/apps/Email/provider_src/com/android/email/mail/
Sender.java 27 import com.android.mail.utils.LogUtils;
55 LogUtils.d(Logging.LOG_TAG, String.format(
  /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...");

Completed in 788 milliseconds

1 2 3 4 56 7 8 91011>>