Merge "Add getSessionName() API for group name in worker" into rvc-dev am: 2d15cecf54
am: 32080a92e8
Change-Id: I5177a15280048f62d67a5c27f069df1e0c6cd313
This commit is contained in:
@@ -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.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user