HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_WAITING_TO_PAIR (Results 1 - 2 of 2) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 445 if (mBluetoothPairer.getStatus() == BluetoothDevicePairer.STATUS_WAITING_TO_PAIR &&
514 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR:
554 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR:
555 state = "BluetoothDevicePairer.STATUS_WAITING_TO_PAIR";
614 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR:
BluetoothDevicePairer.java 92 public static final int STATUS_WAITING_TO_PAIR = 2;
353 // startListening may result in a transition to STATUS_WAITING_TO_PAIR
461 setStatus(STATUS_WAITING_TO_PAIR);
469 mStatus != STATUS_WAITING_TO_PAIR;

Completed in 432 milliseconds