Home
last modified time | relevance | path

Searched refs:IpReachabilityEvent (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/core/java/android/net/metrics/
H A DIpReachabilityEvent.java38 public final class IpReachabilityEvent implements IpConnectivityLog.Event { class
60 public IpReachabilityEvent(int eventType) { in IpReachabilityEvent() method in IpReachabilityEvent
64 private IpReachabilityEvent(Parcel in) { in IpReachabilityEvent() method in IpReachabilityEvent
82 = new Parcelable.Creator<IpReachabilityEvent>() {
83 public IpReachabilityEvent createFromParcel(Parcel in) {
84 return new IpReachabilityEvent(in);
87 public IpReachabilityEvent[] newArray(int size) {
88 return new IpReachabilityEvent[size];
103 if (obj == null || !(obj.getClass().equals(IpReachabilityEvent.class))) return false; in equals()
104 final IpReachabilityEvent other = (IpReachabilityEvent) obj; in equals()
[all …]
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/metrics/
H A DIpReachabilityEventTest.kt31 (IpReachabilityEvent.PROBE..IpReachabilityEvent.PROVISIONING_LOST_ORGANIC).forEach {
32 val ipReachabilityEvent = IpReachabilityEvent(it)
H A DIpConnectivityLogTest.java55 private static final IpReachabilityEvent FAKE_EV =
56 new IpReachabilityEvent(IpReachabilityEvent.NUD_FAILED);
/aosp12/packages/modules/NetworkStack/src/android/net/ip/
H A DIpReachabilityMonitor.java19 import static android.net.metrics.IpReachabilityEvent.NUD_FAILED;
20 import static android.net.metrics.IpReachabilityEvent.NUD_FAILED_ORGANIC;
21 import static android.net.metrics.IpReachabilityEvent.PROVISIONING_LOST;
22 import static android.net.metrics.IpReachabilityEvent.PROVISIONING_LOST_ORGANIC;
32 import android.net.metrics.IpReachabilityEvent;
421 logEvent(IpReachabilityEvent.PROBE, rval);
475 mMetricsLog.log(mInterfaceParams.name, new IpReachabilityEvent(eventType));
482 mMetricsLog.log(mInterfaceParams.name, new IpReachabilityEvent(eventType));
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DIpConnectivityEventBuilderTest.java40 import android.net.metrics.IpReachabilityEvent;
67 aType(IpReachabilityEvent.class), in testLinkLayerInferrence()
68 anInt(IpReachabilityEvent.NUD_FAILED)); in testLinkLayerInferrence()
309 aType(IpReachabilityEvent.class), in testIpReachabilityEventSerialization()
310 anInt(IpReachabilityEvent.NUD_FAILED)); in testIpReachabilityEventSerialization()
H A DIpConnectivityMetricsTest.java45 import android.net.metrics.IpReachabilityEvent;
73 static final IpReachabilityEvent FAKE_EV =
74 new IpReachabilityEvent(IpReachabilityEvent.NUD_FAILED);
301 new IpReachabilityEvent(IpReachabilityEvent.NUD_FAILED), event, in testEndToEndLogging()
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityEventBuilder.java36 import android.net.metrics.IpReachabilityEvent;
184 if (in instanceof IpReachabilityEvent) { in setEvent()
185 setIpReachabilityEvent(out, (IpReachabilityEvent) in); in setEvent()
238 private static void setIpReachabilityEvent(IpConnectivityEvent out, IpReachabilityEvent in) { in setIpReachabilityEvent()
239 IpConnectivityLogClass.IpReachabilityEvent ipReachabilityEvent = in setIpReachabilityEvent()
240 new IpConnectivityLogClass.IpReachabilityEvent(); in setIpReachabilityEvent()
/aosp12/frameworks/base/proto/src/
H A Dipconnectivity.proto132 // This message is associated to android.net.metrics.IpReachabilityEvent.
134 message IpReachabilityEvent { message
140 // android.net.metrics.IpReachabilityEvent.
578 IpReachabilityEvent ip_reachability_event = 3;
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt352 EqualsAndHashCode: android.net.metrics.IpReachabilityEvent#equals(Object):
2690 ParcelCreator: android.net.metrics.IpReachabilityEvent:
H A Dsystem-current.txt7666 …@Deprecated public final class IpReachabilityEvent implements android.net.metrics.IpConnectivityLo…
7667 ctor @Deprecated public IpReachabilityEvent(int);
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes5184 android.net.metrics.IpReachabilityEvent$1
5185 android.net.metrics.IpReachabilityEvent$Decoder
5186 android.net.metrics.IpReachabilityEvent
10845 com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpReachabilityEvent
H A Dboot-image-profile.txt28463 Landroid/net/metrics/IpReachabilityEvent$1;
28464 Landroid/net/metrics/IpReachabilityEvent$Decoder;
28465 Landroid/net/metrics/IpReachabilityEvent;
35674 Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$IpReachabilityEvent;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes5182 android.net.metrics.IpReachabilityEvent$1
5183 android.net.metrics.IpReachabilityEvent$Decoder
5184 android.net.metrics.IpReachabilityEvent
11205 com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpReachabilityEvent
H A Dboot-image-profile.txt38100 Landroid/net/metrics/IpReachabilityEvent$1;
38101 Landroid/net/metrics/IpReachabilityEvent$Decoder;
38102 Landroid/net/metrics/IpReachabilityEvent;
45678 Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$IpReachabilityEvent;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt36290 Landroid/net/metrics/IpReachabilityEvent$Decoder;-><init>()V
36291 Landroid/net/metrics/IpReachabilityEvent$Decoder;->constants:Landroid/util/SparseArray;
36292 Landroid/net/metrics/IpReachabilityEvent;-><init>(Landroid/os/Parcel;)V
36293 Landroid/net/metrics/IpReachabilityEvent;->CREATOR:Landroid/os/Parcelable$Creator;
36294 Landroid/net/metrics/IpReachabilityEvent;->eventType:I
36295 Landroid/net/metrics/IpReachabilityEvent;->NUD_FAILED:I
36296 Landroid/net/metrics/IpReachabilityEvent;->NUD_FAILED_ORGANIC:I
36297 Landroid/net/metrics/IpReachabilityEvent;->PROBE:I
36298 Landroid/net/metrics/IpReachabilityEvent;->PROVISIONING_LOST:I
36299 Landroid/net/metrics/IpReachabilityEvent;->PROVISIONING_LOST_ORGANIC:I
/aosp12/frameworks/base/services/
H A Dart-profile15196 …metrics/nano/IpConnectivityLogClass$IpConnectivityEvent;Landroid/net/metrics/IpReachabilityEvent;)V