Searched refs:mMetricsLog (Results 1 - 7 of 7) sorted by path

/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java498 private final IpConnectivityLog mMetricsLog; field in class:ConnectivityService
708 mMetricsLog = logger;
5550 mMetricsLog.log(new DefaultNetworkEvent(newNetid, transports, prevNetid, hadIPv4, hadIPv6));
5554 mMetricsLog.log(new NetworkEvent(nai.network.netId, evtype));
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDnsEventListenerService.java88 mMetricsLog.log(new DnsEvent(mNetId, eventTypes, returnCodes, latenciesMs));
109 private final IpConnectivityLog mMetricsLog; field in class:DnsEventListenerService
130 mMetricsLog = log;
H A DNetworkMonitor.java212 private final IpConnectivityLog mMetricsLog; field in class:NetworkMonitor
251 mMetricsLog = logger;
967 mMetricsLog.log(new NetworkEvent(mNetId, evtype));
972 mMetricsLog.log(new NetworkEvent(mNetId, evtype, mEvaluationTimer.stop()));
978 mMetricsLog.log(new ValidationProbeEvent(mNetId, durationMs, probeType, probeResult));
/frameworks/base/services/net/java/android/net/apf/
H A DApfFilter.java164 mMetricsLog.log(new ApfStats(durationMs, mReceivedRas, mMatchingRas, mDroppedRas,
223 private final IpConnectivityLog mMetricsLog; field in class:ApfFilter
246 mMetricsLog = log;
522 mMetricsLog.log(builder.build());
942 mMetricsLog.log(new ApfProgramEvent(
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java167 private final IpConnectivityLog mMetricsLog = new IpConnectivityLog(); field in class:DhcpClient
1014 mMetricsLog.log(new DhcpErrorEvent(mIfaceName, errorCode));
1018 mMetricsLog.log(new DhcpClientEvent(mIfaceName, name, durationMs));
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java403 private final IpConnectivityLog mMetricsLog = new IpConnectivityLog(); field in class:IpManager
661 mMetricsLog.log(new IpManagerEvent(mInterfaceName, type, duration));
H A DIpReachabilityMonitor.java157 private final IpConnectivityLog mMetricsLog = new IpConnectivityLog(); field in class:IpReachabilityMonitor
436 mMetricsLog.log(new IpReachabilityEvent(mInterfaceName, eventType));
444 mMetricsLog.log(new IpReachabilityEvent(mInterfaceName, eventType));

Completed in 276 milliseconds