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:
@@ -25,7 +25,8 @@ import com.android.settingslib.NetworkPolicyEditor;
|
||||
|
||||
public interface TemplatePreference {
|
||||
|
||||
void setTemplate(NetworkTemplate template, int subId, NetworkServices services);
|
||||
/** Sets the network template. */
|
||||
void setTemplate(NetworkTemplate template, int subId);
|
||||
|
||||
class NetworkServices {
|
||||
INetworkManagementService mNetworkService;
|
||||
|
||||
Reference in New Issue
Block a user