OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cancelPairingUserInput
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
859
public boolean
cancelPairingUserInput
() {
861
return sService.
cancelPairingUserInput
(mAddress);
[
all
...]
IBluetooth.aidl
81
boolean
cancelPairingUserInput
(in String address);
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
341
mDevice.
cancelPairingUserInput
();
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
538
mBluetoothService.
cancelPairingUserInput
(address);
[
all
...]
BluetoothService.java
[
all
...]
Completed in 38 milliseconds