Home
last modified time | relevance | path

Searched refs:VolumeControlProfile (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DVolumeControlProfile.java39 public class VolumeControlProfile implements LocalBluetoothProfile { class
76 device.onProfileStateChanged(VolumeControlProfile.this, in onServiceConnected()
94 VolumeControlProfile(Context context, CachedBluetoothDeviceManager deviceManager, in VolumeControlProfile() method in VolumeControlProfile
101 new VolumeControlProfile.VolumeControlProfileServiceListener(), in VolumeControlProfile()
H A DLocalBluetoothProfileManager.java114 private VolumeControlProfile mVolumeControlProfile;
243 mVolumeControlProfile = new VolumeControlProfile(mContext, mDeviceManager, this); in updateLocalProfiles()
244 addProfile(mVolumeControlProfile, VolumeControlProfile.NAME, in updateLocalProfiles()
589 public VolumeControlProfile getVolumeControlProfile() { in getVolumeControlProfile()