/frameworks/base/core/tests/coretests/src/android/content/integrity/ |
D | CompoundFormulaTest.java | 129 getAppInstallMetadataBuilder().setPackageName("test1").setVersionCode(1).build(); in testFormulaMatches_trueAndTrue_true() 143 getAppInstallMetadataBuilder().setPackageName("test1").setVersionCode(2).build(); in testFormulaMatches_trueAndFalse_false() 156 getAppInstallMetadataBuilder().setPackageName("test2").setVersionCode(1).build(); in testFormulaMatches_falseAndTrue_false() 169 getAppInstallMetadataBuilder().setPackageName("test2").setVersionCode(2).build(); in testFormulaMatches_falseAndFalse_false() 182 getAppInstallMetadataBuilder().setPackageName("test1").setVersionCode(1).build(); in testFormulaMatches_trueOrTrue_true() 195 getAppInstallMetadataBuilder().setPackageName("test1").setVersionCode(2).build(); in testFormulaMatches_trueOrFalse_true() 208 getAppInstallMetadataBuilder().setPackageName("test2").setVersionCode(1).build(); in testFormulaMatches_falseOrTrue_true() 221 getAppInstallMetadataBuilder().setPackageName("test2").setVersionCode(2).build(); in testFormulaMatches_falseOrFalse_false() 292 .setVersionCode(-1) in getAppInstallMetadataBuilder()
|
D | AtomicFormulaTest.java | 371 getAppInstallMetadataBuilder().setVersionCode(0).build(); in testFormulaMatches_long_eq_true() 382 getAppInstallMetadataBuilder().setVersionCode(1).build(); in testFormulaMatches_long_eq_false() 393 getAppInstallMetadataBuilder().setVersionCode(1).build(); in testFormulaMatches_long_gt_true() 404 getAppInstallMetadataBuilder().setVersionCode(0).build(); in testFormulaMatches_long_gt_false() 416 getAppInstallMetadataBuilder().setVersionCode(1).build(); in testFormulaMatches_long_gte_true() 420 getAppInstallMetadataBuilder().setVersionCode(2).build(); in testFormulaMatches_long_gte_true() 430 getAppInstallMetadataBuilder().setVersionCode(0).build(); in testFormulaMatches_long_gte_false() 496 .setVersionCode(-1) in getAppInstallMetadataBuilder()
|
D | InstallerAllowedByManifestFormulaTest.java | 120 .setVersionCode(-1) in getAppInstallMetadataBuilder()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/ |
D | IntegrityFileManagerTest.java | 145 .setVersionCode(version) in testGetRules() 186 .setVersionCode(250) in testGetRules_indexedForManyRules()
|
/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/ |
D | ParsedPackage.java | 110 ParsedPackage setVersionCode(int versionCode); in setVersionCode() method
|
D | PackageImpl.java | 445 public ParsedPackage setVersionCode(int versionCode) { in setVersionCode() method in PackageImpl
|
/frameworks/base/core/java/android/content/integrity/ |
D | AppInstallMetadata.java | 225 public Builder setVersionCode(long versionCode) { in setVersionCode() method in AppInstallMetadata.Builder
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ScanTests.java | 233 .setVersionCode(234) in installStaticSharedLibrary() 265 .setVersionCode(234) in installDynamicLibraries() 514 .setVersionCode(2345);
|
D | PackageParserTest.java | 646 .setVersionCode(100) in setKnownFields()
|
D | BaseShortcutManagerTest.java | 1081 pi.applicationInfo.setVersionCode(version); in genPackage() 1103 pi.applicationInfo.setVersionCode(pi.applicationInfo.longVersionCode + increment); in updatePackageVersion()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/engine/ |
D | RuleEvaluationEngineTest.java | 188 .setVersionCode(-1) in getAppInstallMetadataBuilder()
|
D | RuleEvaluatorTest.java | 52 .setVersionCode(2)
|
/frameworks/base/core/java/android/content/pm/ |
D | ApplicationInfo.java | 1662 setVersionCode(orig.longVersionCode); in ApplicationInfo() 1827 setVersionCode(source.readLong()); in ApplicationInfo() 2026 public void setVersionCode(long newVersionCode) { in setVersionCode() method in ApplicationInfo
|
D | PackageParser.java | 1846 pkg.applicationInfo.setVersionCode(pkg.getLongVersionCode()); in parseBaseApk()
|
/frameworks/base/tools/aapt/ |
D | Main.cpp | 582 bundle.setVersionCode(argv[0]); in main()
|
D | Bundle.h | 193 void setVersionCode(const char* val) { mVersionCode = val; } in setVersionCode() function
|
D | Resource.cpp | 875 bundle->setVersionCode(strdup(String8(attr->string).string())); in massageManifest()
|
/frameworks/base/services/core/java/com/android/server/integrity/ |
D | AppIntegrityManagerServiceImpl.java | 309 builder.setVersionCode(intent.getLongExtra(EXTRA_LONG_VERSION_CODE, -1)); in handleIntegrityVerification()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/ |
D | WebViewUpdateServiceTest.java | 210 p.applicationInfo.setVersionCode(versionCode); in createPackageInfo()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ParsingPackageImpl.java | 935 appInfo.setVersionCode(PackageInfo.composeLongVersionCode(versionCodeMajor, versionCode));
|
/frameworks/base/config/ |
D | boot-profile.txt | 506 Landroid/content/pm/ApplicationInfo;->setVersionCode(J)V
|
D | boot-image-profile.txt | 5500 HSPLandroid/content/pm/ApplicationInfo;->setVersionCode(J)V
|
/frameworks/base/services/ |
D | art-profile | 27178 HSPLcom/android/server/pm/parsing/pkg/PackageImpl;->setVersionCode(I)Lcom/android/server/pm/parsing…
|