Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsSpatialAudioController.java56 public class BluetoothDetailsSpatialAudioController extends BluetoothDetailsController class
78 public BluetoothDetailsSpatialAudioController( in BluetoothDetailsSpatialAudioController() method in BluetoothDetailsSpatialAudioController
DBluetoothDeviceDetailsFragment.java374 controllers.add(new BluetoothDetailsSpatialAudioController(context, this, mCachedDevice, in createPreferenceControllers()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsSpatialAudioControllerTest.java83 private BluetoothDetailsSpatialAudioController mController;
110 new BluetoothDetailsSpatialAudioController( in setUp()