Merge "Add getSessionName() API for group name in worker" into rvc-dev am: 2d15cecf54 am: 32080a92e8 am: 5cd16c76ab am: cb2c8f3cdc

Change-Id: I5bb873d8793e647b16b0c440820ab0771fcadfbb
This commit is contained in:
Automerger Merge Worker
2020-03-06 08:40:19 +00:00

View File

@@ -174,6 +174,10 @@ public class MediaDeviceUpdateWorker extends SliceBackgroundWorker
return mLocalMediaManager.getSessionVolume(); return mLocalMediaManager.getSessionVolume();
} }
CharSequence getSessionName() {
return mLocalMediaManager.getSessionName();
}
/** /**
* Find the active MediaDevice. * Find the active MediaDevice.
* *