HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothHealthAppConfiguration (Results 1 - 23 of 23) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.aidl 19 parcelable BluetoothHealthAppConfiguration;
IBluetoothHealth.aidl 20 import android.bluetooth.BluetoothHealthAppConfiguration;
31 boolean registerAppConfiguration(in BluetoothHealthAppConfiguration config,
33 boolean unregisterAppConfiguration(in BluetoothHealthAppConfiguration config);
34 boolean connectChannelToSource(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
35 boolean connectChannelToSink(in BluetoothDevice device, in BluetoothHealthAppConfiguration config,
37 boolean disconnectChannel(in BluetoothDevice device, in BluetoothHealthAppConfiguration config, int id);
38 ParcelFileDescriptor getMainChannelFd(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
IBluetoothHealthCallback.aidl 20 import android.bluetooth.BluetoothHealthAppConfiguration;
28 void onHealthAppConfigurationStatusChange(in BluetoothHealthAppConfiguration config, int status);
29 void onHealthChannelStateChange(in BluetoothHealthAppConfiguration config,
BluetoothHealthAppConfiguration.java 30 public final class BluetoothHealthAppConfiguration implements Parcelable {
43 BluetoothHealthAppConfiguration(String name, int dataType) {
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int
69 if (o instanceof BluetoothHealthAppConfiguration) {
70 BluetoothHealthAppConfiguration config = (BluetoothHealthAppConfiguration) o;
92 return "BluetoothHealthAppConfiguration [mName = " + mName +
141 public static final Parcelable.Creator<BluetoothHealthAppConfiguration> CREATOR =
142 new Parcelable.Creator<BluetoothHealthAppConfiguration>() {
144 public BluetoothHealthAppConfiguration createFromParcel(Parcel in)
    [all...]
BluetoothHealthCallback.java 44 public void onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config,
64 public void onHealthChannelStateChange(BluetoothHealthAppConfiguration config,
BluetoothHealth.java 177 BluetoothHealthAppConfiguration config =
178 new BluetoothHealthAppConfiguration(name, dataType, role, channelType);
202 public boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration config) {
231 BluetoothHealthAppConfiguration config) {
260 BluetoothHealthAppConfiguration config, int channelType) {
289 BluetoothHealthAppConfiguration config, int channelId) {
318 BluetoothHealthAppConfiguration config) {
430 public void onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config,
436 public void onHealthChannelStateChange(BluetoothHealthAppConfiguration config,
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 21 import android.bluetooth.BluetoothHealthAppConfiguration;
64 private Map <BluetoothHealthAppConfiguration, AppInfo> mApps;
89 mApps = Collections.synchronizedMap(new HashMap<BluetoothHealthAppConfiguration,
116 Iterator <Map.Entry<BluetoothHealthAppConfiguration,AppInfo>>it
119 Map.Entry<BluetoothHealthAppConfiguration,AppInfo> entry = it.next();
157 BluetoothHealthAppConfiguration appConfig =
158 (BluetoothHealthAppConfiguration) msg.obj;
190 BluetoothHealthAppConfiguration appConfig =
191 (BluetoothHealthAppConfiguration) msg.obj;
235 BluetoothHealthAppConfiguration appConfig = findAppConfigByAppId(msg.arg1)
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 23 import android.bluetooth.BluetoothHealthAppConfiguration;
92 private BluetoothHealthAppConfiguration mHealthAppConfig;
217 public void onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config,
237 public void onHealthChannelStateChange(BluetoothHealthAppConfiguration config,
  /frameworks/base/
Android.mk     [all...]
compiled-classes-phone 646 android.bluetooth.BluetoothHealthAppConfiguration
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 801 milliseconds