HomeSort by relevance Sort by last modified time
    Searched refs:NetworkMetrics (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/
NetdEventListenerService.java 31 import android.net.metrics.NetworkMetrics;
81 private final SparseArray<NetworkMetrics> mNetworkMetrics = new SparseArray<>();
169 private NetworkMetrics getMetricsForNetwork(long timeMs, int netId) {
171 NetworkMetrics metrics = mNetworkMetrics.get(netId);
174 metrics = new NetworkMetrics(netId, getTransports(netId), mConnectTb);
377 /** Helper class for buffering summaries of NetworkMetrics at regular time intervals */
381 public List<NetworkMetrics.Summary> stats = new ArrayList<>();
383 static NetworkMetricsSnapshot collect(long timeMs, SparseArray<NetworkMetrics> networkMetrics) {
386 for (int i = 0; i < networkMetrics.size(); i++)
    [all...]
  /frameworks/base/core/java/android/net/metrics/
NetworkMetrics.java 35 public class NetworkMetrics {
55 public NetworkMetrics(int netId, long transports, TokenBucket tb) {
65 * Get currently pending Summary statistics, if any, for this NetworkMetrics, merge them
66 * into the long running Summary statistics of this NetworkMetrics, and also clear them.
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 221 milliseconds