Make volume sliders sliceable

Test: make -j RunSettingsRoboTests
Change-Id: I8495770792dfdada54174ca61937f336e4fc219c
Fixes: 67997207
This commit is contained in:
Julia Reynolds
2018-04-03 13:48:55 -04:00
parent a8c53f7dcb
commit 560637970f
16 changed files with 200 additions and 102 deletions

View File

@@ -35,8 +35,7 @@ public class MediaVolumePreferenceControllerTest {
@Before
public void setUp() {
mController =
new MediaVolumePreferenceController(RuntimeEnvironment.application, null, null);
mController = new MediaVolumePreferenceController(RuntimeEnvironment.application);
}
@Test