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

  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpPlayerSettings.java 52 public static final int SETTING_SCAN = 0x08;
85 * Applies to {@link SETTING_REPEAT}, {@link SETTING_SHUFFLE} and {@link SETTING_SCAN}.
92 * Applies to {@link SETTING_REPEAT}, {@link SETTING_SHUFFLE} and {@link SETTING_SCAN}.
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerClasses.java 116 else if (mSetting == BluetoothAvrcpPlayerSettings.SETTING_SCAN) {
223 if((supportedSetting & BluetoothAvrcpPlayerSettings.SETTING_SCAN) != 0) {
226 SETTING_SCAN)));
368 supportedSettings |= BluetoothAvrcpPlayerSettings.SETTING_SCAN;
390 mAvrcpPlayerAppSetting.addSettingValue(BluetoothAvrcpPlayerSettings.SETTING_SCAN,
AvrcpControllerService.java 365 if((mSettings & BluetoothAvrcpPlayerSettings.SETTING_SCAN) != 0) {
368 BluetoothAvrcpPlayerSettings.SETTING_SCAN, plAppSetting.
369 getSettingValue(BluetoothAvrcpPlayerSettings.SETTING_SCAN));
    [all...]

Completed in 822 milliseconds