Searched refs:unplug (Results 1 – 8 of 8) sorted by relevance
128 public void unplug() { in unplug() method in BluetoothHidDeviceBinderTest129 mBinder.unplug(mTestDevice, mAttributionSource); in unplug()130 verify(mService).unplug(mTestDevice); in unplug()
387 public boolean unplug(BluetoothDevice device, AttributionSource source) { in unplug() method in HidDeviceService.BluetoothHidDeviceBinder395 return service.unplug(device); in unplug()598 synchronized boolean unplug(BluetoothDevice device) { in unplug() method in HidDeviceService601 return checkDevice(device) && checkCallingUid() && mHidDeviceNativeInterface.unplug(); in unplug()
148 public boolean unplug() { in unplug() method in HidDeviceNativeInterface
38 boolean unplug(in BluetoothDevice device, in AttributionSource attributionSource); in unplug() method
1988 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->unplug(Landroid/bluetooth/BluetoothDevice;)Z2015 Landroid/bluetooth/IBluetoothHidDevice;->unplug(Landroid/bluetooth/BluetoothDevice;)Z