Home
last modified time | relevance | path

Searched refs:BLUETOOTH_MAP_VERSION_PROPERTY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothMapVersionPreferenceControllerTest.java20 .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()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothMapVersionPreferenceController.java38 static final String BLUETOOTH_MAP_VERSION_PROPERTY = "persist.bluetooth.mapversion"; field in BluetoothMapVersionPreferenceController
57 SystemProperties.set(BLUETOOTH_MAP_VERSION_PROPERTY, newValue.toString()); in onPreferenceChange()
65 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in updateState()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java55 private static final String BLUETOOTH_MAP_VERSION_PROPERTY = "persist.bluetooth.mapversion"; field in BluetoothMapMasInstance
350 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY, "map12"); in createMasSdpRecord()