Searched defs:getRelativePath (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DCrashedDummyResult.java58 public String getRelativePath() { method in class:CrashedDummyResult
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 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 748 milliseconds