Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryActivity.java93 private BluetoothDevicePairer mBluetoothPairer; field in AddAccessoryActivity
141 if (activity.mBluetoothPairer != null) { in handleMessage()
142 activity.mBluetoothPairer.start(); in handleMessage()
143 activity.mBluetoothPairer.cancelPairing(); in handleMessage()
454 if (mBluetoothPairer != null && !mBluetoothPairer.isInProgress()) { in btDeviceClicked()
455 if (mBluetoothPairer.getStatus() == BluetoothDevicePairer.STATUS_WAITING_TO_PAIR && in btDeviceClicked()
456 mBluetoothPairer.getTargetDevice() != null) { in btDeviceClicked()
470 mBluetoothPairer.startPairing(target); in btDeviceClicked()
480 if (mBluetoothPairer != null) { in cancelBtPairing()
481 if (mBluetoothPairer.getTargetDevice() != null) { in cancelBtPairing()
[all …]