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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingRequest.java 50 type == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN) {
BluetoothPairingDialog.java 156 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN:
255 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN:
343 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN:
351 } else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN) {
405 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN:
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 138 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN:
237 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN:
303 } else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN) {
355 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN:
BluetoothPairingRequest.java 57 type == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 505 public static final int PAIRING_VARIANT_DISPLAY_PIN = 5;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 233 BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN);

Completed in 552 milliseconds