Searched refs:BLUETOOTH_AVRCP_VERSION_PROPERTY (Results 1 – 2 of 2) sorted by relevance
20 .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()
38 static final String BLUETOOTH_AVRCP_VERSION_PROPERTY = "persist.bluetooth.avrcpversion"; field in BluetoothAvrcpVersionPreferenceController57 SystemProperties.set(BLUETOOTH_AVRCP_VERSION_PROPERTY, newValue.toString()); in onPreferenceChange()65 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in updateState()