summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2011-03-03 16:12:29 -0800
committerMichael Chan <mchan@android.com>2011-03-03 16:12:40 -0800
commitb9b34ea19f7b74f6d9dceccc19cc110d68291c74 (patch)
treee2f8bccbbea8da2cd8feea50821cff2ec87f5ea7 /tests/src
parent6a63ba8178e4b5de41b78c65588fd9bb6e5fc24e (diff)
downloadandroid_packages_apps_Calendar-b9b34ea19f7b74f6d9dceccc19cc110d68291c74.tar.gz
android_packages_apps_Calendar-b9b34ea19f7b74f6d9dceccc19cc110d68291c74.tar.bz2
android_packages_apps_Calendar-b9b34ea19f7b74f6d9dceccc19cc110d68291c74.zip
Clean up
Change-Id: I90d04b6a44642cca4e7065f3d0ed7cd2a5b70b1d
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/calendar/CalendarLaunchPerformance.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/src/com/android/calendar/CalendarLaunchPerformance.java b/tests/src/com/android/calendar/CalendarLaunchPerformance.java
index ef032f75..a089d86d 100644
--- a/tests/src/com/android/calendar/CalendarLaunchPerformance.java
+++ b/tests/src/com/android/calendar/CalendarLaunchPerformance.java
@@ -20,13 +20,11 @@ import android.app.Activity;
import android.test.LaunchPerformanceBase;
import android.os.Bundle;
-import java.util.Map;
-
/**
* Instrumentation class for Browser launch performance testing.
*/
public class CalendarLaunchPerformance extends LaunchPerformanceBase {
-
+
public static final String LOG_TAG = "CalendarLaunchPerformance";
public CalendarLaunchPerformance() {