Searched defs:HidService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java49 public class HidService extends ProfileService { class in inherits:ProfileService
51 private static final String TAG = "HidService";
55 private static HidService sHidService;
92 if (DBG) log("Stopping Bluetooth HidService");
109 public static synchronized HidService getHidService(){
124 private static synchronized void setHidService(HidService instance) {
279 private HidService mService;
280 public BluetoothInputDeviceBinder(HidService svc) {
289 private HidService getService() {
302 HidService servic
[all...]

Completed in 156 milliseconds