Home
last modified time | relevance | path

Searched refs:BluetoothVolumeControl (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDeviceVolumeGroupControllerTest.java41 import android.bluetooth.BluetoothVolumeControl;
208 .registerCallback(any(Executor.class), any(BluetoothVolumeControl.Callback.class)); in onStart_flagOff_doNothing()
225 .registerCallback(any(Executor.class), any(BluetoothVolumeControl.Callback.class)); in onStart_flagOn_registerCallbacks()
242 .registerCallback(any(Executor.class), any(BluetoothVolumeControl.Callback.class)); in onAudioSharingProfilesConnected_flagOn_registerCallbacks()
258 .unregisterCallback(any(BluetoothVolumeControl.Callback.class)); in onStop_flagOff_doNothing()
271 .unregisterCallback(any(BluetoothVolumeControl.Callback.class)); in onStop_flagOn_callbacksNotRegistered_doNothing()
283 verify(mVolumeControl).unregisterCallback(any(BluetoothVolumeControl.Callback.class)); in onStop_flagOn_callbacksRegistered_unregisterCallbacks()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java61 private BluetoothVolumeControl bluetoothVolumeControl = null;
317 case BluetoothVolumeControl.ACTION_CONNECTION_STATE_CHANGED:
320 BluetoothVolumeControl.EXTRA_STATE, -1);
321 if (toState == BluetoothVolumeControl.STATE_CONNECTED
323 == BluetoothVolumeControl
327 == BluetoothVolumeControl
786 bluetoothVolumeControl = (BluetoothVolumeControl) bluetoothProfile; in initProfiles()
891 intentFilter.addAction(BluetoothVolumeControl.ACTION_CONNECTION_STATE_CHANGED); in initVolumeControlProxy()
992 == BluetoothVolumeControl.STATE_CONNECTED); in queryLeAudioDevices()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DOWNERS5 per-file BluetoothVolumeControl.java=file:/OWNERS_leaudio
DBluetoothVolumeControl.java59 public final class BluetoothVolumeControl implements BluetoothProfile, AutoCloseable { class
178 private void forEach(Consumer<BluetoothVolumeControl.Callback> consumer) { in forEach()
255 /*package*/ BluetoothVolumeControl(Context context, BluetoothAdapter adapter) { in BluetoothVolumeControl() method in BluetoothVolumeControl
DBluetoothAdapter.java837 Map.entry(BluetoothProfile.VOLUME_CONTROL, BluetoothVolumeControl::new),
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDeviceVolumeGroupController.java27 import android.bluetooth.BluetoothVolumeControl;
83 BluetoothVolumeControl.Callback mVolumeControlCallback =
84 new BluetoothVolumeControl.Callback() {
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamMediaService.java28 import android.bluetooth.BluetoothVolumeControl;
128 private final BluetoothVolumeControl.Callback mVolumeControlCallback =
129 new BluetoothVolumeControl.Callback() {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlStateMachine.java24 import android.bluetooth.BluetoothVolumeControl;
555 Intent intent = new Intent(BluetoothVolumeControl.ACTION_CONNECTION_STATE_CHANGED); in broadcastConnectionState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java26 import android.bluetooth.BluetoothVolumeControl;
148 filter.addAction(BluetoothVolumeControl.ACTION_CONNECTION_STATE_CHANGED); in setUp()
201 BluetoothVolumeControl.ACTION_CONNECTION_STATE_CHANGED, intent.getAction()); in verifyConnectionStateIntent()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt1114 …public final class BluetoothVolumeControl implements java.lang.AutoCloseable android.bluetooth.Blu…
1123 …NonNull java.util.concurrent.Executor, @NonNull android.bluetooth.BluetoothVolumeControl.Callback);
1128 …LEGED}) public void unregisterCallback(@NonNull android.bluetooth.BluetoothVolumeControl.Callback);
1132 public static interface BluetoothVolumeControl.Callback {