Searched refs:BluetoothHealthAppConfiguration (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHealthAppConfiguration.java | 35 public final class BluetoothHealthAppConfiguration implements Parcelable { class 41 BluetoothHealthAppConfiguration() {} in BluetoothHealthAppConfiguration() method in BluetoothHealthAppConfiguration 100 … static final @android.annotation.NonNull Parcelable.Creator<BluetoothHealthAppConfiguration> CREA… 101 new Parcelable.Creator<BluetoothHealthAppConfiguration>() { 103 public BluetoothHealthAppConfiguration createFromParcel(Parcel in) { 104 return new BluetoothHealthAppConfiguration(); 108 public BluetoothHealthAppConfiguration[] newArray(int size) { 109 return new BluetoothHealthAppConfiguration[size];
|
D | BluetoothHealth.java | 150 public boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration config) { in unregisterAppConfiguration() 174 BluetoothHealthAppConfiguration config) { in connectChannelToSource() 199 BluetoothHealthAppConfiguration config, int channelId) { in disconnectChannel() 224 BluetoothHealthAppConfiguration config) { in getMainChannelFd()
|
D | BluetoothHealthCallback.java | 55 public void onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, in onHealthAppConfigurationStatusChange() 81 public void onHealthChannelStateChange(BluetoothHealthAppConfiguration config, in onHealthChannelStateChange()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 11127 …apper;->onHealthAppConfigurationStatusChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;I)V 11128 …lbackWrapper;->onHealthChannelStateChange(Landroid/bluetooth/BluetoothHealthAppConfiguration;Landr… 11133 …nelToSink(Landroid/bluetooth/BluetoothDevice;Landroid/bluetooth/BluetoothHealthAppConfiguration;I)Z 11154 Landroid/bluetooth/BluetoothHealthAppConfiguration;-><init>(Ljava/lang/String;I)V 11155 Landroid/bluetooth/BluetoothHealthAppConfiguration;-><init>(Ljava/lang/String;III)V 11156 Landroid/bluetooth/BluetoothHealthAppConfiguration;->getChannelType()I 11157 Landroid/bluetooth/BluetoothHealthAppConfiguration;->mChannelType:I 11158 Landroid/bluetooth/BluetoothHealthAppConfiguration;->mDataType:I 11159 Landroid/bluetooth/BluetoothHealthAppConfiguration;->mName:Ljava/lang/String; 11160 Landroid/bluetooth/BluetoothHealthAppConfiguration;->mRole:I [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6432 …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/ |
D | current.txt | 8622 …nnelToSource(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration); 8623 …Channel(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration, int); 8627 …ainChannelFd(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration); 8629 …cated public boolean unregisterAppConfiguration(android.bluetooth.BluetoothHealthAppConfiguration); 8644 @Deprecated public final class BluetoothHealthAppConfiguration implements android.os.Parcelable { 8650 …static final android.os.Parcelable.Creator<android.bluetooth.BluetoothHealthAppConfiguration> CREA… 8655 … void onHealthAppConfigurationStatusChange(android.bluetooth.BluetoothHealthAppConfiguration, int); 8656 …ead public void onHealthChannelStateChange(android.bluetooth.BluetoothHealthAppConfiguration, andr…
|