HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_TAG (Results 1 - 5 of 5) sorted by null

  /development/samples/training/notify-user/src/com/example/android/pingme/
CommonConstants.java 40 public static final String DEBUG_TAG = "PingMe";
PingService.java 60 Log.d(CommonConstants.DEBUG_TAG, getString(R.string.snoozing));
136 Log.d(CommonConstants.DEBUG_TAG, getString(R.string.timer_start));
141 Log.d(CommonConstants.DEBUG_TAG, getString(R.string.sleep_error));
143 Log.d(CommonConstants.DEBUG_TAG, getString(R.string.timer_finished));
  /external/e2fsprogs/lib/blkid/
tag.c 50 DBG(DEBUG_TAG, printf(" freeing tag %s=%s\n", tag->bit_name,
52 DBG(DEBUG_TAG, blkid_debug_dump_tag(tag));
115 DBG(DEBUG_TAG,
184 DBG(DEBUG_TAG,
228 DBG(DEBUG_TAG, printf("trying to parse '%s' as a tag\n", token));
343 DBG(DEBUG_TAG, printf("looking for %s=%s in cache\n", type, value));
blkidP.h 138 #define DEBUG_TAG 0x0200
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 34 private static final String DEBUG_TAG = "GalleryDebug";
338 Log.v(DEBUG_TAG, String.format(message, args));

Completed in 159 milliseconds