OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headsetService
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java
25
import com.android.bluetooth.hfp.
HeadsetService
;
448
HeadsetService
headsetService
=
HeadsetService
.getHeadsetService();
454
if(
headsetService
!= null)
455
headsetService
.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
AdapterService.java
65
import com.android.bluetooth.hfp.
HeadsetService
;
255
HeadsetService
headsetService
=
HeadsetService
.getHeadsetService();
269
if ((
headsetService
!= null) &&
272
(
headsetService
.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))) {
273
headsetService
.setPriority(device,BluetoothProfile.PRIORITY_ON);
[
all
...]
Completed in 194 milliseconds