OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acceptIncomingConnect
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl
44
boolean
acceptIncomingConnect
(in BluetoothDevice device);
BluetoothHeadset.java
589
public boolean
acceptIncomingConnect
(BluetoothDevice device) {
590
if (DBG) log("
acceptIncomingConnect
");
593
return mService.
acceptIncomingConnect
(device);
BluetoothDeviceProfileState.java
[
all
...]
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
776
public boolean
acceptIncomingConnect
(BluetoothDevice device) {
[
all
...]
Completed in 3830 milliseconds