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

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
PlayerApplicationSettings.java 130 for (int i = 1; i <= BluetoothAvrcpPlayerSettings.SETTING_SCAN; i++) {
189 case BluetoothAvrcpPlayerSettings.SETTING_SCAN:
272 } else if (mSetting == BluetoothAvrcpPlayerSettings.SETTING_SCAN) {
295 return BluetoothAvrcpPlayerSettings.SETTING_SCAN;
AvrcpControllerStateMachine.java     [all...]
  /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}.

Completed in 558 milliseconds