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:
@@ -174,6 +174,10 @@ public class MediaDeviceUpdateWorker extends SliceBackgroundWorker
|
||||
return mLocalMediaManager.getSessionVolume();
|
||||
}
|
||||
|
||||
CharSequence getSessionName() {
|
||||
return mLocalMediaManager.getSessionName();
|
||||
}
|
||||
|
||||
/**
|
||||
* Find the active MediaDevice.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user