Searched refs:getRelativePath (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DAbstractResult.java81 return getRelativePath().compareTo(another.getRelativePath());
109 Log.e(LOG_TAG, "Unable to serialize result: " + getRelativePath(), e);
237 public abstract String getRelativePath(); method in class:AbstractResult
H A DCrashedDummyResult.java58 public String getRelativePath() { method in class:CrashedDummyResult
H A DManagerService.java174 Log.i(LOG_TAG, "onActualResultObtained: " + results.getRelativePath());
209 String relativePath = results.getRelativePath();
222 String testPath = result.getRelativePath();
234 String testPath = result.getRelativePath();
H A DSummarizer.java234 String relativePath = result.getRelativePath();
450 relativePath = result.getRelativePath();
470 html.append("<a href=\"" + getViewSourceUrl(result.getRelativePath()).toString() + "\"");
474 html.append("<span class=\"path\">" + result.getRelativePath() + "</span>");
H A DSummarizerDBHelper.java116 cv.put(KEY_PATH, result.getRelativePath());
H A DTextResult.java254 public String getRelativePath() { method in class:TextResult
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
H A DDirListActivity.java124 public String getRelativePath() { method in class:DirListActivity.ListItem
134 return mRelativePath.compareTo(another.getRelativePath());
143 return mRelativePath.equals(((ListItem)o).getRelativePath());
200 showDir(item.getRelativePath());
203 runAllTestsUnder(item.getRelativePath());
216 arguments.putString("relativePath", item.getRelativePath());

Completed in 61 milliseconds