Home
last modified time | relevance | path

Searched refs:pendingSummary (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/net/metrics/
H A DNetworkMetrics.java51 public Summary pendingSummary; field in NetworkMetrics
67 Summary s = pendingSummary; in getPendingStats()
68 pendingSummary = null; in getPendingStats()
77 if (pendingSummary == null) { in addDnsResult()
78 pendingSummary = new Summary(netId, transports); in addDnsResult()
81 pendingSummary.dnsLatencies.count(latencyMs); in addDnsResult()
87 if (pendingSummary == null) { in addConnectResult()
88 pendingSummary = new Summary(netId, transports); in addConnectResult()
99 if (pendingSummary == null) { in addTcpStatsResult()
102 pendingSummary.tcpLossRate.count(lost, sent); in addTcpStatsResult()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt33147 Landroid/net/metrics/NetworkMetrics;->pendingSummary:Landroid/net/metrics/NetworkMetrics$Summary;