Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/res/
H A 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()
/aosp12/frameworks/base/core/java/android/app/
H A DResourcesManager.java819 @Nullable String[] libDirs, in createBaseTokenResources() argument
832 libDirs, in createBaseTokenResources()
1080 @Nullable String[] libDirs, in getResources() argument
1092 libDirs, in getResources()
H A DContextImpl.java2771 final String[] libDirs = packageInfo.getApplicationInfo().sharedLibraryFiles; in createWindowContextResources() local
2779 splitResDirs, legacyOverlayDirs, overlayPaths, libDirs, displayId, in createWindowContextResources()
H A DActivityThread.java2413 String[] overlayPaths, String[] libDirs, LoadedApk pkgInfo, in getTopLevelResources() argument
2416 overlayPaths, libDirs, null, overrideConfig, pkgInfo.getCompatibilityInfo(), in getTopLevelResources()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java3151 File[] libDirs = new File[]{ in validateApkInstallLocked() local
3154 for (File libDir : libDirs) { in validateApkInstallLocked()