Merge "wifi: Add systemAPi:setSubscriberId in NetworkAgentConfig"
This commit is contained in:
@@ -6228,6 +6228,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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user