summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/Utils.java
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2012-12-12 11:38:16 -0800
committerMichael Chan <mchan@android.com>2012-12-12 17:03:04 -0800
commit48bcc4cb015dbf802341698a3a04e28d2cfb2ddc (patch)
tree398129fcb17ddbbd500b578157b281783ddd2434 /src/com/android/calendar/Utils.java
parent54807dabd6f8cce4b10f72cc06da8a66c5bc4ea9 (diff)
downloadandroid_packages_apps_Calendar-48bcc4cb015dbf802341698a3a04e28d2cfb2ddc.tar.gz
android_packages_apps_Calendar-48bcc4cb015dbf802341698a3a04e28d2cfb2ddc.tar.bz2
android_packages_apps_Calendar-48bcc4cb015dbf802341698a3a04e28d2cfb2ddc.zip
Fix warnings. Tone down logging
Change-Id: I0552edbf2dd0b1a6e551dc6bd5a3e0ea71d1b9ef
Diffstat (limited to 'src/com/android/calendar/Utils.java')
-rw-r--r--src/com/android/calendar/Utils.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/calendar/Utils.java b/src/com/android/calendar/Utils.java
index 9f6143cf..1df0a013 100644
--- a/src/com/android/calendar/Utils.java
+++ b/src/com/android/calendar/Utils.java
@@ -46,13 +46,10 @@ import android.text.TextUtils;
import android.text.format.DateFormat;
import android.text.format.DateUtils;
import android.text.format.Time;
-import android.text.method.LinkMovementMethod;
-import android.text.method.MovementMethod;
import android.text.style.URLSpan;
import android.text.util.Linkify;
import android.util.Log;
import android.widget.SearchView;
-import android.widget.TextView;
import com.android.calendar.CalendarController.ViewType;
import com.android.calendar.CalendarUtils.TimeZoneUtils;