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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 135 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN:
239 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN:
290 } else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN) {
329 case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN:
BluetoothPairingRequest.java 57 type == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 502 public static final int PAIRING_VARIANT_DISPLAY_PIN = 5;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 230 BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN);

Completed in 44 milliseconds