Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java267 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat); in fetchDataFromProc()
269 int tx = BandwidthTestUtil.parseIntValueFromFile(snd_stat); in fetchDataFromProc()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DBandwidthTestUtil.java52 public static int parseIntValueFromFile(File file) { in parseIntValueFromFile() method in BandwidthTestUtil