Searched refs:pairingKey (Results 1 – 4 of 4) sorted by relevance
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothPairingDialog.java | 143 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()
|
D | BluetoothPairingRequest.java | 50 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/ |
D | BluetoothPairingDialog.java | 146 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()
|
D | BluetoothPairingRequest.java | 58 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in onReceive() local 60 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey); in onReceive()
|