Searched refs:isBundledApp (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 426 boolean isBundledApp, in makePaths() argument 519 if (isBundledApp) { in makePaths() 676 boolean isBundledApp, String librarySearchPath, String libraryPermittedPath) { in createSharedLibraryLoader() argument 679 sharedLibrary.getDependencies(), isBundledApp, librarySearchPath, in createSharedLibraryLoader() 687 mApplicationInfo.targetSdkVersion, isBundledApp, librarySearchPath, in createSharedLibraryLoader() 693 boolean isBundledApp, String librarySearchPath, String libraryPermittedPath) { in createSharedLibrariesLoaders() argument 700 info, isBundledApp, librarySearchPath, libraryPermittedPath)); in createSharedLibrariesLoaders() 774 boolean isBundledApp = mApplicationInfo.isSystemApp() in createOrUpdateClassLoaderLocked() 788 isBundledApp = false; in createOrUpdateClassLoaderLocked() 800 isBundledApp = false; in createOrUpdateClassLoaderLocked() [all …]
|