Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A 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()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A 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()
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java159 private int mPasskey; field in BluetoothTestUtils.PairReceiver
166 mPasskey = passkey; in PairReceiver()