Home
last modified time | relevance | path

Searched refs:pairingKey (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java143 int pairingKey = in onCreate() local
145 if (pairingKey == BluetoothDevice.ERROR) { in onCreate()
152 mPairingKey = String.format("%06d", pairingKey); in onCreate()
154 mPairingKey = String.format("%04d", pairingKey); in onCreate()
414 String pairingKey, int type) { in newInstance() argument
418 b.putString(ARG_PAIRING_KEY, pairingKey); in newInstance()
DBluetoothPairingRequest.java50 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in onReceive() local
52 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey); in onReceive()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java146 int pairingKey = in onCreate() local
148 if (pairingKey == BluetoothDevice.ERROR) { in onCreate()
153 mPairingKey = String.format("%06d", pairingKey); in onCreate()
155 mPairingKey = String.format("%04d", pairingKey); in onCreate()
DBluetoothPairingRequest.java58 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in onReceive() local
60 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey); in onReceive()