Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java270 mDevice.setPairingConfirmation(true); in notifyDialogDisplayed()
378 mDevice.setPairingConfirmation(true); in onPair()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingController.java295 mDevice.setPairingConfirmation(true); in notifyDialogDisplayed()
399 mDevice.setPairingConfirmation(true); in onPair()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java295 mDevice.setPairingConfirmation(true); in notifyDialogDisplayed()
399 mDevice.setPairingConfirmation(true); in onPair()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java309 mDevice.setPairingConfirmation(true); in onPair()
471 mDevice.setPairingConfirmation(true); in onCreateView()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1716 public boolean setPairingConfirmation(BluetoothDevice device, boolean accept) { in setPairingConfirmation() method in AdapterService.AdapterServiceBinder