Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java219 final List<IOException> suppressedExceptionList = new ArrayList<IOException>(); in addDexPath() local
221 suppressedExceptionList, definingContext, isTrusted); in addDexPath()
227 if (suppressedExceptionList.size() > 0) { in addDexPath()
228 final IOException[] newSuppExceptions = suppressedExceptionList.toArray( in addDexPath()
229 new IOException[suppressedExceptionList.size()]); in addDexPath()