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

1 23 4 5

  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 32 import com.android.emailcommon.Logging;
137 LogUtils.d(Logging.LOG_TAG, "Decoding bitmap failed with " + e.getMessage());
  /packages/apps/Email/src/com/android/email/mail/
Store.java 27 import com.android.emailcommon.Logging;
104 LogUtils.d(Logging.LOG_TAG, String.format(
  /packages/apps/Email/src/com/android/email/service/
EmailServiceStub.java 37 import com.android.emailcommon.Logging;
124 LogUtils.i(Logging.LOG_TAG, "requestSync EmailServiceStub startSync %s, %s",
181 if (Logging.LOGD) LogUtils.v(Logging.LOG_TAG, "", me);
184 LogUtils.d(Logging.LOG_TAG, "RTE During loadMore");
299 LogUtils.i(Logging.LOG_TAG, me, "Error loading attachment");
414 LogUtils.i(Logging.LOG_TAG, me, "Error in updateFolderList");
531 LogUtils.d(Logging.LOG_TAG, "Can't send #" + messageId +
EmailBroadcastProcessorService.java 42 import com.android.emailcommon.Logging;
318 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: 1");
327 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: 2");
339 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: completed.");
381 LogUtils.i(Logging.LOG_TAG, "System accounts updated.");
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.cc 92 LogFunctionMap* log_functions = IPC::Logging::log_function_map();
199 IPC::Logging::GetInstance()->SetConsumer(this);
204 IPC::Logging::GetInstance()->SetConsumer(NULL);
310 IPC::Logging::GetMessageText(data.type, &message_name, NULL, NULL);
  /external/chromium_org/content/child/
child_thread.cc 133 IPC::Logging::GetInstance()->SetIPCSender(this);
212 IPC::Logging::GetInstance()->SetIPCSender(NULL);
359 IPC::Logging::GetInstance()->Enable();
361 IPC::Logging::GetInstance()->Disable();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 31 import com.android.emailcommon.Logging;
368 LogUtils.e(Logging.LOG_TAG, "Failed to delete attachment file " + file.getName());
401 LogUtils.w(Logging.LOG_TAG, "Trying to save an attachment with no name: %d",
428 LogUtils.w(Logging.LOG_TAG,
Utility.java 45 import com.android.emailcommon.Logging;
756 LogUtils.e(Logging.LOG_TAG, e, "not able to open cached file");
778 LogUtils.w(Logging.LOG_TAG, "attachmentExists RuntimeException=" + re);
804 LogUtils.d(Logging.LOG_TAG, "Unloaded attachment isn't marked for download: " +
    [all...]
  /external/chromium_org/content/common/
child_process_host_impl.cc 12 #include "base/logging.h"
172 bool enabled = IPC::Logging::GetInstance()->Enabled();
225 IPC::Logging* logger = IPC::Logging::GetInstance();
  /packages/apps/Email/src/com/android/email/
Preferences.java 23 import com.android.emailcommon.Logging;
340 if (Logging.LOGD) {
342 LogUtils.v(Logging.LOG_TAG, key + " = " + mSharedPreferences.getAll().get(key));
SecurityPolicy.java 39 import com.android.emailcommon.Logging;
603 LogUtils.d(Logging.LOG_TAG, "setAccountPolicy; policy unchanged");
612 LogUtils.d(Logging.LOG_TAG,
622 LogUtils.d(Logging.LOG_TAG, "Notify policies for " + account.mDisplayName
628 LogUtils.d(Logging.LOG_TAG, "Policy is active and unchanged; do not notify.");
632 LogUtils.d(Logging.LOG_TAG, "Notify policies for " + account.mDisplayName +
658 LogUtils.d(Logging.LOG_TAG, "Could not remote wipe because not device admin.");
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java 29 import com.android.emailcommon.Logging;
145 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() +
169 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e);
MailboxSettings.java 36 import com.android.emailcommon.Logging;
284 LogUtils.i(Logging.LOG_TAG, "Saving mailbox settings...");
304 LogUtils.i(Logging.LOG_TAG, "Saved: " + uri);
AccountSetupOptions.java 46 import com.android.emailcommon.Logging;
288 LogUtils.d(Logging.LOG_TAG, "addAccount was canceled");
290 LogUtils.d(Logging.LOG_TAG, "addAccount failed: " + e);
292 LogUtils.d(Logging.LOG_TAG, "addAccount failed: " + e);
AccountCheckSettingsFragment.java 37 import com.android.emailcommon.Logging;
446 LogUtils.d(Logging.LOG_TAG, "Begin auto-discover for " + mCheckEmail);
473 LogUtils.d(Logging.LOG_TAG, "Begin check of incoming email settings");
518 LogUtils.d(Logging.LOG_TAG, "Begin check of outgoing email settings");
    [all...]
AccountSetupBasics.java 48 import com.android.emailcommon.Logging;
279 LogUtils.e(Logging.LOG_TAG,
290 LogUtils.e(Logging.LOG_TAG, "ERROR: Force account create requires extras EMAIL, " +
  /packages/apps/Email/src/com/android/email2/ui/
MailActivityEmail.java 35 import com.android.emailcommon.Logging;
52 * If this is enabled there will be additional logging information sent to
201 // Enable logging in the EAS service, so it starts up as early as possible.
229 * Internal, utility method for logging.
233 LogUtils.d(Logging.LOG_TAG, message);
255 LogUtils.w(Logging.LOG_TAG, "Method called on the UI thread",
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 37 import com.android.emailcommon.Logging;
121 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync");
124 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync");
142 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync");
153 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync");
524 LogUtils.w(Logging.LOG_TAG, "Multiple mailboxes named \"%s\"", path);
527 LogUtils.i(Logging.LOG_TAG, "Could not find mailbox at \"%s\"", path);
    [all...]
MailboxUtilities.java 26 import com.android.emailcommon.Logging;
92 LogUtils.w(Logging.LOG_TAG, "Mailbox with null serverId: " +
206 LogUtils.w(Logging.LOG_TAG, "Account " + account.mDisplayName +
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 33 import com.android.emailcommon.Logging;
328 LogUtils.d(Logging.LOG_TAG, "Failed to find message", e);
416 LogUtils.d(Logging.LOG_TAG, "searchForUids '" + searchCriteria + "' results: " +
420 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria);
427 LogUtils.d(Logging.LOG_TAG, ioe, "IOException in search: " + searchCriteria);
510 LogUtils.d(Logging.LOG_TAG, "getMessages number " + start + " - " + end);
556 LogUtils.d(Logging.LOG_TAG, "getMessages dateRange " + command.toString());
566 LogUtils.d(Logging.LOG_TAG, e, "query failed %s, trying alternate",
572 LogUtils.w(Logging.LOG_TAG, e2, "query failed %s, fatal", command);
608 LogUtils.w(Logging.LOG_TAG, "Exception detected: " + e.getMessage())
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Search.java 25 import com.android.emailcommon.Logging;
185 LogUtils.d(Logging.LOG_TAG, "Search status: " + status);
232 LogUtils.d(Logging.LOG_TAG, "RemoteException while saving search results.");
  /packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 33 import com.android.emailcommon.Logging;
182 LogUtils.w(Logging.LOG_TAG, "testEnableEasCalendarSyncWithNoExchangeAccounts skipped:"
  /packages/apps/Email/tests/src/com/android/email/
RefreshManagerTest.java 20 import com.android.emailcommon.Logging;
175 LogUtils.w(Logging.LOG_TAG, "" + mController.mListener.getClass());
273 LogUtils.w(Logging.LOG_TAG, "" + mController.mListener.getClass());
375 LogUtils.w(Logging.LOG_TAG, "" + mController.mListener.getClass());
  /external/chromium_org/ipc/
ipc_sync_channel.cc 11 #include "base/logging.h"
307 // TODO(bauerb): Remove logging once investigation of http://crbug.com/141055
442 Logging* logger = Logging::GetInstance();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 98 PreferencePage_Logging_Level=Logging Level

Completed in 1104 milliseconds

1 23 4 5