Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 561d7a43 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Remove network subtype check when building template."

parents 2937a9ea f9f1d066
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ public class NetworkTemplate implements Parcelable {
     * uses statistics for requested IMSI.
     */
    public static NetworkTemplate buildTemplateMobile3gLower(String subscriberId) {
        ensureSubtypeAvailable();
        return new NetworkTemplate(MATCH_MOBILE_3G_LOWER, subscriberId);
    }

@@ -88,7 +87,6 @@ public class NetworkTemplate implements Parcelable {
     * requested IMSI.
     */
    public static NetworkTemplate buildTemplateMobile4g(String subscriberId) {
        ensureSubtypeAvailable();
        return new NetworkTemplate(MATCH_MOBILE_4G, subscriberId);
    }