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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealth.java52 * {@link #unregisterAppConfiguration}
170 public boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration config) { method in class:BluetoothHealth
174 result = mService.unregisterAppConfiguration(config);
/frameworks/base/core/java/android/server/
H A DBluetoothHealthProfileHandler.java180 boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration config) { method in class:BluetoothHealthProfileHandler
H A DBluetoothService.java2228 public boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration config) { method in class:BluetoothService
2232 return mBluetoothHealthProfileHandler.unregisterAppConfiguration(config);

Completed in 114 milliseconds