Searched refs:BluetoothA2dpConnector (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothA2dpConnector.java30 public class BluetoothA2dpConnector implements BluetoothDevicePairer.BluetoothConnector { class in inherits:BluetoothDevicePairer.BluetoothConnector
32 public static final String TAG = "BluetoothA2dpConnector";
111 private BluetoothA2dpConnector() { method in class:BluetoothA2dpConnector
114 public BluetoothA2dpConnector(Context context, BluetoothDevice target, method in class:BluetoothA2dpConnector
H A DBluetoothDevicePairer.java654 return new BluetoothA2dpConnector(mContext, mTarget, mOpenConnectionCallback);

Completed in 35 milliseconds