Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c88dc498 authored by Tim Peng's avatar Tim Peng
Browse files

Add getSessionName() API for group name in worker

Bug: 150827723
Test: make -j50 RunSettingsRoboTests
Change-Id: Id09cb61b8ce23520761252fbb8ffbe3e323adf8e
parent 042aa85b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -174,6 +174,10 @@ public class MediaDeviceUpdateWorker extends SliceBackgroundWorker
        return mLocalMediaManager.getSessionVolume();
    }

    CharSequence getSessionName() {
        return mLocalMediaManager.getSessionName();
    }

    /**
     * Find the active MediaDevice.
     *