summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/media
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-06-12 12:41:00 -0400
committerJohn Spurlock <jspurlock@google.com>2013-06-12 14:50:47 -0400
commitde84f0e77ea2bf713d15c290264059a413c2486a (patch)
tree34515d739545ab771ddf32f83d4b75bf38648a0d /packages/SystemUI/src/com/android/systemui/media
parent43cfbed80ca8fc7f7f7f99c08d7a8f4aa20b6f85 (diff)
downloadframeworks_base-de84f0e77ea2bf713d15c290264059a413c2486a.zip
frameworks_base-de84f0e77ea2bf713d15c290264059a413c2486a.tar.gz
frameworks_base-de84f0e77ea2bf713d15c290264059a413c2486a.tar.bz2
Organize the imports in systemui.
To follow android conventions, more importantly to remove the unused. Change-Id: I75881718e84360a579a3b02c26489ad250bc9227
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/media')
-rw-r--r--packages/SystemUI/src/com/android/systemui/media/NotificationPlayer.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/media/NotificationPlayer.java b/packages/SystemUI/src/com/android/systemui/media/NotificationPlayer.java
index 8979fc2..f8b347c 100644
--- a/packages/SystemUI/src/com/android/systemui/media/NotificationPlayer.java
+++ b/packages/SystemUI/src/com/android/systemui/media/NotificationPlayer.java
@@ -26,7 +26,6 @@ import android.os.PowerManager;
import android.os.SystemClock;
import android.util.Log;
-import java.lang.Thread;
import java.util.LinkedList;
/**