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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingRequest.java 50 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY,
52 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey);
BluetoothPairingDialog.java 145 int pairingKey =
147 if (pairingKey == BluetoothDevice.ERROR) {
154 mPairingKey = String.format("%06d", pairingKey);
156 mPairingKey = String.format("%04d", pairingKey);
427 String pairingKey, int type) {
431 b.putString(ARG_PAIRING_KEY, pairingKey);
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingService.java 65 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY,
67 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingService.java 65 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY,
67 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey);

Completed in 491 milliseconds