Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothLeAudioAllowListPreferenceControllerTest.java21 …tings.development.BluetoothLeAudioAllowListPreferenceController.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY;
72 assertThat(SystemProperties.getBoolean(BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, in onPreferenceChange_setCheck_shouldBypassLeAudioAllowlist()
79 assertThat(SystemProperties.getBoolean(BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, in onPreferenceChange_setUnCheck_shouldNotBypassLeAudioAllowlist()
92 SystemProperties.set(BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(true)); in updateState_bluetoothOn_shouldShowStatus()
99 SystemProperties.set(BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(true)); in onDeveloperOptionsSwitchDisabled_shouldSetBypassLeAudioAllowlistToFalse()
102 assertThat(SystemProperties.getBoolean(BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, true)).isFalse(); in onDeveloperOptionsSwitchDisabled_shouldSetBypassLeAudioAllowlistToFalse()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothLeAudioAllowListPreferenceController.java45 static final String BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY = field in BluetoothLeAudioAllowListPreferenceController
73 SystemProperties.set(BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, in onPreferenceChange()
95 SystemProperties.getBoolean(BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, false); in updateState()
103 SystemProperties.getBoolean(BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, false); in onDeveloperOptionsSwitchDisabled()
105 SystemProperties.set(BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(false)); in onDeveloperOptionsSwitchDisabled()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java192 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(false)); in processInitProfilePriorities_LeAudioOnlyHelper()
479 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, in processInitProfilePriorities_LeAudioHelper()
514 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(true)); in testLateConnectOfLeAudioEnabled_DualModeBud()
595 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(false)); in testLateConnectOfLeAudioEnabled_DualModeBud()
636 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(true)); in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud()
712 PhonePolicy.BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, Boolean.toString(false)); in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java82 static final String BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY = field in PhonePolicy
320 SystemProperties.getBoolean(BYPASS_LE_AUDIO_ALLOWLIST_PROPERTY, false); in processInitProfilePriorities()