summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/bluetooth/BluetoothDevicePreference.java
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/bluetooth/BluetoothDevicePreference.java
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/bluetooth/BluetoothDevicePreference.java')
-rw-r--r--src/com/android/settings/bluetooth/BluetoothDevicePreference.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/settings/bluetooth/BluetoothDevicePreference.java b/src/com/android/settings/bluetooth/BluetoothDevicePreference.java
index 0bb54b2..7bdc1a6 100644
--- a/src/com/android/settings/bluetooth/BluetoothDevicePreference.java
+++ b/src/com/android/settings/bluetooth/BluetoothDevicePreference.java
@@ -21,7 +21,6 @@ import static android.os.UserManager.DISALLOW_CONFIG_BLUETOOTH;
import android.app.AlertDialog;
import android.bluetooth.BluetoothClass;
import android.bluetooth.BluetoothDevice;
-import android.bluetooth.BluetoothProfile;
import android.content.Context;
import android.content.DialogInterface;
import android.os.UserManager;
@@ -37,9 +36,7 @@ import android.widget.ImageView;
import com.android.settings.R;
import com.android.settings.search.Index;
import com.android.settings.search.SearchIndexableRaw;
-import com.android.settingslib.bluetooth.A2dpProfile;
import com.android.settingslib.bluetooth.CachedBluetoothDevice;
-import com.android.settingslib.bluetooth.HeadsetProfile;
import com.android.settingslib.bluetooth.HidProfile;
import com.android.settingslib.bluetooth.LocalBluetoothProfile;