HomeSort by relevance Sort by last modified time
    Searched defs:LogTag (Results 1 - 10 of 10) sorted by null

  /packages/apps/Browser/src/com/android/browser/
LogTag.java 21 public class LogTag {
AddBookmarkPage.java 86 private final String LOGTAG = "Bookmarks";
    [all...]
  /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;
  /external/chromium_org/ppapi/generators/
idl_log.py 34 def LogTag(self, msg):
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 30 public class LogTag {
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 22 import com.android.mms.LogTag;
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)) {
181 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE))
    [all...]
Conversation.java 30 import com.android.mms.LogTag;
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);
327 if (Log.isLoggable(LogTag.APP, Log.VERBOSE))
    [all...]
WorkingMessage.java 51 import com.android.mms.LogTag;
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);
429 if (Log.isLoggable(LogTag.APP, Log.VERBOSE))
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 72 import com.android.mms.LogTag;
433 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
521 if (!LogTag.DEBUG_DUMP) {
562 LogTag.dumpInternalTables(this);
595 if (LogTag.VERBOSE) {
    [all...]
ComposeMessageActivity.java 123 import com.android.mms.LogTag;
    [all...]

Completed in 160 milliseconds