Home
last modified time | relevance | path

Searched refs:probeType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/metrics/
DValidationProbeEvent.java67 public final int probeType; field in ValidationProbeEvent
71 private ValidationProbeEvent(long durationMs, int probeType, int returnCode) { in ValidationProbeEvent() argument
73 this.probeType = probeType; in ValidationProbeEvent()
79 probeType = in.readInt(); in ValidationProbeEvent()
104 public Builder setProbeType(int probeType, boolean firstValidation) { in setProbeType() argument
105 mProbeType = makeProbeType(probeType, firstValidation); in setProbeType()
131 out.writeInt(probeType); in writeToParcel()
153 private static int makeProbeType(int probeType, boolean firstValidation) { in makeProbeType() argument
154 return (probeType & 0xff) | (firstValidation ? FIRST_VALIDATION : REVALIDATION); in makeProbeType()
160 public static @NonNull String getProbeName(int probeType) { in getProbeName() argument
[all …]
/frameworks/base/tests/net/common/java/android/net/metrics/
DValidationProbeEventTest.kt41 assertTrue(validationProbeEvent.probeType hasType REVALIDATION) in hasType()
50 assertTrue(validationProbeEvent.probeType hasType ValidationProbeEvent.PROBE_DNS) in hasType()
51 assertTrue(validationProbeEvent.probeType hasType FIRST_VALIDATION) in hasType()
/frameworks/base/services/core/java/com/android/server/connectivity/
DIpConnectivityEventBuilder.java258 validationProbeEvent.probeType = in.probeType; in setValidationProbeEvent()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt44142 Landroid/net/metrics/ValidationProbeEvent;->probeType:I