/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/ |
D | PairingTest.java | 201 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/ |
D | BluetoothPairingController.java | 270 mDevice.setPairingConfirmation(true); in notifyDialogDisplayed() 378 mDevice.setPairingConfirmation(true); in onPair()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingController.java | 374 mDevice.setPairingConfirmation(true); in notifyDialogDisplayed() 478 mDevice.setPairingConfirmation(true); in onPair()
|
D | BluetoothPairingRequest.java | 72 device.setPairingConfirmation(true); in onReceive()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
D | FastPairGattServerTest.java | 638 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/ |
D | Security.kt | 92 bluetoothDevice.setPairingConfirmation(true) in <lambda>() 247 device.setPairingConfirmation(answer.confirm) in <lambda>()
|
D | Host.kt | 236 bluetoothDevice.setPairingConfirmation(true) in waitPairingRequestIntent()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothPairingDialog.java | 316 mDevice.setPairingConfirmation(true); in onPair() 474 mDevice.setPairingConfirmation(true); in onCreateView()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | FastPairGattServer.java | 909 mRemotePairingDevice.setPairingConfirmation(true); in comparePasskeys() 913 mRemotePairingDevice.setPairingConfirmation(false); in comparePasskeys()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | RfcommTest.kt | 98 mPeer.setPairingConfirmation(true) in onReceive()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetooth.aidl | 140 …boolean setPairingConfirmation(in BluetoothDevice device, boolean accept, in AttributionSource att… in setPairingConfirmation() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 2568 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() method in BluetoothDevice 2576 return service.setPairingConfirmation(this, confirm, mAttributionSource); in setPairingConfirmation()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1150 Landroid/bluetooth/IBluetooth$Stub$Proxy;->setPairingConfirmation(Landroid/bluetooth/BluetoothDevic… 1279 Landroid/bluetooth/IBluetooth;->setPairingConfirmation(Landroid/bluetooth/BluetoothDevice;Z)Z
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 545 … android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setPairingConfirmation(boolean);
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 3202 public boolean setPairingConfirmation( in setPairingConfirmation() method in AdapterService.AdapterServiceBinder
|