Home
last modified time | relevance | path

Searched refs:BluetoothDevicePairer (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryActivity.java54 implements BluetoothDevicePairer.EventListener {
105 private BluetoothDevicePairer mBluetoothPairer;
106 private int mPreviousStatus = BluetoothDevicePairer.STATUS_NONE;
494 if (mBluetoothPairer.getStatus() == BluetoothDevicePairer.STATUS_WAITING_TO_PAIR && in btDeviceClicked()
541 mBluetoothPairer = new BluetoothDevicePairer(this, this); in startBluetoothPairer()
564 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR: in getMessageForStatus()
565 case BluetoothDevicePairer.STATUS_PAIRING: in getMessageForStatus()
568 case BluetoothDevicePairer.STATUS_CONNECTING: in getMessageForStatus()
571 case BluetoothDevicePairer.STATUS_ERROR: in getMessageForStatus()
597 case BluetoothDevicePairer.STATUS_NONE: in statusChanged()
[all …]
DBluetoothInputDeviceConnector.java31 public class BluetoothInputDeviceConnector implements BluetoothDevicePairer.BluetoothConnector {
84 private BluetoothDevicePairer.OpenConnectionCallback mOpenConnectionCallback;
114 if (BluetoothDevicePairer.hasValidInputDevice(mContext, new int[] {deviceId})) {
150 BluetoothDevicePairer.OpenConnectionCallback callback) { in BluetoothInputDeviceConnector()
DBluetoothA2dpConnector.java33 public class BluetoothA2dpConnector implements BluetoothDevicePairer.BluetoothConnector {
47 private BluetoothDevicePairer.OpenConnectionCallback mOpenConnectionCallback;
178 BluetoothDevicePairer.OpenConnectionCallback callback) { in BluetoothA2dpConnector()
DBluetoothDevicePairer.java48 public class BluetoothDevicePairer { class
301 public BluetoothDevicePairer(Context context, EventListener listener) { in BluetoothDevicePairer() method in BluetoothDevicePairer