Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryActivity.java54 implements BluetoothDevicePairer.EventListener {
99 private BluetoothDevicePairer mBluetoothPairer;
547 case BluetoothDevicePairer.STATUS_PAIRING: in getMessageForStatus()
550 case BluetoothDevicePairer.STATUS_CONNECTING: in getMessageForStatus()
553 case BluetoothDevicePairer.STATUS_ERROR: in getMessageForStatus()
580 case BluetoothDevicePairer.STATUS_NONE: in statusChanged()
595 case BluetoothDevicePairer.STATUS_ERROR: in statusChanged()
611 case BluetoothDevicePairer.STATUS_NONE: in statusChanged()
644 case BluetoothDevicePairer.STATUS_SCANNING: in statusChanged()
649 case BluetoothDevicePairer.STATUS_PAIRING: in statusChanged()
[all …]
H A DBluetoothInputDeviceConnector.java31 public class BluetoothInputDeviceConnector implements BluetoothDevicePairer.BluetoothConnector {
81 private BluetoothDevicePairer.OpenConnectionCallback mOpenConnectionCallback;
111 if (BluetoothDevicePairer.hasValidInputDevice(mContext, new int[] {deviceId})) {
147 BluetoothDevicePairer.OpenConnectionCallback callback) { in BluetoothInputDeviceConnector()
H A DBluetoothA2dpConnector.java31 public class BluetoothA2dpConnector implements BluetoothDevicePairer.BluetoothConnector {
45 private BluetoothDevicePairer.OpenConnectionCallback mOpenConnectionCallback;
160 BluetoothDevicePairer.OpenConnectionCallback callback) { in BluetoothA2dpConnector()
H A DBluetoothDevicePairer.java46 public class BluetoothDevicePairer { class
280 public BluetoothDevicePairer(Context context, EventListener listener) { in BluetoothDevicePairer() method in BluetoothDevicePairer