OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseIntValueFromFile
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
BandwidthTestUtil.java
52
public static int
parseIntValueFromFile
(File file) {
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java
260
int rx = BandwidthTestUtil.
parseIntValueFromFile
(rcv_stat);
262
int tx = BandwidthTestUtil.
parseIntValueFromFile
(snd_stat);
Completed in 580 milliseconds