Home
last modified time | relevance | path

Searched defs:jsonFile (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DDeviceInfo.java53 File jsonFile = null; in testCollectDeviceInfo() local
87 protected void collectDeviceInfo(File jsonFile) throws Exception { in collectDeviceInfo()
DReportLogHostInfoStore.java33 public ReportLogHostInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogHostInfoStore()
DMetricsReportLog.java72 File jsonFile = new File(dir, mReportLogName + ".reportlog.json"); in MetricsReportLog() local