| /packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
| MediaResourceManager.java | 23 import com.android.messaging.util.LogUtil; 84 private static final String TAG = LogUtil.BUGLE_TAG; 147 LogUtil.e(LogUtil.BUGLE_TAG, "Synchronous media loading failed, key=" + 272 LogUtil.e(LogUtil.BUGLE_TAG, "Asynchronous media loading failed, key=" + 279 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { 280 LogUtil.v(TAG, "media request not processed, no longer bound; key=" + 281 LogUtil.sanitizePII(mediaRequest.getKey()) /* key with phone# */) [all...] |
| /packages/apps/Messaging/src/com/android/messaging/receiver/ |
| SmsReceiver.java | 50 import com.android.messaging.util.LogUtil; 63 private static final String TAG = LogUtil.BUGLE_TAG; 107 final boolean logv = LogUtil.isLoggable(TAG, LogUtil.VERBOSE); 110 LogUtil.v(TAG, "Enabling SMS message receiving"); 118 LogUtil.v(TAG, "Disabling SMS message receiving"); 126 LogUtil.v(TAG, "Enabling MMS message receiving"); 133 LogUtil.v(TAG, "Disabling MMS message receiving"); 141 LogUtil.v(TAG, "Enabling SMS/MMS broadcast abort"); 151 LogUtil.v(TAG, "Disabling SMS/MMS broadcast abort") [all...] |
| /packages/apps/Messaging/src/com/android/messaging/sms/ |
| BugleCarrierConfigValuesLoader.java | 28 import com.android.messaging.util.LogUtil; 70 LogUtil.i(LogUtil.BUGLE_TAG, "Carrier configs loaded: " + values 117 LogUtil.w(LogUtil.BUGLE_TAG, "Calling system getCarrierConfigValues exception", e); 144 LogUtil.w(LogUtil.BUGLE_TAG, "Can not find mms_config.xml"); 197 LogUtil.w(LogUtil.BUGLE_TAG, "Add carrier values: "
|
| SmsSender.java | 35 import com.android.messaging.util.LogUtil; 55 private static final String TAG = LogUtil.BUGLE_TAG; 117 LogUtil.e(TAG, "SmsSender: Unexpected sent intent resultCode = " + resultCode); 143 LogUtil.e(TAG, "SmsSender: failure in sending message part. " 151 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { 152 LogUtil.v(TAG, "SmsSender: received sent result. " + " requestId=" + requestId 166 LogUtil.e(TAG, "SmsSender: ignoring sent result. " + " requestId=" + requestId 186 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) [all...] |
| BugleApnSettingsLoader.java | 35 import com.android.messaging.util.LogUtil; 229 LogUtil.d(LogUtil.BUGLE_TAG, "Set APN [" 247 LogUtil.d(LogUtil.BUGLE_TAG, "Set APN @" + mRowId + " to be CURRENT in local db"); 333 LogUtil.i(LogUtil.BUGLE_TAG, "Loaded " + apns.size() + " APNs"); 352 LogUtil.w(LogUtil.BUGLE_TAG, "Failed to load any APN"); 367 LogUtil.i(LogUtil.BUGLE_TAG, "Loading APNs from gservices") [all...] |
| /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
| LevelTrackingMediaRecorder.java | 27 import com.android.messaging.util.LogUtil; 121 LogUtil.e(LogUtil.BUGLE_TAG, "Something went wrong when starting " + 145 LogUtil.w(LogUtil.BUGLE_TAG, "Something went wrong when stopping " +
|
| /packages/apps/Messaging/src/com/android/messaging/widget/ |
| WidgetConversationListService.java | 45 import com.android.messaging.util.LogUtil; 50 private static final String TAG = LogUtil.BUGLE_WIDGET_TAG; 54 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { 55 LogUtil.v(TAG, "onGetViewFactory intent: " + intent); 83 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { 84 LogUtil.v(TAG, "getViewAt position: " + position); 96 LogUtil.w(TAG, "Failed to move to position: " + position); 137 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) [all...] |
| /packages/services/Mms/src/com/android/mms/service/ |
| ApnSettings.java | 92 LogUtil.i(requestId, "Loading APN using name " + apnName); 141 LogUtil.e(requestId, "Invalid port " + portString + ", use 80");
|
| DownloadRequest.java | 76 LogUtil.e(requestId, "MMS network is not ready!"); 110 LogUtil.d(requestId, "persistIfRequired"); 112 LogUtil.e(requestId, "persistIfRequired: empty response"); 121 LogUtil.e(requestId, "persistIfRequired: invalid parsed PDU"); 127 LogUtil.e(requestId, "persistIfRequired: retrieve failed " + status); 152 LogUtil.e(requestId, "persistIfRequired: can not persist message"); 171 LogUtil.e(requestId, "persistIfRequired: can not update message"); 185 LogUtil.e(requestId, "persistIfRequired: can not persist message", e); 187 LogUtil.e(requestId, "persistIfRequired: can not update message", e); 189 LogUtil.e(requestId, "persistIfRequired: can not parse response", e) [all...] |
| /packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
| ProcessDownloadedMmsAction.java | 48 import com.android.messaging.util.LogUtil; 61 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG; 220 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { 221 LogUtil.v(TAG, "DownloadMmsAction: Auto-download of message " + messageId 250 LogUtil.e(TAG, "ProcessDownloadedMmsAction: MMS download file not found: " 253 LogUtil.e(TAG, "ProcessDownloadedMmsAction: Error reading MMS download file: " 260 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { 261 LogUtil.d(TAG, "ProcessDownloadedMmsAction: Deleted temp file with [all...] |
| SyncMessagesAction.java | 48 import com.android.messaging.util.LogUtil; 61 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG; 151 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { 152 LogUtil.d(TAG, "SyncMessagesAction: Request to sync messages from " 168 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { 169 LogUtil.d(TAG, "SyncMessagesAction: Messages before " 172 } else if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) [all...] |
| ActionServiceImpl.java | 30 import com.android.messaging.util.LogUtil; 39 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG; 230 LogUtil.v(TAG, "acquiring wakelock for opcode " + opcode); 240 LogUtil.e(TAG, 254 LogUtil.w(TAG, "ActionService.onHandleIntent: Called with null intent");
|
| DownloadMmsAction.java | 38 import com.android.messaging.util.LogUtil; 47 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG; 149 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { 150 LogUtil.d(TAG, 155 LogUtil.w(TAG, "DownloadMmsAction: Download of MMS message " + messageId 246 LogUtil.i(TAG, "DownloadMmsAction: Downloading MMS message " + messageId 262 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { 263 LogUtil.d(TAG, "DownloadMmsAction: Downloading MMS message " + messageI [all...] |
| FixupMessageStatusOnStartupAction.java | 27 import com.android.messaging.util.LogUtil; 34 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG; 86 LogUtil.i(TAG, "Fixup: Send failed - " + sendFailedCnt
|
| GetOrCreateConversationAction.java | 33 import com.android.messaging.util.LogUtil; 74 LogUtil.w(LogUtil.BUGLE_TAG, "getOrCreateConversation hit empty recipient"); 106 LogUtil.w(LogUtil.BUGLE_TAG, "Couldn't create a threadId in SMS db for numbers : " + 107 LogUtil.sanitizePII(recipients.toString()));
|
| RedownloadMmsAction.java | 32 import com.android.messaging.util.LogUtil; 38 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG; 98 LogUtil.e(LogUtil.BUGLE_TAG,
|
| WriteDraftMessageAction.java | 28 import com.android.messaging.util.LogUtil; 31 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG; 69 LogUtil.w(LogUtil.BUGLE_DATAMODEL_TAG, "Conversation " + conversationId +
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/ |
| DatabaseWrapper.java | 34 import com.android.messaging.util.LogUtil; 42 private static final String TAG = LogUtil.BUGLE_DATABASE_TAG; 83 mLog = LogUtil.isLoggable(LogUtil.BUGLE_DATABASE_PERF_TAG, LogUtil.VERBOSE); 112 LogUtil.v(LogUtil.BUGLE_DATABASE_PERF_TAG, String.format(Locale.US, 145 LogUtil.w(TAG, "endTransaction without setting successful"); 147 LogUtil.w(TAG, " " + st.toString()); 157 LogUtil.e(TAG, "Database full, unable to endTransaction", ex) [all...] |
| 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.DEBUG)) [all...] |
| MediaScratchFileProvider.java | 31 import com.android.messaging.util.LogUtil; 41 private static final String TAG = LogUtil.BUGLE_TAG; 71 LogUtil.e(TAG, "Failed to create temp file " + file.getAbsolutePath());
|
| 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.VERBOSE)) [all...] |
| /packages/apps/Messaging/src/com/android/messaging/util/ |
| PhoneUtils.java | 64 private static final String TAG = LogUtil.BUGLE_TAG; 307 LogUtil.w(TAG, "PhoneUtils.getMccMnc: invalid string " + mccmnc, e); 394 LogUtil.e(TAG, "PhoneUtil.isMobileDataEnabled: system api not found", e); 492 if (TextUtils.isEmpty(phoneNumber) && LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { 493 LogUtil.d(TAG, "SubscriptionInfo phone number for self is empty!"); 497 LogUtil.w(TAG, "PhoneUtils.getSelfRawNumber: subInfo is null for " + mSubId); 507 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { 509 LogUtil.d(TAG, "PhoneUtils.getActiveSubscriptionInfo(): empty sub info for [all...] |
| /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
| DynamicConfigPusher.java | 27 import com.android.tradefed.log.LogUtil; 109 LogUtil.printLog(Log.LogLevel.WARN, LOG_TAG, 113 LogUtil.printLog(Log.LogLevel.INFO, LOG_TAG,
|
| /packages/apps/Camera2/src/com/android/camera/debug/ |
| Log.java | 72 android.util.Log.d(tag.toString(), LogUtil.addTags(instance, msg)); 78 android.util.Log.d(tag.toString(), LogUtil.addTags(instance, msg, tags)); 96 android.util.Log.e(tag.toString(), LogUtil.addTags(instance, msg)); 102 android.util.Log.e(tag.toString(), LogUtil.addTags(instance, msg, tags)); 120 android.util.Log.i(tag.toString(), LogUtil.addTags(instance, msg)); 126 android.util.Log.i(tag.toString(), LogUtil.addTags(instance, msg, tags)); 144 android.util.Log.v(tag.toString(), LogUtil.addTags(instance, msg)); 150 android.util.Log.v(tag.toString(), LogUtil.addTags(instance, msg, tags)); 168 android.util.Log.w(tag.toString(), LogUtil.addTags(instance, msg)); 174 android.util.Log.w(tag.toString(), LogUtil.addTags(instance, msg, tags)) [all...] |
| /packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
| ContactPickerData.java | 33 import com.android.messaging.util.LogUtil; 85 LogUtil.w(LogUtil.BUGLE_TAG, "Loader created after unbinding the contacts list"); 124 LogUtil.w(LogUtil.BUGLE_TAG, "Loader finished after unbinding the contacts list"); 152 LogUtil.w(LogUtil.BUGLE_TAG, "Loader reset after unbinding the contacts list");
|