HomeSort by relevance Sort by last modified time
    Searched defs:latenciesMs (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/metrics/
DnsEvent.java 40 // the eventTypes, returnCodes, and latenciesMs arrays have the same length and the i-th event
51 public int[] latenciesMs;
58 latenciesMs = new int[initialCapacity];
72 latenciesMs[eventCount] = latencyMs;
83 latenciesMs = Arrays.copyOf(latenciesMs, newLength);
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 52 milliseconds