Searched refs:uixFile (Results 1 – 1 of 1) sorted by relevance
129 File uixFile = collectUiXml(fileName); in onTestFail() local130 if (uixFile != null) { in onTestFail()132 String.format("%s_%s", getTag(), uixFile.getName()), uixFile); in onTestFail()170 File uixFile = new File(mDestDir, String.format("%s.uix", fileName)); in collectUiXml() local171 if (uixFile.exists()) { in collectUiXml()172 Log.w(getTag(), String.format("File exists: %s.", uixFile.getAbsolutePath())); in collectUiXml()173 uixFile.delete(); in collectUiXml()176 getDevice().dumpWindowHierarchy(uixFile); in collectUiXml()177 return uixFile; in collectUiXml()