Searched refs:versionCode (Results 1 – 16 of 16) sorted by relevance
/system/security/keystore/ |
D | KeyAttestationPackageInfo.cpp | 29 int64_t versionCode, in KeyAttestationPackageInfo() argument 31 : packageName_(packageName), versionCode_(versionCode), signatures_(signatures) {} in KeyAttestationPackageInfo()
|
/system/apex/apexd/aidl/android/apex/ |
D | CompressedApexInfo.aidl | 21 long versionCode;
|
D | ApexInfo.aidl | 23 long versionCode;
|
/system/security/keystore/include/keystore/ |
D | KeyAttestationPackageInfo.h | 40 KeyAttestationPackageInfo(const String16& packageName, int64_t versionCode,
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | build.gradle | 12 versionCode 1
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | build.gradle | 12 versionCode 1
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | build.gradle | 16 versionCode 1
|
/system/extras/simpleperf/demo/JavaApi/app/ |
D | build.gradle | 11 versionCode 1
|
/system/extras/simpleperf/demo/CppApi/app/ |
D | build.gradle | 11 versionCode 1
|
/system/apex/apexd/ |
D | apexd_test_utils.h | 103 Field("versionCode", &ApexInfo::versionCode, Eq(other.versionCode)), 162 *os << " versionCode : " << apex.versionCode << "\n"; in PrintTo()
|
D | apexservice_test.cpp | 166 if (p.moduleName == name && p.versionCode == version && in IsActive() 221 return p.moduleName + "@" + std::to_string(p.versionCode) + in GetPackageString() 1147 ASSERT_EQ(installer_->version, static_cast<uint64_t>(match.versionCode)); in TEST_F() 1159 ASSERT_EQ(installer_->version, static_cast<uint64_t>(active->versionCode)); in TEST_F() 1546 on_data.versionCode = 1; in TEST_F() 1555 preinstalled.versionCode = 1; in TEST_F() 1757 ASSERT_EQ(installer.version, static_cast<uint64_t>(match.versionCode)); in TEST_F() 1885 ASSERT_EQ(installer.version, static_cast<uint64_t>(info.versionCode)); in TEST_F() 1890 ASSERT_EQ(installer2.version, static_cast<uint64_t>(info.versionCode)); in TEST_F() 2702 expected.versionCode = 1; in SetUp() [all …]
|
D | apexservice.cpp | 191 out.versionCode = package.GetManifest().version(); in submitStagedSession() 238 apex_info.moduleName, apex_info.versionCode, instance); in calculateSizeForCompressedApex() 322 out.versionCode = package.GetManifest().version(); in GetApexInfo() 337 << " Version: " << package.versionCode in ToString()
|
/system/update_engine/aosp/ |
D | apex_handler_android.cc | 40 compressed_apex_info.versionCode = apex_info.version(); in CreateCompressedApexInfoList()
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexdHostTest.java | 251 .that(ai.versionCode).isEqualTo(apexFromXml.getVersionCode()); in testApexInfoListIsValid()
|
/system/apex/tests/src/com/android/tests/apex/host/ |
D | ApexCompressionTests.java | 350 assertThat(activeApex.versionCode).isEqualTo(2); in testFailsToActivateApexOnDataFallbacksToPreInstalled()
|
/system/apex/docs/ |
D | README.md | 124 package `name`, `versionCode`, and optional `targetSdkVersion`, `minSdkVersion`, 643 being activated, and it's `versionCode` is `37`.
|