Searched defs:setPairingConfirmation (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/shadows/bluetooth/ |
D | ShadowBluetoothDevice.java | 68 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() method in ShadowBluetoothDevice
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/ |
D | BluetoothClassicPairer.java | 175 static void setPairingConfirmation(BluetoothDevice device, boolean confirm) { in setPairingConfirmation() method in BluetoothClassicPairer
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/ |
D | BluetoothDevice.java | 191 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() method in BluetoothDevice
|
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/ |
D | IBluetooth.java | 90 boolean setPairingConfirmation(BluetoothDevice device, boolean accept, in setPairingConfirmation() method
|
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/ |
D | IBluetoothImpl.java | 201 public boolean setPairingConfirmation(BluetoothDevice device, boolean confirmed, in setPairingConfirmation() method in IBluetoothImpl
|
D | BlueletImpl.java | 344 public void setPairingConfirmation(String remoteAddress, PairingConfirmation confirmation) { in setPairingConfirmation() method in BlueletImpl
|
/packages/modules/Bluetooth/system/binder/android/bluetooth/ |
D | IBluetooth.aidl | 146 …oneway void setPairingConfirmation(in BluetoothDevice device, boolean accept, in AttributionSource… in setPairingConfirmation() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 2582 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() method in BluetoothDevice
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 3202 public void setPairingConfirmation(BluetoothDevice device, boolean accept, in setPairingConfirmation() method in AdapterService.AdapterServiceBinder 3214 private boolean setPairingConfirmation(BluetoothDevice device, boolean accept, in setPairingConfirmation() method in AdapterService.AdapterServiceBinder
|