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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 93 if (mType == BluetoothDevice.PAIRING_VARIANT_PIN) {
154 if (mType == BluetoothDevice.PAIRING_VARIANT_PIN) {
240 if (mType == BluetoothDevice.PAIRING_VARIANT_PIN) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 315 public static final int PAIRING_VARIANT_PIN = 0;
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 466 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.PAIRING_VARIANT_PIN);
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 299 case BluetoothDevice.PAIRING_VARIANT_PIN:
    [all...]

Completed in 20 milliseconds