OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetoothdevicepairer
(Results
1 - 4
of
4
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java
51
public class AddAccessoryActivity extends Activity implements
BluetoothDevicePairer
.EventListener {
96
private
BluetoothDevicePairer
mBluetoothPairer;
97
private int mPreviousStatus =
BluetoothDevicePairer
.STATUS_NONE;
548
if (mBluetoothPairer.getStatus() ==
BluetoothDevicePairer
.STATUS_WAITING_TO_PAIR &&
595
mBluetoothPairer = new
BluetoothDevicePairer
(this, this);
617
case
BluetoothDevicePairer
.STATUS_WAITING_TO_PAIR:
618
case
BluetoothDevicePairer
.STATUS_PAIRING:
621
case
BluetoothDevicePairer
.STATUS_CONNECTING:
624
case
BluetoothDevicePairer
.STATUS_ERROR:
651
case
BluetoothDevicePairer
.STATUS_NONE
[
all
...]
BluetoothInputDeviceConnector.java
32
public class BluetoothInputDeviceConnector implements
BluetoothDevicePairer
.BluetoothConnector {
82
private
BluetoothDevicePairer
.OpenConnectionCallback mOpenConnectionCallback;
112
if (
BluetoothDevicePairer
.hasValidInputDevice(mContext, new int[] {deviceId})) {
148
BluetoothDevicePairer
.OpenConnectionCallback callback) {
BluetoothA2dpConnector.java
30
public class BluetoothA2dpConnector implements
BluetoothDevicePairer
.BluetoothConnector {
38
private
BluetoothDevicePairer
.OpenConnectionCallback mOpenConnectionCallback;
115
BluetoothDevicePairer
.OpenConnectionCallback callback) {
BluetoothDevicePairer.java
46
public class
BluetoothDevicePairer
{
84
public static final String TAG = "
BluetoothDevicePairer
";
105
* The status of the {@link
BluetoothDevicePairer
} changed.
277
public
BluetoothDevicePairer
(Context context, EventListener listener) {
Completed in 76 milliseconds