Searched refs:KEY_SPATIAL_AUDIO (Results 1 – 2 of 2) sorted by relevance
61 private static final String KEY_SPATIAL_AUDIO = "spatial_audio"; field in BluetoothDetailsSpatialAudioController98 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()
69 private static final String KEY_SPATIAL_AUDIO = "spatial_audio"; field in BluetoothDetailsSpatialAudioControllerTest117 when(mProfilesContainer.findPreference(KEY_SPATIAL_AUDIO)).thenReturn(mSpatialAudioPref); in setUp()