OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPairingConfirmation
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl
62
boolean
setPairingConfirmation
(in String address, boolean confirm);
BluetoothDevice.java
612
public boolean
setPairingConfirmation
(boolean confirm) {
614
return sService.
setPairingConfirmation
(mAddress, confirm);
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
215
mDevice.
setPairingConfirmation
(true);
245
mDevice.
setPairingConfirmation
(true);
247
mDevice.
setPairingConfirmation
(true);
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
92
mBluetoothService.
setPairingConfirmation
(address, true);
BluetoothService.java
[
all
...]
Completed in 39 milliseconds