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

  /frameworks/base/core/java/android/bluetooth/
BluetoothHealth.java 85 public static final int CHANNEL_TYPE_ANY = 12;
151 CHANNEL_TYPE_ANY, callback);
560 channelType != CHANNEL_TYPE_ANY) || callback == null) {
563 if (role == SOURCE_ROLE && channelType == CHANNEL_TYPE_ANY) return false;
BluetoothHealthAppConfiguration.java 47 mChannelType = BluetoothHealth.CHANNEL_TYPE_ANY;
136 * {@link BluetoothHealth#CHANNEL_TYPE_ANY}.
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 431 return connectChannel(device, config, BluetoothHealth.CHANNEL_TYPE_ANY);
742 if (channelType == BluetoothHealth.CHANNEL_TYPE_ANY) return CHANNEL_TYPE_ANY;
744 return CHANNEL_TYPE_ANY;
    [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 

Completed in 829 milliseconds