/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | BaseBugleFragmentActivity.java | 22 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 D | BaseBugleActivity.java | 23 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 D | BugleActionBarActivity.java | 32 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 D | ImeDetectFrameLayout.java | 24 import com.android.messaging.util.LogUtil; 36 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { 37 LogUtil.v(LogUtil.BUGLE_TAG, "ImeDetectFrameLayout " +
|
H A D | RemoteInputEntrypointActivity.java | 23 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 D | TestActivity.java | 27 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 D | LoggingTimer.java | 48 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 D | Trace.java | 45 // 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 D | UriUtil.java | 146 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 D | NoConfirmationSmsSendService.java | 34 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 D | SyncManager.java | 33 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 D | DatabaseUpgradeHelper.java | 23 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 D | BaseWidgetProvider.java | 26 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 D | BaseWidgetFactory.java | 41 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 D | WidgetConversationProvider.java | 36 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 D | MediaCache.java | 20 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 D | NetworkUriImageRequest.java | 25 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 D | SqliteWrapper.java | 27 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 D | LogTelephonyDatabaseAction.java | 30 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 D | DeleteConversationAction.java | 37 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 D | DeleteMessageAction.java | 31 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 D | ProcessPendingMessagesAction.java | 43 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 D | TestUtil.java | 25 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 D | BootAndPackageReplacedReceiver.java | 27 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 D | BugleApplication.java | 43 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...] |