Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DBluetoothLeAudioDeviceDetailsPreferenceController.java41 private static final String LE_AUDIO_CONNECTION_BY_DEFAULT_PROPERTY = field in BluetoothLeAudioDeviceDetailsPreferenceController
57 SystemProperties.getBoolean(LE_AUDIO_CONNECTION_BY_DEFAULT_PROPERTY, true); in BluetoothLeAudioDeviceDetailsPreferenceController()
DBluetoothLeAudioAllowListPreferenceController.java42 static final String LE_AUDIO_CONNECTION_BY_DEFAULT_PROPERTY = field in BluetoothLeAudioAllowListPreferenceController
56 SystemProperties.getBoolean(LE_AUDIO_CONNECTION_BY_DEFAULT_PROPERTY, true); in BluetoothLeAudioAllowListPreferenceController()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java82 private static final String LE_AUDIO_CONNECTION_BY_DEFAULT_PROPERTY = field in BluetoothDetailsProfilesController
138 SystemProperties.getBoolean(LE_AUDIO_CONNECTION_BY_DEFAULT_PROPERTY, true); in createProfilePreference()
535 SystemProperties.getBoolean(LE_AUDIO_CONNECTION_BY_DEFAULT_PROPERTY, true); in updateLeAudioConfig()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java78 private static final String LE_AUDIO_CONNECTION_BY_DEFAULT_PROPERTY = field in PhonePolicy
184 SystemProperties.getBoolean(LE_AUDIO_CONNECTION_BY_DEFAULT_PROPERTY, true); in PhonePolicy()