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

  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 51 public static final int SAMPLE_RATE_88200 = 0x1 << 2;
155 if ((mSampleRate & SAMPLE_RATE_88200) != 0) {
319 * {@link android.bluetooth.BluetoothCodecConfig#SAMPLE_RATE_88200} or
  /tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py 86 SAMPLE_RATE_88200 = 0x1 << 2
819 self.CODEC_LDAC, self.SAMPLE_RATE_88200, self.BITS_PER_SAMPLE_16,
842 self.CODEC_LDAC, self.SAMPLE_RATE_88200, self.BITS_PER_SAMPLE_16,
    [all...]
  /packages/apps/Settings/src/com/android/settings/development/
DevelopmentSettings.java     [all...]

Completed in 100 milliseconds