diff --git a/tests/robotests/src/com/android/settings/panel/VolumePanelTest.java b/tests/robotests/src/com/android/settings/panel/VolumePanelTest.java index 11964cd1ab6..4665dc9b4fd 100644 --- a/tests/robotests/src/com/android/settings/panel/VolumePanelTest.java +++ b/tests/robotests/src/com/android/settings/panel/VolumePanelTest.java @@ -45,6 +45,7 @@ public class VolumePanelTest { final List uris = mPanel.getSlices(); assertThat(uris).containsExactly( + CustomSliceRegistry.VOLUME_REMOTE_MEDIA_URI, CustomSliceRegistry.VOLUME_CALL_URI, CustomSliceRegistry.VOLUME_MEDIA_URI, CustomSliceRegistry.VOLUME_RINGER_URI,