HomeSort by relevance Sort by last modified time
    Searched refs:Logging (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /packages/apps/Email/src/com/android/email/
Preferences.java 24 import com.android.emailcommon.Logging;
221 Log.w(Logging.LOG_TAG, "Trusted sender set corrupted. Clearing");
324 if (Logging.LOGD) {
326 Log.v(Logging.LOG_TAG, key + " = " + mSharedPreferences.getAll().get(key));
NotificationController.java 45 import com.android.emailcommon.Logging;
233 Log.i(Logging.LOG_TAG, "Notifications being toggled: " + watch);
262 Log.i(Logging.LOG_TAG, "Observing account changes for notifications");
343 Log.w(Logging.LOG_TAG, "Could not load INBOX for account id: " + accountId);
347 Log.i(Logging.LOG_TAG, "Registering for notifications for account " + accountId);
370 Log.i(Logging.LOG_TAG, "Unregistering notifications for all accounts");
379 Log.i(Logging.LOG_TAG, "Unregistering notifications for account " + accountId);
647 Log.w(Logging.LOG_TAG, "Received notification when observer data was null");
652 Log.w(Logging.LOG_TAG, "Couldn't find account for changed message notification");
665 Log.w(Logging.LOG_TAG, "Couldn't find mailbox for changed message notification")
    [all...]
LegacyConversions.java 26 import com.android.emailcommon.Logging;
226 Log.d(Logging.LOG_TAG, "Add attachment " + localAttachment);
252 Log.d(Logging.LOG_TAG, "Skipped, found db attachment " + dbAttachment);
362 Log.d(Logging.LOG_TAG, "Exception while reading html body " + rte.toString());
369 Log.d(Logging.LOG_TAG, "Exception while reading text body " + rte.toString());
383 Log.d(Logging.LOG_TAG, "Exception while reading text reply " + rte.toString());
391 Log.d(Logging.LOG_TAG, "Exception while reading html reply " + rte.toString());
398 Log.d(Logging.LOG_TAG, "Exception while reading text reply " + rte.toString());
MessagingController.java 32 import com.android.emailcommon.Logging;
250 Log.i(Logging.LOG_TAG, "Could not load account id " + accountId
376 if (Logging.LOGD) {
377 Log.v(Logging.LOG_TAG, "synchronizeMailbox", e);
572 Log.e(Logging.LOG_TAG,
579 Log.e(Logging.LOG_TAG,
621 Log.d(Logging.LOG_TAG, "Attempted search for " + searchParams
702 Log.e(Logging.LOG_TAG,
706 Log.e(Logging.LOG_TAG,
    [all...]
Email.java 32 import com.android.emailcommon.Logging;
41 * If this is enabled there will be additional logging information sent to
209 // Enable logging in the EAS service, so it starts up as early as possible.
237 * Internal, utility method for logging.
241 Log.d(Logging.LOG_TAG, message);
263 Log.w(Logging.LOG_TAG, "Method called on the UI thread", new Exception("STACK TRACE"));
  /packages/apps/Email/src/com/android/email/activity/setup/
DebugFragment.java 25 import com.android.emailcommon.Logging;
55 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
56 Log.d(Logging.LOG_TAG, "AccountSetupBasicsFragment onCreateView");
154 Log.w(Logging.LOG_TAG, "Cleard WebView cache.");
MailboxSettings.java 39 import com.android.emailcommon.Logging;
297 Log.i(Logging.LOG_TAG, "Setting changed");
315 Log.i(Logging.LOG_TAG, "Updating object: " + syncInterval + "," + syncLookback);
338 Log.i(Logging.LOG_TAG, "Saving mailbox settings...");
365 Log.i(Logging.LOG_TAG, "Saved: " + uri);
AccountSettingsUtils.java 29 import com.android.emailcommon.Logging;
128 Log.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() +
152 Log.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e);
AccountSetupOptions.java 44 import com.android.emailcommon.Logging;
285 Log.d(Logging.LOG_TAG, "addAccount was canceled");
287 Log.d(Logging.LOG_TAG, "addAccount failed: " + e);
289 Log.d(Logging.LOG_TAG, "addAccount failed: " + e);
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 59 // This class registers the browser IPC logger functions with IPC::Logging.
63 IPC::Logging::set_log_function_map(&g_log_function_mapping);
100 LogFunctionMap* log_functions = IPC::Logging::log_function_map();
207 IPC::Logging::GetInstance()->SetConsumer(this);
212 IPC::Logging::GetInstance()->SetConsumer(NULL);
324 IPC::Logging::GetMessageText(data.type, &message_name, NULL, NULL);
  /external/clang/tools/libclang/
CIndexHigh.cpp 254 bool Logging = ::getenv("LIBCLANG_LOGGING");
257 if (Logging)
262 if (Logging)
267 if (Logging)
284 if (Logging)
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 19 import com.android.emailcommon.Logging;
204 Log.d(Logging.LOG_TAG, "openFile/thumbnail failed with " +
208 Log.d(Logging.LOG_TAG, "openFile/thumbnail failed with " +
319 Log.d(Logging.LOG_TAG, "createImageThumbnail failed with " + oome.getMessage());
322 Log.d(Logging.LOG_TAG, "createImageThumbnail failed with " + e.getMessage());
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 33 import com.android.emailcommon.Logging;
137 Log.d(Logging.LOG_TAG, "Decoding bitmap failed with " + e.getMessage());
ShortcutPicker.java 31 import com.android.emailcommon.Logging;
141 Log.d(Logging.LOG_TAG, "Created old style intent: " + shortcutIntent);
Welcome.java 39 import com.android.emailcommon.Logging;
247 if (Email.DEBUG && Logging.DEBUG_LIFECYCLE) {
248 Log.d(Logging.LOG_TAG, "Welcome: Closing self...");
280 Log.i(Logging.LOG_TAG, "Inbox not found. Starting mailbox finder...");
MoveMessageToDialog.java 36 import com.android.emailcommon.Logging;
99 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
100 Log.d(Logging.LOG_TAG, "" + this + " onCreate target=" + getTargetFragment());
MailboxFragmentAdapter.java 42 import com.android.emailcommon.Logging;
452 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
453 Log.d(Logging.LOG_TAG, "MailboxFragmentAdapter#CursorWithExtras accountId=" + accountId
466 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
467 Log.d(Logging.LOG_TAG, "MailboxFragmentAdapter#createCombinedViewLoader");
  /packages/apps/Email/src/com/android/email/mail/
Store.java 27 import com.android.emailcommon.Logging;
102 Log.d(Logging.LOG_TAG, String.format(
  /packages/apps/Email/src/com/android/email/widget/
WidgetManager.java 24 import com.android.emailcommon.Logging;
87 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Search.java 25 import com.android.emailcommon.Logging;
165 Log.d(Logging.LOG_TAG, "Search status: " + status);
212 Log.d(Logging.LOG_TAG, "RemoteException while saving search results.");
  /packages/apps/Exchange/src/com/android/exchange/provider/
MailboxUtilities.java 26 import com.android.emailcommon.Logging;
87 Log.w(Logging.LOG_TAG, "Mailbox with null serverId: " +
198 Log.w(Logging.LOG_TAG, "Account " + account.mDisplayName +
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 28 import com.android.emailcommon.Logging;
284 Log.d(Logging.LOG_TAG, "TLS not supported but required");
295 Log.d(Logging.LOG_TAG, me.toString());
302 Log.d(Logging.LOG_TAG, ioe.toString());
324 Log.d(Logging.LOG_TAG, statException.toString());
395 Log.d(Logging.LOG_TAG, "Unable to index during getMessage " + ioe);
416 Log.d(Logging.LOG_TAG, ioe.toString());
660 Log.d(Logging.LOG_TAG, ioe.toString());
695 Log.d(Logging.LOG_TAG, ioe.toString());
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeUtility.java 19 import com.android.emailcommon.Logging;
306 Log.e(Logging.LOG_TAG, "Unable to getTextFromPart " + oom.toString());
313 Log.e(Logging.LOG_TAG, "Unable to getTextFromPart " + e.toString());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 19 import com.android.emailcommon.Logging;
348 Log.e(Logging.LOG_TAG, "Failed to delete attachment file " + file.getName());
  /packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 35 import com.android.emailcommon.Logging;
182 Log.w(Logging.LOG_TAG, "testEnableEasCalendarSyncWithNoExchangeAccounts skipped:"

Completed in 403 milliseconds

1 23 4 5