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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheRequest.java 46 private String debugTag() {
72 Log.w(TAG, "decode cached failed " + debugTag());
83 Log.w(TAG, "decode orig failed " + debugTag());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellBroadcastHandler.java 39 protected CellBroadcastHandler(String debugTag, Context context, PhoneBase phone) {
40 super(debugTag, context, phone);
WakeLockStateMachine.java 64 protected WakeLockStateMachine(String debugTag, Context context, PhoneBase phone) {
65 super(debugTag);
71 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, debugTag);

Completed in 147 milliseconds