Clean up NetworkServices from setTemplate
Not used any more. Bug: 290856342 Test: manual - on mobile settings Test: m RunSettingsRoboTests Test: unit test Change-Id: I9c8dde2a8812e83e535d15713ccbf25b42f1f303
This commit is contained in:
@@ -99,7 +99,7 @@ public class CellDataPreference extends CustomDialogPreferenceCompat
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setTemplate(NetworkTemplate template, int subId, NetworkServices services) {
|
||||
public void setTemplate(NetworkTemplate template, int subId) {
|
||||
if (subId == SubscriptionManager.INVALID_SUBSCRIPTION_ID) {
|
||||
throw new IllegalArgumentException("CellDataPreference needs a SubscriptionInfo");
|
||||
}
|
||||
|
Reference in New Issue
Block a user