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.java421 HeadsetService headsetService = HeadsetService.getHeadsetService(); in setProfilePriorty() local
433 if ((headsetService != null) && in setProfilePriorty()
434 (headsetService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){ in setProfilePriorty()
435 headsetService.setPriority(device,BluetoothProfile.PRIORITY_ON); in setProfilePriorty()
442 HeadsetService headsetService = HeadsetService.getHeadsetService(); in clearProfilePriorty() local
448 if(headsetService != null) in clearProfilePriorty()
449 headsetService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED); in clearProfilePriorty()
DAdapterService.java219 HeadsetService headsetService = HeadsetService.getHeadsetService(); in processInitProfilePriorities() local
238 if ((headsetService != null) && in processInitProfilePriorities()
241 (headsetService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED))){ in processInitProfilePriorities()
242 headsetService.setPriority(device,BluetoothProfile.PRIORITY_ON); in processInitProfilePriorities()