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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 59 int passkey = intent.getIntExtra(BluetoothDevice.EXTRA_PASSKEY, BluetoothDevice.ERROR);
60 pairingIntent.putExtra(BluetoothDevice.EXTRA_PASSKEY, passkey);
BluetoothPairingDialog.java 99 intent.getIntExtra(BluetoothDevice.EXTRA_PASSKEY, BluetoothDevice.ERROR);
110 intent.getIntExtra(BluetoothDevice.EXTRA_PASSKEY, BluetoothDevice.ERROR);
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 422 intent.putExtra(BluetoothDevice.EXTRA_PASSKEY, passkey);
483 intent.putExtra(BluetoothDevice.EXTRA_PASSKEY, passkey);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 242 public static final String EXTRA_PASSKEY = "android.bluetooth.device.extra.PASSKEY";
    [all...]

Completed in 152 milliseconds