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.java105 private BluetoothDevicePairer mBluetoothPairer; field in AddAccessoryActivity
158 if (activity.mBluetoothPairer != null) { in handleMessage()
160 activity.mBluetoothPairer.start(); in handleMessage()
161 activity.mBluetoothPairer.cancelPairing(); in handleMessage()
493 if (mBluetoothPairer != null && !mBluetoothPairer.isInProgress()) { in btDeviceClicked()
494 if (mBluetoothPairer.getStatus() == BluetoothDevicePairer.STATUS_WAITING_TO_PAIR && in btDeviceClicked()
495 mBluetoothPairer.getTargetDevice() != null) { in btDeviceClicked()
507 mBluetoothPairer.startPairing(target); in btDeviceClicked()
518 if (mBluetoothPairer != null) { in cancelBtPairing()
519 if (mBluetoothPairer.getTargetDevice() != null) { in cancelBtPairing()
[all …]