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.java62 private int mPasskey; field in BluetoothPairingController
87 mPasskey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in BluetoothPairingController()
92 mPasskeyFormatted = formatKey(mPasskey); in BluetoothPairingController()