Searched refs:BluetoothVolumeControl (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDeviceVolumeGroupControllerTest.java | 41 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/ |
D | BluetoothProxy.java | 61 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/ |
D | OWNERS | 5 per-file BluetoothVolumeControl.java=file:/OWNERS_leaudio
|
D | BluetoothVolumeControl.java | 59 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
|
D | BluetoothAdapter.java | 837 Map.entry(BluetoothProfile.VOLUME_CONTROL, BluetoothVolumeControl::new),
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDeviceVolumeGroupController.java | 27 import android.bluetooth.BluetoothVolumeControl; 83 BluetoothVolumeControl.Callback mVolumeControlCallback = 84 new BluetoothVolumeControl.Callback() {
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamMediaService.java | 28 import android.bluetooth.BluetoothVolumeControl; 128 private final BluetoothVolumeControl.Callback mVolumeControlCallback = 129 new BluetoothVolumeControl.Callback() {
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlStateMachine.java | 24 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/ |
D | VolumeControlServiceTest.java | 26 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/ |
D | system-current.txt | 1114 …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 {
|