Searched refs:stageFile (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsCollectionTest.java70 stageFile(R.raw.netstats_v1, testFile);
96 stageFile(R.raw.netstats_uid_v4, testFile);
122 stageFile(R.raw.netstats_uid_v4, testFile);
224 private void stageFile(int rawId, File file) throws Exception { method in class:NetworkStatsCollectionTest
/frameworks/base/tests/net/java/com/android/internal/net/
H A DNetworkStatsFactoryTest.java110 stageFile(R.raw.xt_qtaguid_iface_typical, file("net/xt_qtaguid/iface_stat_all"));
120 stageFile(R.raw.xt_qtaguid_iface_fmt_typical, file("net/xt_qtaguid/iface_stat_fmt"));
195 private void stageFile(int rawId, File file) throws Exception { method in class:NetworkStatsFactoryTest
225 stageFile(resourceId, file("net/xt_qtaguid/stats"));
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java71 stageFile(mTestFile, TEST_DATA);
94 stageFile(mTestFile, TEST_DATA);
114 stageFile(mTestFile, TEST_DATA);
353 private void stageFile(File file, String data) throws Exception { method in class:FileUtilsTest
/frameworks/base/tests/net/java/android/net/apf/
H A DApfTest.java573 String pcap_filename = stageFile(R.raw.apf);
1158 private String stageFile(int rawId) throws Exception { method in class:ApfTest

Completed in 115 milliseconds