Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothLeAudioPreferenceControllerTest.java20 .LE_AUDIO_DYNAMIC_ENABLED_PROPERTY;
78 .getBoolean(LE_AUDIO_DYNAMIC_ENABLED_PROPERTY, false); in onRebootDialogConfirmedAsLeAudioDisabled_shouldSwitchStatus()
90 .getBoolean(LE_AUDIO_DYNAMIC_ENABLED_PROPERTY, false); in onRebootDialogConfirmedAsLeAudioEnabled_shouldSwitchStatus()
102 .getBoolean(LE_AUDIO_DYNAMIC_ENABLED_PROPERTY, false); in onRebootDialogCanceled_shouldNotSwitchStatus()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothLeAudioPreferenceController.java44 static final String LE_AUDIO_DYNAMIC_ENABLED_PROPERTY = field in BluetoothLeAudioPreferenceController
89 SystemProperties.set(LE_AUDIO_DYNAMIC_ENABLED_PROPERTY, in updateState()
104 SystemProperties.set(LE_AUDIO_DYNAMIC_ENABLED_PROPERTY, in onRebootDialogConfirmed()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DConfig.java68 private static final String LE_AUDIO_DYNAMIC_ENABLED_PROPERTY = field in Config
179 .get(LE_AUDIO_DYNAMIC_ENABLED_PROPERTY, "none"); in init()