Home
last modified time | relevance | path

Searched refs:EthernetNetworkSpecifier (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/net/
H A DEthernetNetworkSpecifier.java37 public final class EthernetNetworkSpecifier extends NetworkSpecifier implements Parcelable { class
49 public EthernetNetworkSpecifier(@NonNull String interfaceName) { in EthernetNetworkSpecifier() method in EthernetNetworkSpecifier
71 if (!(o instanceof EthernetNetworkSpecifier)) return false; in equals()
72 return TextUtils.equals(mInterfaceName, ((EthernetNetworkSpecifier) o).mInterfaceName); in equals()
95 public static final @NonNull Parcelable.Creator<EthernetNetworkSpecifier> CREATOR =
96 new Parcelable.Creator<EthernetNetworkSpecifier>() {
97 public EthernetNetworkSpecifier createFromParcel(Parcel in) {
98 return new EthernetNetworkSpecifier(in.readString());
100 public EthernetNetworkSpecifier[] newArray(int size) {
101 return new EthernetNetworkSpecifier[size];
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java25 import android.net.EthernetNetworkSpecifier;
219 if (specifier instanceof EthernetNetworkSpecifier) { in networkForRequest()
220 requestedIface = ((EthernetNetworkSpecifier) specifier) in networkForRequest()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DMultipathPolicyTrackerTest.java49 import android.net.EthernetNetworkSpecifier;
250 .setNetworkSpecifier(new EthernetNetworkSpecifier("eth234")); in testGetMultipathPreference()
/aosp12/frameworks/base/core/api/
H A Dmodule-lib-current.txt168 …public final class EthernetNetworkSpecifier extends android.net.NetworkSpecifier implements androi…
169 ctor public EthernetNetworkSpecifier(@NonNull String);
173 …ll public static final android.os.Parcelable.Creator<android.net.EthernetNetworkSpecifier> CREATOR;
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkRequest.java442 return setNetworkSpecifier(new EthernetNetworkSpecifier(networkSpecifier)); in setNetworkSpecifier()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt28201 Landroid/net/EthernetNetworkSpecifier$1;
28202 Landroid/net/EthernetNetworkSpecifier;
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt37838 Landroid/net/EthernetNetworkSpecifier$1;
37839 Landroid/net/EthernetNetworkSpecifier;