OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getServiceChannel
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java
530
channel = mBatch.mDestination.
getServiceChannel
(BluetoothUuid.ObexObjectPush);
573
.
getServiceChannel
(BluetoothUuid.ObexObjectPush);
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
803
public int
getServiceChannel
(ParcelUuid uuid) {
[
all
...]
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
545
int channel = device.
getServiceChannel
(BluetoothUuid.Handsfree);
560
int channel = device.
getServiceChannel
(BluetoothUuid.HSP);
[
all
...]
Completed in 5017 milliseconds