Remove ring_volume from VolumePanel

And from CustomSliceRegistry.

Bug: b/305280122
Test: make ROBOTEST_FILTER=VolumePanelTest RunSettingsRoboTests -j40
Change-Id: Iff444011399f09a5350de8aeacb724467364b61a
This commit is contained in:
Behnam Heydarshahi
2023-10-30 17:58:49 +00:00
parent 0201afb9d5
commit b443557d3d
3 changed files with 0 additions and 13 deletions

View File

@@ -195,16 +195,6 @@ public class CustomSliceRegistry {
.appendPath("media_volume")
.build();
/**
* Full {@link Uri} for the Ringer volume Slice. (Ring & notification combined)
*/
public static final Uri VOLUME_RINGER_URI = new Uri.Builder()
.scheme(ContentResolver.SCHEME_CONTENT)
.authority(SettingsSliceProvider.SLICE_AUTHORITY)
.appendPath(SettingsSlicesContract.PATH_SETTING_ACTION)
.appendPath("ring_volume")
.build();
/**
* Full {@link Uri} for the Separate Ring volume Slice.
*/