/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
Logging.java | 19 import com.android.mail.utils.LogTag; 22 public static final String LOG_TAG = LogTag.getLogTag();
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
LogTag.java | 19 public class LogTag { 33 public static void setLogTag(final String logTag) { 34 sLogTag = logTag;
|
/packages/apps/Exchange/src/com/android/exchange/ |
Exchange.java | 23 import com.android.mail.utils.LogTag; 27 LogTag.setLogTag(Eas.LOG_TAG);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MmsPushOutboxMessages.java | 17 import com.android.mms.LogTag; 33 private static final String TAG = LogTag.TAG; 37 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
|
MmsSystemEventReceiver.java | 29 import com.android.mms.LogTag; 44 private static final String TAG = LogTag.TAG; 48 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 57 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 71 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 84 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
|
TransactionService.java | 51 import com.android.mms.LogTag; 90 private static final String TAG = LogTag.TAG; 173 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 214 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 230 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 235 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 250 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 271 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 280 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 295 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) [all...] |
DefaultRetryScheme.java | 20 import com.android.mms.LogTag; 30 private static final String TAG = LogTag.TAG;
|
SmsSingleRecipientSender.java | 15 import com.android.mms.LogTag; 26 private static final String TAG = LogTag.TAG; 37 if (LogTag.DEBUG_SEND) { 74 if (LogTag.DEBUG_SEND) { 110 if (LogTag.DEBUG_SEND) { 122 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { 130 Log.d(LogTag.TAG, "[SmsSingleRecipientSender] " + msg);
|
SmsReceiverService.java | 55 import com.android.mms.LogTag; 72 private static final String TAG = LogTag.TAG; 113 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { 169 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { 193 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 201 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 269 if (LogTag.DEBUG_SEND || 270 LogTag.VERBOSE | [all...] |
/packages/apps/Email/src/com/android/email/ |
EmailIntentService.java | 22 import com.android.mail.utils.LogTag; 29 private static final String LOG_TAG = LogTag.getLogTag();
|
EmailApplication.java | 34 import com.android.mail.utils.LogTag; 40 LogTag.setLogTag(LOG_TAG);
|
/packages/apps/Mms/tests/src/com/android/mms/util/ |
PhoneNumberComparisonTest.java | 23 import com.android.mms.LogTag; 29 Log.i(LogTag.APP, "testCompareSmsShortcode");
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
EmptyService.java | 22 import com.android.mail.utils.LogTag; 31 private static final String TAG = LogTag.getLogTag();
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FragmentRunnable.java | 22 import com.android.mail.utils.LogTag; 30 private static final String LOG_TAG = LogTag.getLogTag();
|
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 30 import com.android.mms.LogTag; 46 private static final String TAG = LogTag.TAG; 154 LogTag.error("Tried to add duplicate Conversation to Cache (from threadId): " + conv); 156 LogTag.error("get by threadId cache.replace failed on " + conv); 184 LogTag.error(TAG, "Conversation.get: new conv's recipients don't match input recpients " 191 LogTag.error("Tried to add duplicate Conversation to Cache (from recipients): " + conv); 193 LogTag.error("get by recipients cache.replace failed on " + conv); 225 LogTag.error("Invalid URI: " + uri); 288 LogTag.error(TAG, "Tried to add duplicate Conversation to Cache (from cursor): " + 291 LogTag.error("Converations.from cache.replace failed on " + conv) [all...] |
RecipientIdCache.java | 22 import com.android.mms.LogTag; 27 private static final String TAG = LogTag.TAG; 68 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { 69 LogTag.debug("[RecipientIdCache] fill: begin"); 96 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { 97 LogTag.debug("[RecipientIdCache] fill: finished"); 120 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { 159 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) [all...] |
WorkingMessage.java | 51 import com.android.mms.LogTag; 83 private static final String TAG = LogTag.TAG; 229 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 230 LogTag.debug("load: moving %s to drafts", uri); 235 LogTag.error("Can't move %s to drafts", uri); 273 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromUri %s", uri); 277 LogTag.error("Couldn't load URI %s", uri); 297 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadDraft %s", conv) [all...] |
/packages/apps/Mms/src/com/android/mms/util/ |
SendingProgressTokenManager.java | 20 import com.android.mms.LogTag; 27 private static final String TAG = LogTag.TAG;
|
DraftCache.java | 29 import com.android.mms.LogTag; 35 private static final String TAG = LogTag.TAG; 56 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 74 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 91 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 109 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 125 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 175 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 179 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 203 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
AccountObserver.java | 23 import com.android.mail.utils.LogTag; 41 private static final String LOG_TAG = LogTag.getLogTag();
|
AllAccountObserver.java | 21 import com.android.mail.utils.LogTag; 40 private static final String LOG_TAG = LogTag.getLogTag();
|
FolderObserver.java | 21 import com.android.mail.utils.LogTag; 41 private static final String LOG_TAG = LogTag.getLogTag();
|
RecentFolderObserver.java | 24 import com.android.mail.utils.LogTag; 44 private static final String LOG_TAG = LogTag.getLogTag();
|
/packages/apps/Browser/src/com/android/browser/ |
LogTag.java | 21 public class LogTag {
|
/packages/apps/Mms/src/com/android/mms/drm/ |
DrmUtils.java | 25 import com.android.mms.LogTag; 29 private static final String TAG = LogTag.TAG;
|