Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryActivity.java519 case BluetoothDevicePairer.STATUS_CONNECTING: in getMessageForStatus()
561 case BluetoothDevicePairer.STATUS_CONNECTING: in statusChanged()
583 if (oldStatus == BluetoothDevicePairer.STATUS_CONNECTING) { in statusChanged()
623 case BluetoothDevicePairer.STATUS_CONNECTING: in statusChanged()
DBluetoothDevicePairer.java100 public static final int STATUS_CONNECTING = 4; field in BluetoothDevicePairer
584 setStatus(STATUS_CONNECTING); in openConnection()