Hide audio switcher entry-point in the volume slice when in call

- update test case

Bug: 132385707
Test: make -j42 RunSettingsRoboTests
Change-Id: Ibfd12e75f584b6884d1025018772ac9c19673156
This commit is contained in:
Tim Peng
2019-05-06 14:44:18 +08:00
committed by tim peng
parent 0abec2cc56
commit c007158819
3 changed files with 49 additions and 4 deletions

View File

@@ -78,4 +78,9 @@ public class MediaOutputIndicatorWorker extends SliceBackgroundWorker implements
notifySliceChange();
}
}
@Override
public void onAudioModeChanged() {
notifySliceChange();
}
}