Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java154 int pairingKey = in onCreate() local
156 if (pairingKey == BluetoothDevice.ERROR) { in onCreate()
163 mPairingKey = String.format("%06d", pairingKey); in onCreate()
165 mPairingKey = String.format("%04d", pairingKey); in onCreate()
430 String pairingKey, int type) { in newInstance() argument
434 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/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingService.java65 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in getPairingDialogIntent() local
67 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey); in getPairingDialogIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingService.java65 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in getPairingDialogIntent() local
67 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey); in getPairingDialogIntent()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingService.java65 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in getPairingDialogIntent() local
67 pairingIntent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pairingKey); in getPairingDialogIntent()