summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/accounts
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2015-03-18 15:38:58 -0400
committerJohn Spurlock <jspurlock@google.com>2015-03-18 15:51:15 -0400
commit9a23adf69dc53126c9858b19760eab5b67c23b97 (patch)
treec818d505cc73dba1fbe93fa87ef52187a0087d5d /src/com/android/settings/accounts
parent7df81615b1041e543d20b81e343794fdeb3144e7 (diff)
downloadpackages_apps_Settings-9a23adf69dc53126c9858b19760eab5b67c23b97.zip
packages_apps_Settings-9a23adf69dc53126c9858b19760eab5b67c23b97.tar.gz
packages_apps_Settings-9a23adf69dc53126c9858b19760eab5b67c23b97.tar.bz2
Settings: Remove all unused imports.
Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
Diffstat (limited to 'src/com/android/settings/accounts')
-rw-r--r--src/com/android/settings/accounts/ProviderPreference.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/settings/accounts/ProviderPreference.java b/src/com/android/settings/accounts/ProviderPreference.java
index 3996523..257cd1c 100644
--- a/src/com/android/settings/accounts/ProviderPreference.java
+++ b/src/com/android/settings/accounts/ProviderPreference.java
@@ -16,13 +16,9 @@
package com.android.settings.accounts;
-import com.android.settings.R;
-
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.preference.Preference;
-import android.view.View;
-import android.widget.ImageView;
/**
* ProviderPreference is used to display an image to the left of a provider name.