Deprecate Settings panels and its infrastructure

Bug: 328525899
Test: robotest
Change-Id: I30bc423e31e9202e70c509459f4397c296c8423f
This commit is contained in:
Mill Chen
2024-05-06 22:44:42 +00:00
parent 1acb816217
commit f6895743cf
15 changed files with 33 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
@Deprecated(forRemoval = true)
public class PanelFragment extends Fragment {
private static final String TAG = "PanelFragment";
@@ -519,6 +520,7 @@ public class PanelFragment extends Fragment {
return mPanel.getViewType();
}
@Deprecated(forRemoval = true)
class LocalPanelCallback implements PanelContentCallback {
@Override