Loading core/api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading core/java/android/net/NetworkAgentConfig.java +1 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
core/api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading
core/java/android/net/NetworkAgentConfig.java +1 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading