Searched refs:recordProbeEventMetrics (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 943 private void recordProbeEventMetrics(ProbeType type, long latencyMicros, ProbeResult result, in recordProbeEventMetrics() method in NetworkMonitor 1684 recordProbeEventMetrics(ProbeType.PT_PRIVDNS, 0 /* latency */, in processMessage() 1781 recordProbeEventMetrics(ProbeType.PT_PRIVDNS, time, success ? ProbeResult.PR_SUCCESS : in sendPrivateDnsProbe() 1982 recordProbeEventMetrics(ProbeType.PT_PRIVDNS, 0 /* latency */, in onQueryDone() 2022 recordProbeEventMetrics(ProbeType.PT_PRIVDNS, elapsedNanos, in onQueryDone() 2941 recordProbeEventMetrics(NetworkValidationMetrics.probeTypeToEnum(probeType), in sendDnsAndHttpProbes() 2974 recordProbeEventMetrics(ProbeType.PT_DNS, latency, in sendDnsProbe() 3110 recordProbeEventMetrics(NetworkValidationMetrics.probeTypeToEnum(probeType), in sendHttpProbe() 3331 recordProbeEventMetrics(ProbeType.PT_CAPPORT_API, capportApiWatch.stop(), in tryCapportApiProbe()
|