Searched defs:latency (Results 1 - 1 of 1) sorted by relevance

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DEmulatorConsole.java170 "\\s+minimum\\s+latency:\\s+(\\d+)\\s+ms", Pattern.CASE_INSENSITIVE); //$NON-NLS-1$
187 /** network latency status. This is an index in the {@link #MIN_LATENCIES} array. */
188 public int latency = -1; field in class:EmulatorConsole.NetworkStatus
351 minimum latency: 0 ms
352 maximum latency: 0 ms
357 // we only compare agains the min latency and the download speed
380 status.latency = getLatencyIndex(value);
522 * Sets the network latency.
711 int latency = Integer.parseInt(value);
715 if (MIN_LATENCIES[i] == latency) {
[all...]

Completed in 52 milliseconds