Searched refs:addNativePath (Results 1 – 4 of 4) sorted by relevance
229 public void addNativePath(Collection<String> libPaths) { in addNativePath() method in BaseDexClassLoader230 pathList.addNativePath(libPaths); in addNativePath()
636 public void addNativePath(Collection<String> libPaths) { in addNativePath() method in DexPathList
363 classLoader.addNativePath(Collections.singletonList(path)); in test_oneDex_addNative_findsLibrary()
649 method public void addNativePath(java.util.Collection<java.lang.String>);