Searched defs:pairingKey (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothPairingDialog.java143 int pairingKey =
145 if (pairingKey == BluetoothDevice.ERROR) {
152 mPairingKey = String.format("%06d", pairingKey);
154 mPairingKey = String.format("%04d", pairingKey);
414 String pairingKey, int type) {
418 b.putString(ARG_PAIRING_KEY, pairingKey);
413 newInstance(BluetoothDevice device, String pairingKey, int type) argument

Completed in 130 milliseconds