Home
last modified time | relevance | path

Searched refs:headsetService (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBondStateMachine.java436 HeadsetService headsetService = HeadsetService.getHeadsetService(); in setProfilePriorty() local
448 if ((headsetService != null) && in setProfilePriorty()
449 (headsetService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){ in setProfilePriorty()
450 headsetService.setPriority(device,BluetoothProfile.PRIORITY_ON); in setProfilePriorty()
457 HeadsetService headsetService = HeadsetService.getHeadsetService(); in clearProfilePriorty() local
463 if(headsetService != null) in clearProfilePriorty()
464 headsetService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED); in clearProfilePriorty()
DAdapterService.java228 HeadsetService headsetService = HeadsetService.getHeadsetService(); in processInitProfilePriorities() local
247 if ((headsetService != null) && in processInitProfilePriorities()
250 (headsetService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))){ in processInitProfilePriorities()
251 headsetService.setPriority(device,BluetoothProfile.PRIORITY_ON); in processInitProfilePriorities()