HomeSort by relevance Sort by last modified time
    Searched refs:pairingKey (Results 1 - 2 of 2) 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 136 int pairingKey =
138 if (pairingKey == BluetoothDevice.ERROR) {
143 mPairingKey = String.format("%06d", pairingKey);
145 mPairingKey = String.format("%04d", pairingKey);

Completed in 36 milliseconds