Loading core/java/android/net/StaticIpConfiguration.java +3 −3 Original line number Diff line number Diff line Loading @@ -58,15 +58,15 @@ public final class StaticIpConfiguration implements Parcelable { @Nullable public LinkAddress ipAddress; /** @hide */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) @UnsupportedAppUsage @Nullable public InetAddress gateway; /** @hide */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) @UnsupportedAppUsage @NonNull public final ArrayList<InetAddress> dnsServers; /** @hide */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) @UnsupportedAppUsage @Nullable public String domains; Loading Loading
core/java/android/net/StaticIpConfiguration.java +3 −3 Original line number Diff line number Diff line Loading @@ -58,15 +58,15 @@ public final class StaticIpConfiguration implements Parcelable { @Nullable public LinkAddress ipAddress; /** @hide */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) @UnsupportedAppUsage @Nullable public InetAddress gateway; /** @hide */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) @UnsupportedAppUsage @NonNull public final ArrayList<InetAddress> dnsServers; /** @hide */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P) @UnsupportedAppUsage @Nullable public String domains; Loading