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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 58 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY,
60 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey);
BluetoothPairingDialog.java 118 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR);
135 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 248 public static final String EXTRA_PAIRING_KEY = "android.bluetooth.device.extra.PAIRING_KEY";
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 601 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, passkey);
712 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, passkey);
725 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pin);
    [all...]

Completed in 143 milliseconds