Remove MediaOutputGroupPanel

Bug: 174192979
Test: build pass
Change-Id: I8023b66f24825bbe019c5d8369bb4813f5ba95f1
This commit is contained in:
timhypeng
2020-12-15 12:25:04 +08:00
parent 1602bccd9e
commit c5a28d3ec0
3 changed files with 0 additions and 247 deletions

View File

@@ -17,7 +17,6 @@
package com.android.settings.panel;
import static com.android.settingslib.media.MediaOutputSliceConstants.ACTION_MEDIA_OUTPUT;
import static com.android.settingslib.media.MediaOutputSliceConstants.ACTION_MEDIA_OUTPUT_GROUP;
import android.content.Context;
import android.os.Bundle;
@@ -47,8 +46,6 @@ public class PanelFeatureProviderImpl implements PanelFeatureProvider {
return WifiPanel.create(context);
case Settings.Panel.ACTION_VOLUME:
return VolumePanel.create(context);
case ACTION_MEDIA_OUTPUT_GROUP:
return MediaOutputGroupPanel.create(context, mediaPackageName);
}
throw new IllegalStateException("No matching panel for: " + panelType);