Searched refs:mDestDir (Results 1 – 2 of 2) sorted by relevance
43 private String mDestDir; field in ReportLogCollector64 if (mDestDir != null) { in prepareReportLogContainers()65 resultDir = new File(resultDir, mDestDir); in prepareReportLogContainers()83 if (mDestDir != null) { in tearDown()84 resultDir = new File(resultDir, mDestDir); in tearDown()
81 private String mDestDir = DeviceInfo.RESULT_DIR_NAME; field in DeviceInfoCollector