Searched refs:A2DP_OFFLOAD_DISABLED_PROPERTY (Results 1 – 3 of 3) sorted by relevance
34 static final String A2DP_OFFLOAD_DISABLED_PROPERTY = "persist.bluetooth.a2dp_offload.disabled"; field in BluetoothA2dpHwOffloadPreferenceController61 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()
20 .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()
76 private static final String A2DP_OFFLOAD_DISABLED_PROPERTY = field in AdapterProperties221 && !SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false); in init()