All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.net.LinkAddress Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
/*
 * Copyright (C) 2010 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


package android.net;

@SuppressWarnings({"unchecked", "deprecation", "all"})
public class LinkAddress implements android.os.Parcelable {

    public LinkAddress(@android.annotation.NonNull java.net.InetAddress address, int prefixLength, int flags, int scope) { throw new RuntimeException("Stub!"); }

    public LinkAddress(@android.annotation.NonNull java.net.InetAddress address, int prefixLength, int flags, int scope, long deprecationTime, long expirationTime) { throw new RuntimeException("Stub!"); }

    public LinkAddress(@android.annotation.NonNull java.net.InetAddress address, int prefixLength) { throw new RuntimeException("Stub!"); }

    public LinkAddress(@android.annotation.NonNull java.lang.String address) { throw new RuntimeException("Stub!"); }

    public LinkAddress(@android.annotation.NonNull java.lang.String address, int flags, int scope) { throw new RuntimeException("Stub!"); }

    public boolean isIpv6() { throw new RuntimeException("Stub!"); }

    public boolean isIpv4() { throw new RuntimeException("Stub!"); }

    public java.lang.String toString() { throw new RuntimeException("Stub!"); }

    public boolean equals(@android.annotation.Nullable java.lang.Object obj) { throw new RuntimeException("Stub!"); }

    public int hashCode() { throw new RuntimeException("Stub!"); }

    public boolean isSameAddressAs(@android.annotation.Nullable android.net.LinkAddress other) { throw new RuntimeException("Stub!"); }

    public java.net.InetAddress getAddress() { throw new RuntimeException("Stub!"); }

    public int getPrefixLength() { throw new RuntimeException("Stub!"); }

    public int getFlags() { throw new RuntimeException("Stub!"); }

    public int getScope() { throw new RuntimeException("Stub!"); }

    public long getDeprecationTime() { throw new RuntimeException("Stub!"); }

    public long getExpirationTime() { throw new RuntimeException("Stub!"); }

    public boolean isGlobalPreferred() { throw new RuntimeException("Stub!"); }

    public int describeContents() { throw new RuntimeException("Stub!"); }

    public void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }

    @android.annotation.NonNull public static final android.os.Parcelable.Creator CREATOR;
    static { CREATOR = null; }

    public static final long LIFETIME_PERMANENT = 9223372036854775807L; // 0x7fffffffffffffffL

    public static final long LIFETIME_UNKNOWN = -1L; // 0xffffffffffffffffL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy