| /packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
| MediaPickerData.java | 33 import com.android.messaging.util.LogUtil; 74 LogUtil.w(LogUtil.BUGLE_TAG, "Loader created after unbinding the media picker"); 97 LogUtil.w(LogUtil.BUGLE_TAG, "Loader finished after unbinding the media picker"); 119 LogUtil.w(LogUtil.BUGLE_TAG, "Loader reset after unbinding the media picker");
|
| PendingAttachmentData.java | 25 import com.android.messaging.util.LogUtil; 122 LogUtil.w(LogUtil.BUGLE_TAG, "Timeout while retrieving media");
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
| RefCountedMediaResource.java | 21 import com.android.messaging.util.LogUtil; 92 LogUtil.i(TAG, "Unwinding ref count history for RefCountedMediaResource " 95 LogUtil.i(TAG, ref);
|
| PoolableImageCache.java | 27 import com.android.messaging.util.LogUtil; 140 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "PoolableImageCache: Decoding bitmap with " + 159 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "Oom decoding inputStream"); 181 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "PoolableImageCache: Decoding bitmap with " + 202 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "Oom decoding inputStream"); 281 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "Image refCount changed " [all...] |
| /packages/apps/Messaging/src/com/android/messaging/receiver/ |
| SendStatusReceiver.java | 31 import com.android.messaging.util.LogUtil; 81 LogUtil.e(LogUtil.BUGLE_TAG, "SendStatusReceiver: empty report message"); 90 LogUtil.e(LogUtil.BUGLE_TAG, "SendStatusReceiver: NPE inside SmsMessage");
|
| /packages/apps/Messaging/src/com/android/messaging/sms/ |
| SmsReleaseStorage.java | 26 import com.android.messaging.util.LogUtil; 55 private static final String TAG = LogUtil.BUGLE_TAG; 80 LogUtil.e(TAG, "SmsAutoDelete: invalid duration " + 156 LogUtil.e(TAG, "SmsStorageStatusManager: invalid action " + actionIndex);
|
| MmsConfig.java | 26 import com.android.messaging.util.LogUtil; 45 private static final String TAG = LogUtil.BUGLE_TAG; 117 LogUtil.e(LogUtil.BUGLE_TAG, "Get mms config failed: invalid subId. subId=" + subId 155 LogUtil.w(TAG, "Loading mms config failed: no active SIM");
|
| /packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
| ContactSectionIndexer.java | 26 import com.android.messaging.util.LogUtil; 164 LogUtil.w(LogUtil.BUGLE_TAG, "contact provider didn't provide contact label " +
|
| /packages/apps/Messaging/src/com/android/messaging/ui/debug/ |
| DebugMmsConfigItemView.java | 36 import com.android.messaging.util.LogUtil; 88 LogUtil.e(LogUtil.BUGLE_TAG, "Unexpected keytype: " + keyType);
|
| /packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/ |
| BuglePhotoViewController.java | 42 import com.android.messaging.util.LogUtil; 66 LogUtil.e(LogUtil.BUGLE_TAG,
|
| /packages/apps/Messaging/src/com/android/messaging/util/ |
| Assert.java | 200 LogUtil.e(LogUtil.BUGLE_TAG, message); 210 LogUtil.e(LogUtil.BUGLE_TAG, "\tat " + caller.toString());
|
| ChangeDefaultSmsAppHelper.java | 74 LogUtil.w(LogUtil.BUGLE_TAG, "Unsatisfied action condition: " 125 LogUtil.w(LogUtil.BUGLE_TAG, "Couldn't find activity:", ex);
|
| DebugUtils.java | 79 LogUtil.e(TAG, "MediaPlayer exception", e); 81 LogUtil.e(TAG, "MediaPlayer exception", e); 83 LogUtil.e(TAG, "MediaPlayer exception", e); 266 LogUtil.e(LogUtil.BUGLE_TAG, "dumpSms: " + e, e); 344 LogUtil.e(LogUtil.BUGLE_TAG, "receiveFromDumpFile: empty data"); 351 LogUtil.e(LogUtil.BUGLE_TAG, "receiveFromDumpFile: " + e, e); 370 if (!LogUtil.isLoggable(tag, LogUtil.DEBUG)) [all...] |
| FileUtil.java | 51 LogUtil.e(LogUtil.BUGLE_TAG, "Too many duplicate file names: " + numberedFileNameFormat); 101 LogUtil.e(LogUtil.BUGLE_TAG, "Can't move directory content since the source " + 115 LogUtil.e(LogUtil.BUGLE_TAG, "Failed to move files", e); 155 LogUtil.e(LogUtil.BUGLE_TAG, "Error while accessing file", ex);
|
| SafeAsyncTask.java | 103 LogUtil.w(LogUtil.BUGLE_TAG, String.format("%s timed out and is canceled", 117 LogUtil.w(LogUtil.BUGLE_TAG, String.format("%s took %dms", this, executionTime));
|
| NotificationPlayer.java | 108 LogUtil.w(mTag, "error loading sound for " + mCmd.uri, e); 123 LogUtil.d(mTag, "Starting playback"); 146 LogUtil.w(mTag, "Notification sound delayed by " + delay + "msecs"); 149 LogUtil.w(mTag, "error loading sound for " + cmd.uri, e); 159 LogUtil.w(mTag, "Notification stop delayed by " + delay + "msecs"); 185 LogUtil.d(mTag, "RemoveFirst"); 193 LogUtil.d(mTag, "PLAY"); 199 LogUtil.d(mTag, "STOP");
|
| 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.BUGLE_TAG, "Error creating " + outputDir.getAbsolutePath()) [all...] |
| ImageUtils.java | 57 private static final String TAG = LogUtil.BUGLE_TAG; 105 LogUtil.w(TAG, "OutOfMemory converting bitmap to bytes."); 111 LogUtil.w(TAG, "Failed to convert bitmap to bytes. Out of Memory."); 259 LogUtil.e(TAG, "getOrientation couldn't open: " + uri, e); 287 LogUtil.e(TAG, "getOrientation error closing input stream", e); 308 LogUtil.w(TAG, "Could not open GIF input stream", e); 502 LogUtil.e(TAG, "Could not create FileInputStream with path of " 515 LogUtil.e(TAG, 547 LogUtil.e(TAG, "File disappeared during resizing"); 582 LogUtil.e(TAG, "Could not open file corresponding to uri " + mUri, e) [all...] |
| /packages/apps/Messaging/src/com/android/messaging/widget/ |
| BugleWidgetProvider.java | 28 import com.android.messaging.util.LogUtil; 68 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { 69 LogUtil.v(TAG, "BugleWidgetProvider.rebuildWidget appWidgetId: " + appWidgetId); 108 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { 109 LogUtil.v(TAG, "notifyConversationListChanged");
|
| WidgetConversationService.java | 51 import com.android.messaging.util.LogUtil; 58 private static final String TAG = LogUtil.BUGLE_WIDGET_TAG; 64 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { 65 LogUtil.v(TAG, "onGetViewFactory intent: " + intent); 81 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { 82 LogUtil.v(TAG, "BugleFactory intent: " + intent + "widget id: " + mAppWidgetId); 90 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) [all...] |
| /packages/apps/Messaging/tests/src/com/android/messaging/util/ |
| ContactUtilTest.java | 145 LogUtil.i(LogUtil.BUGLE_TAG, "testGetPhones: Number of phones on the device:" + 184 LogUtil.i(LogUtil.BUGLE_TAG, "testFilterPhonesByPartialNumber: Number of phones:" + 206 LogUtil.i(LogUtil.BUGLE_TAG, "testFilterPhonesByFullNumber: Number of phones:" + 226 LogUtil.i(LogUtil.BUGLE_TAG, "testLookupPhoneWithAreaCode: Number of phones:" + 246 LogUtil.i(LogUtil.BUGLE_TAG, "testLookupPhoneWithoutAreaCode: Number of phones:" [all...] |
| /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
| AudioRecordView.java | 42 import com.android.messaging.util.LogUtil; 309 LogUtil.i(LogUtil.BUGLE_TAG, "Max size reached while recording audio"); 323 LogUtil.e(LogUtil.BUGLE_TAG, "Error occurred during audio recording what=" + what +
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/ |
| BugleDatabaseOperations.java | 47 import com.android.messaging.util.LogUtil; 66 private static final String TAG = LogUtil.BUGLE_DATABASE_TAG; 409 LogUtil.e(TAG, "BugleDatabaseOperations : failed to insert conversation into table"); 511 LogUtil.w(TAG, "BugleDatabaseOperations:" [all...] |
| /cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/ |
| NumberBlockingTest.java | 24 import com.android.tradefed.log.LogUtil; 94 LogUtil.CLog.logAndDisplay(Log.LogLevel.INFO, 151 LogUtil.CLog.logAndDisplay(Log.LogLevel.INFO, "Installing test app for user: " + userId); 169 LogUtil.CLog.logAndDisplay(Log.LogLevel.INFO, "Running %s.%s for user: %d", 217 LogUtil.CLog.logAndDisplay(
|
| /packages/apps/Messaging/src/com/android/messaging/ |
| FactoryImpl.java | 42 import com.android.messaging.util.LogUtil; 105 LogUtil.initializeGservices(factory.mBugleGservices); 205 LogUtil.w(LogUtil.BUGLE_TAG, "PhoneUtils.getForLMR1(): invalid subId = " + subId);
|