Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothHealthAppConfiguration.java29 public final class BluetoothHealthAppConfiguration implements Parcelable { class
42 BluetoothHealthAppConfiguration(String name, int dataType) { in BluetoothHealthAppConfiguration() method in BluetoothHealthAppConfiguration
57 BluetoothHealthAppConfiguration(String name, int dataType, int role, int in BluetoothHealthAppConfiguration() method in BluetoothHealthAppConfiguration
67 if (o instanceof BluetoothHealthAppConfiguration) { in equals()
68 BluetoothHealthAppConfiguration config = (BluetoothHealthAppConfiguration) o; in equals()
137 public static final Parcelable.Creator<BluetoothHealthAppConfiguration> CREATOR =
138 new Parcelable.Creator<BluetoothHealthAppConfiguration>() {
140 public BluetoothHealthAppConfiguration createFromParcel(Parcel in) {
145 return new BluetoothHealthAppConfiguration(name, type, role,
150 public BluetoothHealthAppConfiguration[] newArray(int size) {
[all …]
DBluetoothHealth.java176 BluetoothHealthAppConfiguration config = in registerAppConfiguration()
177 new BluetoothHealthAppConfiguration(name, dataType, role, channelType); in registerAppConfiguration()
202 public boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration config) { in unregisterAppConfiguration()
232 BluetoothHealthAppConfiguration config) { in connectChannelToSource()
261 BluetoothHealthAppConfiguration config, int channelType) { in connectChannelToSink()
290 BluetoothHealthAppConfiguration config, int channelId) { in disconnectChannel()
319 BluetoothHealthAppConfiguration config) { in getMainChannelFd()
433 public void onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, in onHealthAppConfigurationStatusChange()
439 public void onHealthChannelStateChange(BluetoothHealthAppConfiguration config, in onHealthChannelStateChange()
DBluetoothHealthCallback.java43 public void onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, in onHealthAppConfigurationStatusChange()
63 public void onHealthChannelStateChange(BluetoothHealthAppConfiguration config, in onHealthChannelStateChange()
/frameworks/base/config/
Dhiddenapi-public-dex.txt5693 …elToSource(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z
5694 …ctChannel(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;I)Z
5698 …nnelFd(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Land…
5706 …/BluetoothHealth;->unregisterAppConfiguration(Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z
5707 Landroid/bluetooth/BluetoothHealthAppConfiguration;
5708 Landroid/bluetooth/BluetoothHealthAppConfiguration;->CREATOR:Landroid/os/Parcelable$Creator;
5709 Landroid/bluetooth/BluetoothHealthAppConfiguration;->describeContents()I
5710 Landroid/bluetooth/BluetoothHealthAppConfiguration;->equals(Ljava/lang/Object;)Z
5711 Landroid/bluetooth/BluetoothHealthAppConfiguration;->getDataType()I
5712 Landroid/bluetooth/BluetoothHealthAppConfiguration;->getName()Ljava/lang/String;
[all …]
Dboot-image-profile.txt16770 …nelToSink(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;I)Z
16771 …elToSource(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z
16772 …ctChannel(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;I)Z
16776 …nnelFd(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;)Land…
16777 …luetoothHealth;->registerAppConfiguration(Landroid/bluetooth/BluetoothHealthAppConfiguration;Landr…
16778 …IBluetoothHealth;->unregisterAppConfiguration(Landroid/bluetooth/BluetoothHealthAppConfiguration;)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6432 …nnelToSource(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
6433 …Channel(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration, int);
6437 …ainChannelFd(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
6439 …ethod public boolean unregisterAppConfiguration(android.bluetooth.BluetoothHealthAppConfiguration);
6454 public final class BluetoothHealthAppConfiguration implements android.os.Parcelable {
6460 …static final android.os.Parcelable.Creator<android.bluetooth.BluetoothHealthAppConfiguration> CREA…
6465 … void onHealthAppConfigurationStatusChange(android.bluetooth.BluetoothHealthAppConfiguration, int);
6466 …method public void onHealthChannelStateChange(android.bluetooth.BluetoothHealthAppConfiguration, a…
/frameworks/base/api/
Dcurrent.txt8336 …nnelToSource(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
8337 …Channel(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration, int);
8341 …ainChannelFd(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
8343 …ethod public boolean unregisterAppConfiguration(android.bluetooth.BluetoothHealthAppConfiguration);
8358 public final class BluetoothHealthAppConfiguration implements android.os.Parcelable {
8364 …static final android.os.Parcelable.Creator<android.bluetooth.BluetoothHealthAppConfiguration> CREA…
8369 … void onHealthAppConfigurationStatusChange(android.bluetooth.BluetoothHealthAppConfiguration, int);
8370 …method public void onHealthChannelStateChange(android.bluetooth.BluetoothHealthAppConfiguration, a…