Searched refs:suppressedExceptionList (Results 1 – 1 of 1) sorted by relevance
219 final List<IOException> suppressedExceptionList = new ArrayList<IOException>(); in addDexPath() local221 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()