Searched defs:resourcePath (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | PackageBuilder.java | 35 PackageBuilder setApplicationInfoResourcePath(String resourcePath) { in setApplicationInfoResourcePath()
|
D | PackageSettingBuilder.java | 60 public PackageSettingBuilder setResourcePath(String resourcePath) { in setResourcePath()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageSetting.java | 50 PackageSetting(String name, String realName, File codePath, File resourcePath, in PackageSetting()
|
D | PackageSettingBase.java | 64 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()
|
D | Settings.java | 515 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/ |
D | DynamicCodeLoggerIntegrationTests.java | 376 private static String copyAndHashResource(String resourcePath, File copyTo) throws Exception { in copyAndHashResource()
|
/frameworks/base/core/java/android/content/pm/ |
D | ApplicationInfo.java | 2124 …/** {@hide} */ public void setResourcePath(String resourcePath) { scanPublicSourceDir = resourcePa… in setResourcePath()
|
D | PackageParser.java | 6710 public void setApplicationInfoResourcePath(String resourcePath) { in setApplicationInfoResourcePath() 6722 public void setApplicationInfoBaseResourcePath(String resourcePath) { in setApplicationInfoBaseResourcePath()
|