Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothAvrcpVersionPreferenceControllerTest.java20 .BLUETOOTH_AVRCP_VERSION_PROPERTY;
81 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp13_shouldEnableAvrcp13()
90 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp15_shouldEnableAvrcp15()
97 SystemProperties.set(BLUETOOTH_AVRCP_VERSION_PROPERTY, mListValues[1]); in updateState_setAvrcp13_shouldSetPreferenceToAvrcp13()
107 SystemProperties.set(BLUETOOTH_AVRCP_VERSION_PROPERTY, mListValues[2]); in updateState_setAvrcp15_shouldSetPreferenceToAvrcp15()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAvrcpVersionPreferenceController.java38 static final String BLUETOOTH_AVRCP_VERSION_PROPERTY = "persist.bluetooth.avrcpversion"; field in BluetoothAvrcpVersionPreferenceController
57 SystemProperties.set(BLUETOOTH_AVRCP_VERSION_PROPERTY, newValue.toString()); in onPreferenceChange()
65 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in updateState()