Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResourcesKey.java71 @Nullable String[] libDirs, in ResourcesKey() argument
79 mLibDirs = libDirs; in ResourcesKey()
102 @Nullable String[] libDirs, in ResourcesKey() argument
106 this(resDir, splitResDirs, overlayPaths, libDirs, displayId, overrideConfig, compatInfo, in ResourcesKey()
/frameworks/base/core/java/android/app/
DResourcesManager.java941 @Nullable String[] libDirs, in createBaseTokenResources() argument
954 libDirs, in createBaseTokenResources()
1202 @Nullable String[] libDirs, in getResources() argument
1214 libDirs, in getResources()
DContextImpl.java3018 final String[] libDirs = packageInfo.getApplicationInfo().sharedLibraryFiles; in createWindowContextResources() local
3026 splitResDirs, legacyOverlayDirs, overlayPaths, libDirs, displayId, in createWindowContextResources()
DActivityThread.java2791 String[] overlayPaths, String[] libDirs, LoadedApk pkgInfo, in getTopLevelResources() argument
2794 overlayPaths, libDirs, null, overrideConfig, pkgInfo.getCompatibilityInfo(), in getTopLevelResources()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java3756 File[] libDirs = new File[]{
3759 for (File libDir : libDirs) {