HomeSort by relevance Sort by last modified time
    Searched refs:hidService (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
PhonePolicy.java 39 import com.android.bluetooth.hid.HidService;
210 HidService hidService = mFactory.getHidService();
217 if ((hidService != null)
220 && (hidService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)) {
221 hidService.setPriority(device, BluetoothProfile.PRIORITY_ON);
BondStateMachine.java 24 import com.android.bluetooth.hid.HidService;
448 HidService hidService = HidService.getHidService();
455 if (hidService != null)
456 hidService.setPriority(device, BluetoothProfile.PRIORITY_UNDEFINED);

Completed in 57 milliseconds