Searched refs:DefaultNetworkEvent (Results 1 – 11 of 11) sorted by relevance
22 import android.net.metrics.DefaultNetworkEvent;46 private final List<DefaultNetworkEvent> mEvents = new ArrayList<>();50 private final RingBuffer<DefaultNetworkEvent> mEventsLog =51 new RingBuffer(DefaultNetworkEvent.class, ROLLING_LOG_SIZE);55 private DefaultNetworkEvent mCurrentDefaultNetwork;73 for (DefaultNetworkEvent ev : mEventsLog.toArray()) { in listEvents()91 for (DefaultNetworkEvent ev : mEventsLog.toArray()) { in listEventsAsProto()98 for (DefaultNetworkEvent ev : mEvents) { in flushEvents()140 DefaultNetworkEvent ev = mCurrentDefaultNetwork; in logCurrentDefaultNetwork()162 DefaultNetworkEvent ev = new DefaultNetworkEvent(timeMs); in newDefaultNetwork()[all …]
31 import android.net.metrics.DefaultNetworkEvent;139 public static IpConnectivityEvent toProto(DefaultNetworkEvent in) { in toProto()140 IpConnectivityLogClass.DefaultNetworkEvent ev = in toProto()141 new IpConnectivityLogClass.DefaultNetworkEvent(); in toProto()326 private static int ipSupportOf(DefaultNetworkEvent in) { in ipSupportOf()328 return IpConnectivityLogClass.DefaultNetworkEvent.DUAL; in ipSupportOf()331 return IpConnectivityLogClass.DefaultNetworkEvent.IPV6; in ipSupportOf()334 return IpConnectivityLogClass.DefaultNetworkEvent.IPV4; in ipSupportOf()336 return IpConnectivityLogClass.DefaultNetworkEvent.NONE; in ipSupportOf()
26 public class DefaultNetworkEvent { class48 public DefaultNetworkEvent(long timeMs) { in DefaultNetworkEvent() method in DefaultNetworkEvent
36 import android.net.metrics.DefaultNetworkEvent;195 DefaultNetworkEvent ev = new DefaultNetworkEvent(1001); in testDefaultNetworkEventSerialization()
57 message DefaultNetworkEvent { message459 optional DefaultNetworkEvent.IPSupport ip_support = 2;575 DefaultNetworkEvent default_network_event = 2;
5172 android.net.metrics.DefaultNetworkEvent10841 com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DefaultNetworkEvent
28451 Landroid/net/metrics/DefaultNetworkEvent;35670 Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$DefaultNetworkEvent;
5170 android.net.metrics.DefaultNetworkEvent11201 com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DefaultNetworkEvent
38088 Landroid/net/metrics/DefaultNetworkEvent;45674 Lcom/android/server/connectivity/metrics/nano/IpConnectivityLogClass$DefaultNetworkEvent;
36225 Landroid/net/metrics/DefaultNetworkEvent;-><init>(J)V36226 Landroid/net/metrics/DefaultNetworkEvent;->creationTimeMs:J36227 Landroid/net/metrics/DefaultNetworkEvent;->durationMs:J36228 Landroid/net/metrics/DefaultNetworkEvent;->finalScore:I36229 Landroid/net/metrics/DefaultNetworkEvent;->initialScore:I36231 Landroid/net/metrics/DefaultNetworkEvent;->ipv4:Z36232 Landroid/net/metrics/DefaultNetworkEvent;->ipv6:Z36233 Landroid/net/metrics/DefaultNetworkEvent;->netId:I36235 Landroid/net/metrics/DefaultNetworkEvent;->transports:I36236 Landroid/net/metrics/DefaultNetworkEvent;->updateDuration(J)V[all …]
15172 …ectivity/DefaultNetworkMetrics;->fillLinkInfo(Landroid/net/metrics/DefaultNetworkEvent;Landroid/ne…15180 …efaultNetworkMetrics;->printEvent(JLjava/io/PrintWriter;Landroid/net/metrics/DefaultNetworkEvent;)V15187 …r/connectivity/IpConnectivityEventBuilder;->ipSupportOf(Landroid/net/metrics/DefaultNetworkEvent;)I15203 …ectivity/IpConnectivityEventBuilder;->toProto(Landroid/net/metrics/DefaultNetworkEvent;)Lcom/andro…