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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 76 if (previousSupport == BluetoothA2dp.OPTIONAL_CODECS_SUPPORT_UNKNOWN
314 BluetoothA2dp.OPTIONAL_CODECS_SUPPORT_UNKNOWN);
465 if (service == null) return BluetoothA2dp.OPTIONAL_CODECS_SUPPORT_UNKNOWN;
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 143 public static final int OPTIONAL_CODECS_SUPPORT_UNKNOWN = -1;
693 * @return one of OPTIONAL_CODECS_SUPPORT_UNKNOWN, OPTIONAL_CODECS_NOT_SUPPORTED, or
705 return OPTIONAL_CODECS_SUPPORT_UNKNOWN;
708 return OPTIONAL_CODECS_SUPPORT_UNKNOWN;
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
A2dpProfileTest.java 91 BluetoothA2dp.OPTIONAL_CODECS_SUPPORT_UNKNOWN);

Completed in 109 milliseconds