Fix a var name in a comment am: e2294fb13e
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2526882 Change-Id: I27a1d145d198a15c227db9705a0177a612e395c6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -308,7 +308,7 @@ public final class NetworkTemplate implements Parcelable {
|
||||
public static NetworkTemplate buildTemplateCarrierMetered(@NonNull String subscriberId) {
|
||||
throwAtLeastU();
|
||||
return new NetworkTemplate.Builder(MATCH_CARRIER)
|
||||
// Set.of will throw if wifiNetworkKey is null, which is the historical
|
||||
// Set.of will throw if subscriberId is null, which is the historical
|
||||
// behavior and should be preserved.
|
||||
.setSubscriberIds(Set.of(subscriberId))
|
||||
.setMeteredness(METERED_YES)
|
||||
|
||||
Reference in New Issue
Block a user