Searched refs:mPairingKey (Results 1 – 1 of 1) sorted by relevance
76 private String mPairingKey; field in BluetoothPairingDialog142 mPairingKey = String.format(Locale.US, "%06d", passkey); in onCreate()162 mPairingKey = String.format("%06d", pairingKey); in onCreate()164 mPairingKey = String.format("%04d", pairingKey); in onCreate()290 ConfirmationDialogFragment.newInstance(mDevice, mPairingKey, mType); in createConfirmationDialog()421 private String mPairingKey; field in BluetoothPairingDialog.ConfirmationDialogFragment442 mPairingKey = args.getString(ARG_PAIRING_KEY); in onCreate()469 getHtmlEscapedDeviceName(mDevice), mPairingKey); in onCreateView()476 mDevice.setPin(mPairingKey); in onCreateView()482 getHtmlEscapedDeviceName(mDevice), mPairingKey); in onCreateView()