Home
last modified time | relevance | path

Searched refs:A2DP_OFFLOAD_DISABLED_PROPERTY (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothA2dpHwOffloadPreferenceController.java34 static final String A2DP_OFFLOAD_DISABLED_PROPERTY = "persist.bluetooth.a2dp_offload.disabled"; field in BluetoothA2dpHwOffloadPreferenceController
61 SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false); in updateState()
76 SystemProperties.set(A2DP_OFFLOAD_DISABLED_PROPERTY, "false"); in onDeveloperOptionsSwitchDisabled()
84 SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false); in isDefaultValue()
90 SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false); in onA2dpHwDialogConfirmed()
91 SystemProperties.set(A2DP_OFFLOAD_DISABLED_PROPERTY, Boolean.toString(!offloadDisabled)); in onA2dpHwDialogConfirmed()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpHwOffloadPreferenceController.java34 static final String A2DP_OFFLOAD_DISABLED_PROPERTY = "persist.bluetooth.a2dp_offload.disabled"; field in BluetoothA2dpHwOffloadPreferenceController
61 SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false); in updateState()
76 SystemProperties.set(A2DP_OFFLOAD_DISABLED_PROPERTY, "false"); in onDeveloperOptionsSwitchDisabled()
84 SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false); in isDefaultValue()
90 SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false); in onA2dpHwDialogConfirmed()
91 SystemProperties.set(A2DP_OFFLOAD_DISABLED_PROPERTY, Boolean.toString(!offloadDisabled)); in onA2dpHwDialogConfirmed()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothA2dpHwOffloadPreferenceControllerTest.java20 .A2DP_OFFLOAD_DISABLED_PROPERTY;
66 SystemProperties.set(A2DP_OFFLOAD_DISABLED_PROPERTY, Boolean.toString(false)); in onA2dpHwDialogConfirmed_shouldChangeProperty()
69 final boolean mode = SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false); in onA2dpHwDialogConfirmed_shouldChangeProperty()
73 final boolean mode2 = SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false); in onA2dpHwDialogConfirmed_shouldChangeProperty()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java69 private static final String A2DP_OFFLOAD_DISABLED_PROPERTY = field in AdapterProperties
209 && !SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false); in init()