Home
last modified time | relevance | path

Searched refs:getEntries (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/product_config/test/com/android/build/config/
DTestErrors.java59 for (Errors.Entry entry: errors.getEntries()) { in assertHasEntry()
DErrorReporterTest.java38 List<TestErrors.Entry> entries = errors.getEntries(); in testAdding()
/build/make/tools/product_config/src/com/android/build/config/
DErrorReporter.java284 public List<Entry> getEntries() { in getEntries() method in ErrorReporter