[Provider Model] Internal cleanup - remove Provider Model flag and deprecated legacy UI part.4

Test: atest NetworkDashboardFragmentTest
Bug: 197066557
Change-Id: I9781af3a53fe7050b414f0574abb7618f8d71707
This commit is contained in:
Zoey Chen
2021-12-15 16:13:14 +08:00
parent 4ae25ef592
commit ad79a1819f
4 changed files with 4 additions and 30 deletions

View File

@@ -1230,8 +1230,4 @@ public final class Utils extends com.android.settingslib.Utils {
public static int getHomepageIconColorHighlight(Context context) {
return getColorAttrDefaultColor(context, android.R.attr.textColorSecondaryInverse);
}
public static boolean isProviderModelEnabled(Context context) {
return FeatureFlagUtils.isEnabled(context, FeatureFlagUtils.SETTINGS_PROVIDER_MODEL);
}
}