Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DPlayerApplicationSettingsTest.java50 btAvrcpAttributeList[1] = PlayerApplicationSettings.JNI_REPEAT_STATUS_GROUP_REPEAT; in makeSettings()
63 btAvrcpAttributeList[1] = PlayerApplicationSettings.JNI_REPEAT_STATUS_GROUP_REPEAT; in setSupport()
84 PlayerApplicationSettings.JNI_REPEAT_STATUS_GROUP_REPEAT)) in mapAttribIdValtoAvrcpPlayerSetting()
139 .isEqualTo(PlayerApplicationSettings.JNI_REPEAT_STATUS_GROUP_REPEAT); in mapAvrcpPlayerSettingstoBTattribVal()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DPlayerApplicationSettings.java43 @VisibleForTesting static final byte JNI_REPEAT_STATUS_GROUP_REPEAT = 0x04; field in PlayerApplicationSettings
126 case JNI_REPEAT_STATUS_GROUP_REPEAT: in mapAttribIdValtoAvrcpPlayerSetting()
157 return JNI_REPEAT_STATUS_GROUP_REPEAT; in mapAvrcpPlayerSettingstoBTattribVal()