Home
last modified time | relevance | path

Searched refs:unregisterApp (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDevService.java226 mService.unregisterApp(mAppConfig); in binderDied()
284 public boolean unregisterApp(BluetoothHidDeviceAppConfiguration config) { in unregisterApp() method in HidDevService.BluetoothHidDeviceBinder
293 return service.unregisterApp(config); in unregisterApp()
436 unregisterApp(BluetoothHidDeviceAppConfiguration config) { in unregisterApp() method in HidDevService