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/
DBluetoothDevicePairer.java94 public static final int STATUS_WAITING_TO_PAIR = 2; field in BluetoothDevicePairer
511 setStatus(STATUS_WAITING_TO_PAIR); in startPairing()
519 mStatus != STATUS_WAITING_TO_PAIR; in isInProgress()
DAddAccessoryActivity.java494 if (mBluetoothPairer.getStatus() == BluetoothDevicePairer.STATUS_WAITING_TO_PAIR && in btDeviceClicked()
564 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR: in getMessageForStatus()
603 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR: in statusChanged()
668 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR: in statusChanged()