Home
last modified time | relevance | path

Searched refs:mPasskeyFormatted (Results 1 – 2 of 2) 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 mDevice.setPin(mPasskeyFormatted); in notifyDialogDisplayed()
320 return mPasskeyFormatted; in getPairingContent()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java61 private String mPasskeyFormatted; field in BluetoothPairingController
92 mPasskeyFormatted = formatKey(mPasskey); in BluetoothPairingController()
300 mDevice.setPin(mPasskeyFormatted); in notifyDialogDisplayed()
348 return mPasskeyFormatted; in getPairingContent()