Searched defs:DefaultNetworkEvent (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/net/metrics/
H A DDefaultNetworkEvent.java31 public class DefaultNetworkEvent { class
33 // The creation time in milliseconds of this DefaultNetworkEvent.
53 public DefaultNetworkEvent(long timeMs) { method in class:DefaultNetworkEvent
57 /** Update the durationMs of this DefaultNetworkEvent for the given current time. */
64 StringJoiner j = new StringJoiner(", ", "DefaultNetworkEvent(", ")");

Completed in 61 milliseconds