Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothSnoopLogPreferenceControllerTest.java19 …oid.settings.development.BluetoothSnoopLogPreferenceController.BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY;
90 final String mode = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in onPreferenceChanged_turnOnFullBluetoothSnoopLog()
100 final String mode = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in onPreferenceChanged_turnOnFilteredBluetoothSnoopLog()
110 final String mode = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in onPreferenceChanged_turnOffBluetoothSnoopLog()
118 SystemProperties.set(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY, mListValues[i].toString()); in updateState_preferenceShouldBeSetToRightValue()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothSnoopLogPreferenceController.java42 static final String BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY = "persist.bluetooth.btsnooplogmode"; field in BluetoothSnoopLogPreferenceController
85 SystemProperties.set(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY, newValue.toString()); in onPreferenceChange()
96 final String currentValue = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in updateState()
112 SystemProperties.set(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY, null); in onDeveloperOptionsSwitchDisabled()