Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DBaseDexClassLoader.java166 this.pathList.maybeRunBackgroundVerification(this); in BaseDexClassLoader()
228 this.pathList.maybeRunBackgroundVerification(this); in BaseDexClassLoader()
DDexPathList.java278 /* package */ void maybeRunBackgroundVerification(ClassLoader loader) { in maybeRunBackgroundVerification() method in DexPathList