Output switcher header is not updated with the latest media content

-Register media controller callback
-Update panel header when medadata changes
-Add test cases

Bug: 151396986
Test: make -j50 RunSettingsRoboTests
Change-Id: Id0b8f997899a96c0c94ca6bf099e624a9e87795b
This commit is contained in:
Tim Peng
2020-03-13 14:10:40 +08:00
parent 8ee5045d68
commit 36c4949414
7 changed files with 113 additions and 27 deletions

View File

@@ -28,8 +28,8 @@ public interface PanelContentCallback {
void onCustomizedButtonStateChanged();
/**
* It will be called when group content is changed. For example, to add/remove a device into
* It will be called when header content is changed. For example, to add/remove a device into
* a group
*/
void onGroupChanged();
void onHeaderChanged();
}