Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java59 private String mPasskeyFormatted; field in BluetoothPairingController
86 mPasskeyFormatted = formatKey(mPasskey); in BluetoothPairingController()
272 byte[] pinBytes = BluetoothDevice.convertPinToBytes(mPasskeyFormatted); in notifyDialogDisplayed()
321 return mPasskeyFormatted; in getPairingContent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingController.java61 private String mPasskeyFormatted; field in BluetoothPairingController
89 mPasskeyFormatted = formatKey(mPasskey); in BluetoothPairingController()
297 byte[] pinBytes = BluetoothDevice.convertPinToBytes(mPasskeyFormatted); in notifyDialogDisplayed()
346 return mPasskeyFormatted; in getPairingContent()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java61 private String mPasskeyFormatted; field in BluetoothPairingController
89 mPasskeyFormatted = formatKey(mPasskey); in BluetoothPairingController()
297 byte[] pinBytes = BluetoothDevice.convertPinToBytes(mPasskeyFormatted); in notifyDialogDisplayed()
346 return mPasskeyFormatted; in getPairingContent()