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

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsCollectionTest.java64 stageFile(R.raw.netstats_v1, testFile);
90 stageFile(R.raw.netstats_uid_v4, testFile);
116 stageFile(R.raw.netstats_uid_v4, testFile);
158 private void stageFile(int rawId, File file) throws Exception { method in class:NetworkStatsCollectionTest
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java70 stageFile(mTestFile, TEST_DATA);
93 stageFile(mTestFile, TEST_DATA);
113 stageFile(mTestFile, TEST_DATA);
310 private void stageFile(File file, String data) throws Exception { method in class:FileUtilsTest
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java73 stageFile(R.raw.xt_qtaguid_typical, new File(mTestProc, "net/xt_qtaguid/stats"));
99 stageFile(R.raw.xt_qtaguid_typical, new File(mTestProc, "net/xt_qtaguid/stats"));
108 stageFile(R.raw.xt_qtaguid_iface_typical, new File(mTestProc, "net/xt_qtaguid/iface_stat_all"));
118 stageFile(R.raw.xt_qtaguid_iface_fmt_typical,
132 private void stageFile(int rawId, File file) throws Exception { method in class:NetworkStatsFactoryTest

Completed in 294 milliseconds