Searched refs:hidService (Results 1 – 2 of 2) sorted by relevance
446 HidService hidService = HidService.getHidService(); in clearProfilePriority() local450 if (hidService != null) in clearProfilePriority()451 hidService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED); in clearProfilePriority()
252 HidService hidService = HidService.getHidService(); in processInitProfilePriorities() local261 if ((hidService != null) && in processInitProfilePriorities()264 (hidService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){ in processInitProfilePriorities()265 hidService.setPriority(device,BluetoothProfile.PRIORITY_ON); in processInitProfilePriorities()