Home
last modified time | relevance | path

Searched refs:mPasskey (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java60 private int mPasskey; field in BluetoothPairingController
83 mPasskey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in BluetoothPairingController()
86 mPasskeyFormatted = formatKey(mPasskey); in BluetoothPairingController()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java67 private int mPasskey; field in BluetoothPairingController
96 mPasskey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in BluetoothPairingController()
101 mPasskeyFormatted = formatKey(mPasskey); in BluetoothPairingController()