Home
last modified time | relevance | path

Searched defs:resourcePath (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageBuilder.java35 PackageBuilder setApplicationInfoResourcePath(String resourcePath) { in setApplicationInfoResourcePath()
DPackageSettingBuilder.java60 public PackageSettingBuilder setResourcePath(String resourcePath) { in setResourcePath()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSetting.java50 PackageSetting(String name, String realName, File codePath, File resourcePath, in PackageSetting()
DPackageSettingBase.java64 File resourcePath; field in PackageSettingBase
136 PackageSettingBase(String name, String realName, File codePath, File resourcePath, in PackageSettingBase()
168 void init(File codePath, File resourcePath, String legacyNativeLibraryPathString, in init()
DSettings.java515 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath, in addPackageLPw()
596 File codePath, File resourcePath, String legacyNativeLibraryPath, String primaryCpuAbi, in createNewSetting()
713 @NonNull File codePath, File resourcePath, in updatePackageSetting()
/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
DDynamicCodeLoggerIntegrationTests.java376 private static String copyAndHashResource(String resourcePath, File copyTo) throws Exception { in copyAndHashResource()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2124 …/** {@hide} */ public void setResourcePath(String resourcePath) { scanPublicSourceDir = resourcePa… in setResourcePath()
DPackageParser.java6710 public void setApplicationInfoResourcePath(String resourcePath) { in setApplicationInfoResourcePath()
6722 public void setApplicationInfoBaseResourcePath(String resourcePath) { in setApplicationInfoBaseResourcePath()