Searched refs:getContents (Results 1 – 8 of 8) sorted by relevance
214 builder.setMessage(mDataFragment.getTestReport().getContents()) in onOptionsItemSelected()231 new ReportExporter(this, getTestReport().getContents()).execute(); in saveResults()
72 public String getContents() in getContents() method in TestReport
149 intent.putExtra(ReportViewerActivity.EXTRA_REPORT_CONTENTS, report.getContents()); in handleViewItemSelected()
176 String getContents() { in getContents() method in TestResultsReport
107 report = mActivity.getTestReport().getContents(); in setupButtons()
219 report = mActivity.getTestReport().getContents(); in finishTest()
144 public Bitmap getContents(Bitmap.Config config, ColorSpace colorSpace) throws Throwable { in getContents() method in TextureViewCtsActivity
480 final Bitmap bitmap = activity.getContents(compareFunction.getConfig(), in testGetBitmap()