Home
last modified time | relevance | path

Searched refs:KEY_SPATIAL_AUDIO (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsSpatialAudioController.java61 private static final String KEY_SPATIAL_AUDIO = "spatial_audio"; field in BluetoothDetailsSpatialAudioController
98 if (TextUtils.equals(key, KEY_SPATIAL_AUDIO)) { in onPreferenceClick()
174 TwoStatePreference spatialAudioPref = mProfilesContainer.findPreference(KEY_SPATIAL_AUDIO); in refreshUi()
235 pref.setKey(KEY_SPATIAL_AUDIO); in createSpatialAudioPreference()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsSpatialAudioControllerTest.java69 private static final String KEY_SPATIAL_AUDIO = "spatial_audio"; field in BluetoothDetailsSpatialAudioControllerTest
117 when(mProfilesContainer.findPreference(KEY_SPATIAL_AUDIO)).thenReturn(mSpatialAudioPref); in setUp()