Home
last modified time | relevance | path

Searched refs:BluetoothA2dpConfigStore (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DAbstractBluetoothPreferenceControllerTest.java30 import com.android.settings.development.BluetoothA2dpConfigStore;
45 private BluetoothA2dpConfigStore mBluetoothA2dpConfigStore;
103 BluetoothA2dpConfigStore store) { in AbstractBluetoothPreferenceControllerImpl()
DBluetoothQualityDialogPreferenceControllerTest.java37 import com.android.settings.development.BluetoothA2dpConfigStore;
64 private BluetoothA2dpConfigStore mBluetoothA2dpConfigStore;
79 mBluetoothA2dpConfigStore = spy(new BluetoothA2dpConfigStore()); in setup()
DAbstractBluetoothDialogPreferenceControllerTest.java40 import com.android.settings.development.BluetoothA2dpConfigStore;
70 private BluetoothA2dpConfigStore mBluetoothA2dpConfigStore;
87 mBluetoothA2dpConfigStore = spy(new BluetoothA2dpConfigStore()); in setup()
236 Lifecycle lifecycle, BluetoothA2dpConfigStore store) { in AbstractBluetoothDialogPreferenceControllerImpl()
DBluetoothSampleRateDialogPreferenceControllerTest.java37 import com.android.settings.development.BluetoothA2dpConfigStore;
66 private BluetoothA2dpConfigStore mBluetoothA2dpConfigStore;
82 mBluetoothA2dpConfigStore = spy(new BluetoothA2dpConfigStore()); in setup()
DBluetoothBitPerSampleDialogPreferenceControllerTest.java37 import com.android.settings.development.BluetoothA2dpConfigStore;
66 private BluetoothA2dpConfigStore mBluetoothA2dpConfigStore;
81 mBluetoothA2dpConfigStore = spy(new BluetoothA2dpConfigStore()); in setup()
DBluetoothChannelModeDialogPreferenceControllerTest.java37 import com.android.settings.development.BluetoothA2dpConfigStore;
66 private BluetoothA2dpConfigStore mBluetoothA2dpConfigStore;
81 mBluetoothA2dpConfigStore = spy(new BluetoothA2dpConfigStore()); in setup()
DBluetoothHDAudioPreferenceControllerTest.java36 import com.android.settings.development.BluetoothA2dpConfigStore;
69 private BluetoothA2dpConfigStore mBluetoothA2dpConfigStore;
81 mBluetoothA2dpConfigStore = spy(new BluetoothA2dpConfigStore()); in setup()
DBluetoothCodecListPreferenceControllerTest.java42 import com.android.settings.development.BluetoothA2dpConfigStore;
68 private BluetoothA2dpConfigStore mBluetoothA2dpConfigStore;
99 mBluetoothA2dpConfigStore = spy(new BluetoothA2dpConfigStore()); in setup()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBluetoothQualityDialogPreferenceController.java27 import com.android.settings.development.BluetoothA2dpConfigStore;
43 BluetoothA2dpConfigStore store) { in BluetoothQualityDialogPreferenceController()
DAbstractBluetoothPreferenceController.java30 import com.android.settings.development.BluetoothA2dpConfigStore;
54 @Nullable BluetoothA2dpConfigStore store) { in AbstractBluetoothPreferenceController()
DBluetoothHDAudioPreferenceController.java28 import com.android.settings.development.BluetoothA2dpConfigStore;
43 BluetoothA2dpConfigStore store, in BluetoothHDAudioPreferenceController()
DBluetoothChannelModeDialogPreferenceController.java26 import com.android.settings.development.BluetoothA2dpConfigStore;
42 BluetoothA2dpConfigStore store) { in BluetoothChannelModeDialogPreferenceController()
DBluetoothBitPerSampleDialogPreferenceController.java26 import com.android.settings.development.BluetoothA2dpConfigStore;
42 BluetoothA2dpConfigStore store) { in BluetoothBitPerSampleDialogPreferenceController()
DBluetoothSampleRateDialogPreferenceController.java26 import com.android.settings.development.BluetoothA2dpConfigStore;
42 BluetoothA2dpConfigStore store) { in BluetoothSampleRateDialogPreferenceController()
DAbstractBluetoothDialogPreferenceController.java30 import com.android.settings.development.BluetoothA2dpConfigStore;
63 protected final BluetoothA2dpConfigStore mBluetoothA2dpConfigStore;
66 BluetoothA2dpConfigStore store) { in AbstractBluetoothDialogPreferenceController()
DBluetoothCodecListPreferenceController.java34 import com.android.settings.development.BluetoothA2dpConfigStore;
49 @Nullable protected final BluetoothA2dpConfigStore mBluetoothA2dpConfigStore;
55 @Nullable BluetoothA2dpConfigStore store, in BluetoothCodecListPreferenceController()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java25 public class BluetoothA2dpConfigStore { class
DDevelopmentSettingsDashboardFragment.java115 private final BluetoothA2dpConfigStore mBluetoothA2dpConfigStore =
116 new BluetoothA2dpConfigStore();
629 new BluetoothA2dpConfigStore()); in createPreferenceControllers()
707 @Nullable BluetoothA2dpConfigStore bluetoothA2dpConfigStore) { in buildPreferenceControllers()