Home
last modified time | relevance | path

Searched refs:mPairingKey (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java70 private String mPairingKey; field in BluetoothPairingDialog
132 mPairingKey = String.format(Locale.US, "%06d", passkey); in onCreate()
152 mPairingKey = String.format("%06d", pairingKey); in onCreate()
154 mPairingKey = String.format("%04d", pairingKey); in onCreate()
278 ConfirmationDialogFragment.newInstance(mDevice, mPairingKey, mType); in createConfirmationDialog()
410 private String mPairingKey; field in BluetoothPairingDialog.ConfirmationDialogFragment
431 mPairingKey = args.getString(ARG_PAIRING_KEY); in onCreate()
458 mDevice.getName(), mPairingKey); in onCreateView()
465 byte[] pinBytes = BluetoothDevice.convertPinToBytes(mPairingKey); in onCreateView()
472 mDevice.getName(), mPairingKey); in onCreateView()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java66 private String mPairingKey; field in BluetoothPairingDialog
135 mPairingKey = String.format(Locale.US, "%06d", passkey); in onCreate()
153 mPairingKey = String.format("%06d", pairingKey); in onCreate()
155 mPairingKey = String.format("%04d", pairingKey); in onCreate()
308 pairingContent = mPairingKey; in createView()
368 byte[] pinBytes = BluetoothDevice.convertPinToBytes(mPairingKey); in createDisplayPasskeyOrPinDialog()