OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SETTING_REPEAT
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpPlayerSettings.java
42
public static final int
SETTING_REPEAT
= 0x02;
78
* Applies only to {@link
SETTING_REPEAT
}.
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
94
else if (mSetting == BluetoothAvrcpPlayerSettings.
SETTING_REPEAT
) {
213
if((supportedSetting & BluetoothAvrcpPlayerSettings.
SETTING_REPEAT
) != 0) {
216
SETTING_REPEAT
)));
365
supportedSettings |= BluetoothAvrcpPlayerSettings.
SETTING_REPEAT
;
385
mAvrcpPlayerAppSetting.addSettingValue(BluetoothAvrcpPlayerSettings.
SETTING_REPEAT
,
AvrcpControllerService.java
353
if((mSettings & BluetoothAvrcpPlayerSettings.
SETTING_REPEAT
) != 0) {
356
BluetoothAvrcpPlayerSettings.
SETTING_REPEAT
, plAppSetting.
357
getSettingValue(BluetoothAvrcpPlayerSettings.
SETTING_REPEAT
));
[
all
...]
Completed in 561 milliseconds