HomeSort by relevance Sort by last modified time
    Searched refs:CHANNEL_TYPE_ANY (Results 1 - 4 of 4) 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;
134 * {@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/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 75 milliseconds