Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java199 final IOException[] newSuppressedExceptions = suppressedExceptionList.toArray( in addDexPath() local
204 newSuppressedExceptions.length; in addDexPath()
208 System.arraycopy(newSuppressedExceptions, 0, dexElementsSuppressedExceptions, in addDexPath()
209 oldSuppressedExceptions.length, newSuppressedExceptions.length); in addDexPath()
211 dexElementsSuppressedExceptions = newSuppressedExceptions; in addDexPath()