Searched refs:stageFile (Results 1 – 3 of 3) sorted by relevance
43 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
120 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
896 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