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/
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;
AddAccessoryActivity.java 547 if (mBluetoothPairer.getStatus() == BluetoothDevicePairer.STATUS_WAITING_TO_PAIR &&
616 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR:
656 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR:
657 state = "BluetoothDevicePairer.STATUS_WAITING_TO_PAIR";
718 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR:

Completed in 59 milliseconds