Searched refs:LogUtil (Results 1 - 25 of 162) sorted by relevance

1234567

/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBaseBugleFragmentActivity.java22 import com.android.messaging.util.LogUtil;
32 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onResume");
41 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onPause");
H A DBaseBugleActivity.java23 import com.android.messaging.util.LogUtil;
42 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onResume");
49 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onPause");
H A DBugleActionBarActivity.java32 import com.android.messaging.util.LogUtil;
69 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
70 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onCreate");
77 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
78 LogUtil
[all...]
H A DImeDetectFrameLayout.java24 import com.android.messaging.util.LogUtil;
36 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
37 LogUtil.v(LogUtil.BUGLE_TAG, "ImeDetectFrameLayout " +
H A DRemoteInputEntrypointActivity.java23 import com.android.messaging.util.LogUtil;
26 private static final String TAG = LogUtil.BUGLE_TAG;
34 LogUtil.w(TAG, "No intent attached");
52 LogUtil.w(TAG, "Unrecognized intent action: " + action);
H A DTestActivity.java27 import com.android.messaging.util.LogUtil;
64 LogUtil.i(LogUtil.BUGLE_TAG, "TestActivity.setFragment");
74 LogUtil.i(LogUtil.BUGLE_TAG, "TestActivity.setView");
/packages/apps/Messaging/src/com/android/messaging/util/
H A DLoggingTimer.java48 if (LogUtil.isLoggable(mTag, LogUtil.VERBOSE)) {
49 LogUtil.v(mTag, "Timer start for " + mName);
62 LogUtil.save(LogUtil.DEBUG, mTag, logMessage);
65 LogUtil.w(mTag, logMessage);
66 } else if (LogUtil.isLoggable(mTag, LogUtil.VERBOSE)) {
67 LogUtil.v(mTag, logMessage);
H A DTrace.java45 // Use android.util.Log instead of LogUtil here to avoid pulling in Gservices
67 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
68 LogUtil.v(TAG, "beginSection() " + sectionName);
82 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
83 LogUtil.v(TAG, "endSection()");
H A DUriUtil.java146 LogUtil.e(LogUtil.BUGLE_TAG, "Error getting content size", e);
169 LogUtil.e(LogUtil.BUGLE_TAG, "Unable extract duration from media file: " + uri, e);
208 LogUtil.e(LogUtil.BUGLE_TAG, "Error while retrieving media ", ex);
215 LogUtil.e(LogUtil.BUGLE_TAG, "error trying to close the inputStream", e);
230 LogUtil.e(LogUtil
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNoConfirmationSmsSendService.java34 import com.android.messaging.util.LogUtil;
41 private static final String TAG = LogUtil.BUGLE_TAG;
56 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
57 LogUtil.v(TAG, "NoConfirmationSmsSendService onHandleIntent");
62 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
63 LogUtil.v(TAG, "NoConfirmationSmsSendService onHandleIntent wrong action: " +
70 if (LogUtil.isLoggable(TAG, LogUtil
[all...]
H A DSyncManager.java33 import com.android.messaging.util.LogUtil;
46 private static final String TAG = LogUtil.BUGLE_TAG;
149 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
150 LogUtil.d(TAG, "SyncManager: Sync batch of messages from " + lowerBoundTimestamp
171 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
172 LogUtil.d(TAG, "SyncManager: New message @ " + timestamp + " before upper bound of "
175 } else if (LogUtil.isLoggable(TAG, LogUtil
[all...]
H A DDatabaseUpgradeHelper.java23 import com.android.messaging.util.LogUtil;
26 private static final String TAG = LogUtil.BUGLE_DATABASE_TAG;
34 LogUtil.i(TAG, "Database upgrade started from version " + oldVersion + " to " + newVersion);
37 LogUtil.i(TAG, "Finished database upgrade");
39 LogUtil.e(TAG, "Failed to perform db upgrade from version " +
62 LogUtil.i(TAG, "Ugraded database to version 2");
94 LogUtil.e(TAG, "Database downgrade requested for version " +
/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBaseWidgetProvider.java26 import com.android.messaging.util.LogUtil;
29 protected static final String TAG = LogUtil.BUGLE_WIDGET_TAG;
54 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
55 LogUtil.v(TAG, "onReceive intent: " + intent + " for " + this.getClass());
70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
71 LogUtil.v(TAG, "onReceive notifyAppWidgetViewDataChanged listId: " +
92 if (LogUtil.isLoggable(TAG, LogUtil
[all...]
H A DBaseWidgetFactory.java41 import com.android.messaging.util.LogUtil;
47 protected static final String TAG = LogUtil.BUGLE_WIDGET_TAG;
69 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
70 LogUtil.v(TAG, "BaseWidgetFactory intent: " + intent + "widget id: " + mAppWidgetId);
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
80 LogUtil.v(TAG, "onCreate");
86 if (LogUtil.isLoggable(TAG, LogUtil
[all...]
H A DWidgetConversationProvider.java36 import com.android.messaging.util.LogUtil;
57 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
58 LogUtil.v(TAG, "updateWidget appWidgetId: " + appWidgetId);
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
80 LogUtil.v(TAG, "WidgetConversationProvider.rebuildWidget appWidgetId: " + appWidgetId);
101 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
102 LogUtil
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DMediaCache.java20 import com.android.messaging.util.LogUtil;
31 private static final String TAG = LogUtil.BUGLE_IMAGE_TAG;
71 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
72 LogUtil.v(TAG, "cache hit in mediaCache @ " + getName() +
77 } else if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
78 LogUtil.v(TAG, "cache miss in mediaCache @ " + getName() +
H A DNetworkUriImageRequest.java25 import com.android.messaging.util.LogUtil;
66 LogUtil.e(LogUtil.BUGLE_TAG,
70 LogUtil.e(LogUtil.BUGLE_TAG,
98 LogUtil.e(LogUtil.BUGLE_TAG,
102 LogUtil.e(LogUtil.BUGLE_TAG,
107 LogUtil
[all...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/
H A DSqliteWrapper.java27 import com.android.messaging.util.LogUtil;
31 private static final String TAG = LogUtil.BUGLE_TAG;
42 LogUtil.e(TAG, "SqliteWrapper: catch an exception when query", e);
45 LogUtil.e(TAG, "SqliteWrapper: catch an exception when query", e);
55 LogUtil.e(TAG, "SqliteWrapper: catch an exception when update", e);
58 LogUtil.e(TAG, "SqliteWrapper: catch an exception when update", e);
68 LogUtil.e(TAG, "SqliteWrapper: catch an exception when delete", e);
71 LogUtil.e(TAG, "SqliteWrapper: catch an exception when delete", e);
81 LogUtil.e(TAG, "SqliteWrapper: catch an exception when insert", e);
84 LogUtil
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DLogTelephonyDatabaseAction.java30 import com.android.messaging.util.LogUtil;
34 private static final String TAG = LogUtil.BUGLE_TAG;
74 LogUtil.e(TAG, "Can't log telephony database unless debugging is enabled");
78 if (!LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
79 LogUtil.w(TAG, "Can't log telephony database unless DEBUG is turned on for TAG: " +
84 LogUtil.d(TAG, "\n");
85 LogUtil.d(TAG, "Dump of canoncial_addresses table");
86 LogUtil.d(TAG, "*********************************");
92 LogUtil
[all...]
H A DDeleteConversationAction.java37 import com.android.messaging.util.LogUtil;
47 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
81 LogUtil.i(TAG, "DeleteConversationAction: Deleted local conversation "
98 LogUtil.w(TAG, "DeleteConversationAction: Could not delete local conversation "
109 LogUtil.i(TAG, "DeleteConversationAction: Deleted telephony thread "
112 LogUtil.w(TAG, "DeleteConversationAction: Could not delete thread from "
117 LogUtil.w(TAG, "DeleteConversationAction: Local conversation " + conversationId
122 LogUtil.e(TAG, "DeleteConversationAction: conversationId is empty");
155 LogUtil.e(TAG, "DeleteConversationAction: Could not parse message uri "
167 if (LogUtil
[all...]
H A DDeleteMessageAction.java31 import com.android.messaging.util.LogUtil;
37 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
72 LogUtil.i(TAG, "DeleteMessageAction: Deleted local message "
75 LogUtil.w(TAG, "DeleteMessageAction: Could not delete local message "
87 LogUtil.i(TAG, "DeleteMessageAction: Deleted telephony message "
90 LogUtil.w(TAG, "DeleteMessageAction: Could not delete message from "
95 LogUtil.i(TAG, "DeleteMessageAction: Local message " + messageId
99 LogUtil.w(TAG, "DeleteMessageAction: Message " + messageId + " no longer exists");
H A DProcessPendingMessagesAction.java43 import com.android.messaging.util.LogUtil;
56 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
72 LogUtil.i(TAG, "ProcessPendingMessagesAction: Scheduling pending messages"
89 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
91 LogUtil.v(TAG, "ProcessPendingMessagesAction: Action queued");
93 LogUtil.v(TAG, "ProcessPendingMessagesAction: No actions to queue");
101 LogUtil.w(TAG, "ProcessPendingMessagesAction: Action failed to queue; retrying");
129 LogUtil.i(TAG, "ProcessPendingMessagesAction: Now connected; starting action");
150 if (LogUtil
[all...]
/packages/apps/Messaging/tests/src/com/android/messaging/
H A DTestUtil.java25 import com.android.messaging.util.LogUtil;
68 LogUtil.wtf(LogUtil.BUGLE_TAG, "You need to turn on your screen to run tests!");
80 LogUtil.wtf(LogUtil.BUGLE_TAG, "You currently can't reliably run unit tests" +
/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DBootAndPackageReplacedReceiver.java27 import com.android.messaging.util.LogUtil;
44 LogUtil.i(LogUtil.BUGLE_TAG, "BootAndPackageReplacedReceiver got unexpected action: "
/packages/apps/Messaging/src/com/android/messaging/
H A DBugleApplication.java43 import com.android.messaging.util.LogUtil;
56 private static final String TAG = LogUtil.BUGLE_TAG;
83 LogUtil.e(TAG, "BugleApplication.onCreate: FactoryImpl.register skipped for test run");
132 LogUtil.i(TAG, "Carrier config changed. Reloading MMS config.");
177 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
178 LogUtil.d(TAG, "BugleApplication.onLowMemory");
187 LogUtil.e(TAG, "Uncaught exception in background thread " + thread, ex);
208 if (android.util.Log.isLoggable(LogUtil.PROFILE_TAG, android.util.Log.DEBUG)) {
221 LogUtil
[all...]

Completed in 305 milliseconds

1234567