Searched refs:isBundledApp (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 422 boolean isBundledApp, in makePaths() argument 513 if (isBundledApp) { in makePaths() 670 boolean isBundledApp, String librarySearchPath, String libraryPermittedPath) { in createSharedLibraryLoader() argument 673 sharedLibrary.getDependencies(), isBundledApp, librarySearchPath, in createSharedLibraryLoader() 681 mApplicationInfo.targetSdkVersion, isBundledApp, librarySearchPath, in createSharedLibraryLoader() 687 boolean isBundledApp, String librarySearchPath, String libraryPermittedPath) { in createSharedLibrariesLoaders() argument 694 info, isBundledApp, librarySearchPath, libraryPermittedPath)); in createSharedLibrariesLoaders() 768 boolean isBundledApp = mApplicationInfo.isSystemApp() in createOrUpdateClassLoaderLocked() 782 isBundledApp = false; in createOrUpdateClassLoaderLocked() 794 isBundledApp = false; in createOrUpdateClassLoaderLocked() [all …]
|