Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java268 File snd_stat = new File (root_filepath + "tcp_snd"); in fetchDataFromProc() local
269 int tx = BandwidthTestUtil.parseIntValueFromFile(snd_stat); in fetchDataFromProc()