Searched refs:BLUETOOTH_MAP_VERSION_PROPERTY (Results 1 – 3 of 3) sorted by relevance
20 .BLUETOOTH_MAP_VERSION_PROPERTY;80 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in onPreferenceChange_setMap13_shouldEnableMap13()89 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in onPreferenceChange_setMap14_shouldEnableMap14()97 SystemProperties.set(BLUETOOTH_MAP_VERSION_PROPERTY, mListValues[1]); in updateState_setMap13_shouldSetPreferenceToMap13()107 SystemProperties.set(BLUETOOTH_MAP_VERSION_PROPERTY, mListValues[2]); in updateState_setMap14_shouldSetPreferenceToMap14()
38 static final String BLUETOOTH_MAP_VERSION_PROPERTY = "persist.bluetooth.mapversion"; field in BluetoothMapVersionPreferenceController57 SystemProperties.set(BLUETOOTH_MAP_VERSION_PROPERTY, newValue.toString()); in onPreferenceChange()65 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in updateState()
55 private static final String BLUETOOTH_MAP_VERSION_PROPERTY = "persist.bluetooth.mapversion"; field in BluetoothMapMasInstance350 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY, "map12"); in createMasSdpRecord()