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

Commit 7521c227 authored by lesl's avatar lesl
Browse files

wifi: Add systemAPi:setSubscriberId in NetworkAgentConfig

The wifi (mainline module) need to set the subscriberId for specific
wifi network.

Bug: 176396812
Test: TreeHugger
Change-Id: Ie97d3dad81c87d41a360558e91c83278595ff475
parent dcb40511
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6224,6 +6224,7 @@ 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);
  }
+0 −1
Original line number Diff line number Diff line
@@ -272,7 +272,6 @@ 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) {