Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryActivity.java477 if (mBluetoothPairer.getStatus() == BluetoothDevicePairer.STATUS_WAITING_TO_PAIR && in btDeviceClicked()
546 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR: in getMessageForStatus()
586 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR: in statusChanged()
647 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR: in statusChanged()
DBluetoothDevicePairer.java92 public static final int STATUS_WAITING_TO_PAIR = 2; field in BluetoothDevicePairer
482 setStatus(STATUS_WAITING_TO_PAIR); in startPairing()
490 mStatus != STATUS_WAITING_TO_PAIR; in isInProgress()