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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiLinkLayerStats.java102 public int tx_time; field in class:WifiLinkLayerStats
144 .append(" tx_time=").append(Integer.toString(this.tx_time))
181 dest.writeInt(tx_time);
194 stats.tx_time = in.readInt();

Completed in 68 milliseconds