Searched refs:jsonFile (Results 1 – 5 of 5) sorted by relevance
79 File jsonFile = new File(dir, getClass().getSimpleName() + ".deviceinfo.json"); in testCollectDeviceInfo() local80 jsonFile.createNewFile(); in testCollectDeviceInfo()81 mResultFilePath = jsonFile.getAbsolutePath(); in testCollectDeviceInfo()82 DeviceInfoStore store = new DeviceInfoStore(jsonFile); in testCollectDeviceInfo()
32 public ReportLogDeviceInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogDeviceInfoStore() argument33 mJsonFile = jsonFile; in ReportLogDeviceInfoStore()
57 File jsonFile = new File(dir, mReportLogName + ".reportlog.json"); in DeviceReportLog() local58 store = new ReportLogDeviceInfoStore(jsonFile, mStreamName); in DeviceReportLog()
32 public ReportLogHostInfoStore(File jsonFile, String streamName) throws Exception { in ReportLogHostInfoStore() argument33 mJsonFile = jsonFile; in ReportLogHostInfoStore()
55 File jsonFile = new File(dir, mReportLogName + ".reportlog.json"); in MetricsReportLog() local56 store = new ReportLogHostInfoStore(jsonFile, mStreamName); in MetricsReportLog()