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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingRequest.java 49 type == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY ||
BluetoothPairingDialog.java 155 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
165 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
256 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
342 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
349 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
404 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 137 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
145 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
236 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
301 if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
354 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY:
BluetoothPairingRequest.java 56 type == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY ||
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 498 public static final int PAIRING_VARIANT_DISPLAY_PASSKEY = 4;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 380 variant = BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY;

Completed in 106 milliseconds