Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsCollectionTest.java124 stageFile(R.raw.netstats_v1, testFile); in testReadLegacyNetwork()
152 stageFile(R.raw.netstats_uid_v4, testFile); in testReadLegacyUid()
180 stageFile(R.raw.netstats_uid_v4, testFile); in testReadLegacyUidTags()
207 stageFile(uidRes, testFile); in getUidInputStreamFromRes()
311 stageFile(R.raw.netstats_v1, testFile); in testAugmentPlan()
657 private void stageFile(int rawId, File file) throws Exception { in stageFile() method in NetworkStatsCollectionTest
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
DLegacyProviderMigrationTest.java141 file = stageFile(resId, file.getAbsolutePath()); in generateValues()
156 private static File stageFile(int resId, String path) throws Exception { in stageFile() method in LegacyProviderMigrationTest
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DLegacyApfTest.java312 String pcapFilename = stageFile(R.raw.apfPcap); in testApfFilterPcapFile()
1616 private String stageFile(int rawId) throws Exception { in stageFile() method in LegacyApfTest
DApfTest.java1001 String pcap_filename = stageFile(R.raw.apf); in testApfAgainstBpf()
1016 String pcapFilename = stageFile(R.raw.apfPcap); in testApfFilterPcapFile()
2703 private String stageFile(int rawId) throws Exception { in stageFile() method in ApfTest