Fix imports on pi-dev-plus-aosp to fix build

Change-Id: Ifa467eef0f9264348d657ceb8372990313b42fed
Merged-In: I0b1a170967ddcce7f388603fd521f6ed1eeba30b
This commit is contained in:
Dan Willemsen
2018-09-06 21:13:28 -07:00
parent d735f982d2
commit 831768fffe

View File

@@ -24,6 +24,8 @@ import android.util.Log;
import android.widget.CompoundButton; import android.widget.CompoundButton;
import android.widget.CompoundButton.OnCheckedChangeListener; import android.widget.CompoundButton.OnCheckedChangeListener;
import androidx.annotation.VisibleForTesting;
import com.android.settings.R; import com.android.settings.R;
import com.android.settings.bluetooth.BluetoothPairingDialogFragment.BluetoothPairingDialogListener; import com.android.settings.bluetooth.BluetoothPairingDialogFragment.BluetoothPairingDialogListener;
import com.android.settingslib.bluetooth.LocalBluetoothManager; import com.android.settingslib.bluetooth.LocalBluetoothManager;
@@ -31,8 +33,6 @@ import com.android.settingslib.bluetooth.LocalBluetoothProfile;
import java.util.Locale; import java.util.Locale;
import android.support.annotation.VisibleForTesting;
/** /**
* A controller used by {@link BluetoothPairingDialog} to manage connection state while we try to * A controller used by {@link BluetoothPairingDialog} to manage connection state while we try to
* pair with a bluetooth device. It includes methods that allow the * pair with a bluetooth device. It includes methods that allow the