Home
last modified time | relevance | path

Searched refs:JNI_SHUFFLE_STATUS_OFF (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DPlayerApplicationSettings.java45 @VisibleForTesting static final byte JNI_SHUFFLE_STATUS_OFF = 0x01; field in PlayerApplicationSettings
139 case JNI_SHUFFLE_STATUS_OFF: in mapAttribIdValtoAvrcpPlayerSetting()
162 return JNI_SHUFFLE_STATUS_OFF; in mapAvrcpPlayerSettingstoBTattribVal()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DPlayerApplicationSettingsTest.java109 PlayerApplicationSettings.JNI_SHUFFLE_STATUS_OFF)) in mapAttribIdValtoAvrcpPlayerSetting()
144 .isEqualTo(PlayerApplicationSettings.JNI_SHUFFLE_STATUS_OFF); in mapAvrcpPlayerSettingstoBTattribVal()