Searched defs:reportPath (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | ReportProcessor.java | 71 void process(ITestDevice device, String reportPath) in process() 83 boolean recover(ITestDevice device, String reportPath) in recover() 93 void cleanup(ITestDevice device, String reportPath) { in cleanup() 107 static String[] getReportLines(ITestDevice device, String reportPath) in getReportLines()
|
D | SupportedBitstreamsProcessor.java | 83 void process(ITestDevice device, String reportPath) throws DeviceNotAvailableException { in process()
|
D | MediaBitstreamsTest.java | 322 void process(ITestDevice device, String reportPath) in process() 398 private void parse(ITestDevice device, String reportPath) in parse() 443 void process(ITestDevice device, String reportPath) in process() 449 boolean recover(ITestDevice device, String reportPath) in recover()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | ReportExporter.java | 64 File reportPath = new File(storagePath, REPORT_DIRECTORY); in doInBackground() local
|