Searched refs:parseIntValueFromFile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java52 public static int parseIntValueFromFile(File file) { method in class:BandwidthTestUtil
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java261 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat);
263 int tx = BandwidthTestUtil.parseIntValueFromFile(snd_stat);

Completed in 64 milliseconds