Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebViewDelegate.java217 String[] newLibAssets = appInfo.sharedLibraryFiles; in addWebViewAssetPath()
222 if (newLibAssets != appInfo.sharedLibraryFiles) { in addWebViewAssetPath()
228 appInfo.sharedLibraryFiles = newLibAssets; in addWebViewAssetPath()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java902 public String[] sharedLibraryFiles; field in ApplicationInfo
1353 if (sharedLibraryFiles != null) { in dump()
1354 pw.println(prefix + "sharedLibraryFiles=" + Arrays.toString(sharedLibraryFiles)); in dump()
1467 if (sharedLibraryFiles != null) { in writeToProto()
1468 for (String f : sharedLibraryFiles) { in writeToProto()
1573 sharedLibraryFiles = orig.sharedLibraryFiles; in ApplicationInfo()
1652 dest.writeStringArray(sharedLibraryFiles); in writeToParcel()
1728 sharedLibraryFiles = source.readStringArray(); in ApplicationInfo()
2106 final String[][] inputLists = { splitSourceDirs, sharedLibraryFiles, resourceDirs }; in getAllApkPaths()
DPackageParser.java7817 ai.sharedLibraryFiles = p.usesLibraryFiles; in generateApplicationInfo()
8416 androidAppInfo.sharedLibraryFiles, in readConfigUseRoundIcon()
/frameworks/base/core/java/android/app/
DLoadedApk.java318 return ai.sharedLibraryFiles; in getLibrariesFor()
366 splitPaths, mOverlayDirs, mApplicationInfo.sharedLibraryFiles, in updateApplicationInfo()
531 if (aInfo.sharedLibraryFiles != null) { in makePaths()
533 for (String lib : aInfo.sharedLibraryFiles) { in makePaths()
1162 splitPaths, mOverlayDirs, mApplicationInfo.sharedLibraryFiles, in getResources()
DContextImpl.java2187 pi.getApplicationInfo().sharedLibraryFiles, in createResources()
2281 mPackageInfo.getApplicationInfo().sharedLibraryFiles, in createContextForSplit()
2565 packageInfo.getApplicationInfo().sharedLibraryFiles, in createActivityContext()
DApplicationPackageManager.java1532 app.resourceDirs, app.sharedLibraryFiles, Display.DEFAULT_DISPLAY, in getResourcesForApplication()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageParserTest.java430 assertTrue(Arrays.equals(a.sharedLibraryFiles, that.sharedLibraryFiles)); in assertApplicationInfoEqual()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java1450 pkg.applicationInfo.sharedLibraryFiles = app.sharedLibraryFiles; in allAgentPackages()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java2779 pi.getApplicationInfo().sharedLibraryFiles,
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8406 field public java.lang.String[] sharedLibraryFiles;
/frameworks/base/non-updatable-api/
Dcurrent.txt11146 field public String[] sharedLibraryFiles;
/frameworks/base/api/
Dcurrent.txt11146 field public String[] sharedLibraryFiles;