diff options
author | John Spurlock <jspurlock@google.com> | 2013-11-19 16:54:46 -0500 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2013-11-20 11:31:47 -0500 |
commit | 6090995951c6e2e4dcf38102f01793f8a94166e1 (patch) | |
tree | 37f32f4b269fc26a18e3249a18459a476c473266 /services/java/com/android/server/content/ContentService.java | |
parent | 266f48cc042dda828109eb135088cdb6f0f7c1d5 (diff) |
Remove unused imports from frameworks/base.
Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
Diffstat (limited to 'services/java/com/android/server/content/ContentService.java')
-rw-r--r-- | services/java/com/android/server/content/ContentService.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/services/java/com/android/server/content/ContentService.java b/services/java/com/android/server/content/ContentService.java index deb237726312..c7d28714e4db 100644 --- a/services/java/com/android/server/content/ContentService.java +++ b/services/java/com/android/server/content/ContentService.java @@ -26,7 +26,6 @@ import android.content.IContentService; import android.content.ISyncStatusObserver; import android.content.PeriodicSync; import android.content.pm.PackageManager; -import android.content.pm.ServiceInfo; import android.content.SyncAdapterType; import android.content.SyncInfo; import android.content.SyncRequest; @@ -44,7 +43,6 @@ import android.os.SystemProperties; import android.os.UserHandle; import android.text.TextUtils; import android.util.Log; -import android.util.Pair; import android.util.Slog; import android.util.SparseIntArray; |