Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DIsoInterfaceTest.java43 final File file = stageFile(R.raw.test_video); in testRepeated()
56 final File file = stageFile(R.raw.test_video_gps); in testGps()
67 final File file = stageFile(R.raw.test_video_xmp); in testXmp()
77 private static File stageFile(int resId) throws Exception { in stageFile() method in IsoInterfaceTest
DXmpInterfaceTest.java120 final File file = stageFile(R.raw.test_video_xmp); in testContainer_IsoRedactionRanges()
138 final File file = stageFile(R.raw.test_video_xmp_bad_tag); in testContainer_IsoRedactionRanges_BadTagValue()
156 final File file = stageFile(R.raw.test_video_xmp_malformed); in testContainer_IsoRedactionRanges_MalformedXml()
184 private static File stageFile(int resId) throws Exception { in stageFile() method in XmpInterfaceTest
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java896 String pcap_filename = stageFile(R.raw.apf); in testApfAgainstBpf()
911 String pcapFilename = stageFile(R.raw.apfPcap); in testApfFilterPcapFile()
2202 private String stageFile(int rawId) throws Exception { in stageFile() method in ApfTest