Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java201 mBumbleDevice.setPairingConfirmation(true); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorks()
263 mBumbleDevice.setPairingConfirmation(true); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected()
368 assertThat(mBumbleDevice.setPairingConfirmation(true)).isTrue(); in testBondLe_WithGattServiceDiscovery()
453 assertThat(mBumbleDevice.setPairingConfirmation(true)).isTrue(); in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java270 mDevice.setPairingConfirmation(true); in notifyDialogDisplayed()
378 mDevice.setPairingConfirmation(true); in onPair()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java374 mDevice.setPairingConfirmation(true); in notifyDialogDisplayed()
478 mDevice.setPairingConfirmation(true); in onPair()
DBluetoothPairingRequest.java72 device.setPairingConfirmation(true); in onReceive()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java638 verify(mMockBluetoothDevice).setPairingConfirmation(eq(true)); in testProcessPasskeyRequest_pairingConfirmed()
652 verify(mMockBluetoothDevice).setPairingConfirmation(eq(false)); in testProcessPasskeyRequestWrongPasskey_pairingCancelled()
687 verify(mMockBluetoothDevice, never()).setPairingConfirmation(anyBoolean()); in testProcessPasskeyBeforePairingCodeReceived_pairingContinues()
700 verify(mMockBluetoothDevice, never()).setPairingConfirmation(anyBoolean()); in testReceivePairingCodeBeforeSeekerPasskey_noPairingResponseSent()
728 verify(mMockBluetoothDevice).setPairingConfirmation(eq(true)); in testReceivePairingCodeAfterSeekerPasskey_sendsPairingResponse()
/packages/modules/Bluetooth/android/pandora/server/src/
DSecurity.kt92 bluetoothDevice.setPairingConfirmation(true) in <lambda>()
247 device.setPairingConfirmation(answer.confirm) in <lambda>()
DHost.kt236 bluetoothDevice.setPairingConfirmation(true) in waitPairingRequestIntent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java316 mDevice.setPairingConfirmation(true); in onPair()
474 mDevice.setPairingConfirmation(true); in onCreateView()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java909 mRemotePairingDevice.setPairingConfirmation(true); in comparePasskeys()
913 mRemotePairingDevice.setPairingConfirmation(false); in comparePasskeys()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DRfcommTest.kt98 mPeer.setPairingConfirmation(true) in onReceive()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl140 …boolean setPairingConfirmation(in BluetoothDevice device, boolean accept, in AttributionSource att… in setPairingConfirmation() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2568 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() method in BluetoothDevice
2576 return service.setPairingConfirmation(this, confirm, mAttributionSource); in setPairingConfirmation()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1150 Landroid/bluetooth/IBluetooth$Stub$Proxy;->setPairingConfirmation(Landroid/bluetooth/BluetoothDevic…
1279 Landroid/bluetooth/IBluetooth;->setPairingConfirmation(Landroid/bluetooth/BluetoothDevice;Z)Z
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt545 … android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setPairingConfirmation(boolean);
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java3202 public boolean setPairingConfirmation( in setPairingConfirmation() method in AdapterService.AdapterServiceBinder