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

Commit f44c7cc9 authored by Junyu Lai's avatar Junyu Lai Committed by Gerrit Code Review
Browse files

Merge "Revert "wifi: Add systemAPi:setSubscriberId in NetworkAgentConfig""

parents 945be590 2960af39
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6228,7 +6228,6 @@ package android.net {
    method @NonNull public android.net.NetworkAgentConfig.Builder setLegacyType(int);
    method @NonNull public android.net.NetworkAgentConfig.Builder setLegacyTypeName(@NonNull String);
    method @NonNull public android.net.NetworkAgentConfig.Builder setPartialConnectivityAcceptable(boolean);
    method @NonNull public android.net.NetworkAgentConfig.Builder setSubscriberId(@Nullable String);
    method @NonNull public android.net.NetworkAgentConfig.Builder setUnvalidatedConnectivityAcceptable(boolean);
  }
+1 −0
Original line number Diff line number Diff line
@@ -272,6 +272,7 @@ public final class NetworkAgentConfig implements Parcelable {
         * Sets the subscriber ID for this network.
         *
         * @return this builder, to facilitate chaining.
         * @hide
         */
        @NonNull
        public Builder setSubscriberId(@Nullable String subscriberId) {